Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
brandkbs2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenjunjie
brandkbs2
Commits
af2340da
Commit
af2340da
authored
Dec 13, 2022
by
shenjunjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature' into 'release'
删除主品牌brandId See merge request
!128
parents
e18e08cf
0b37cddc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
src/main/java/com/zhiwei/brandkbs2/pojo/Project.java
+0
-5
src/main/java/com/zhiwei/brandkbs2/pojo/vo/ProjectVO.java
+0
-1
No files found.
src/main/java/com/zhiwei/brandkbs2/pojo/Project.java
View file @
af2340da
...
...
@@ -21,11 +21,6 @@ import java.util.Map;
public
class
Project
extends
AbstractProject
{
/**
* 主品牌id
*/
private
String
brandId
;
/**
* 全网搜数据源(1:舆情库,2:商业数据库)
*/
private
Integer
wholeSearchDataSource
;
...
...
src/main/java/com/zhiwei/brandkbs2/pojo/vo/ProjectVO.java
View file @
af2340da
...
...
@@ -138,7 +138,6 @@ public class ProjectVO {
Project
project
=
new
Project
();
project
.
setId
(
this
.
getId
());
project
.
setProjectName
(
this
.
getProjectName
());
project
.
setBrandId
(
ObjectId
.
get
().
toString
());
project
.
setBrandName
(
this
.
getBrandName
());
project
.
setBrandLinkedGroup
(
this
.
getBrandLinkedGroup
());
project
.
setBrandLinkedGroupId
(
this
.
getBrandLinkedGroupId
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment