Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
enterprise-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
enterprise-platform
Commits
31627be4
Commit
31627be4
authored
Sep 27, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加首页统计报表
parent
3ef31373
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
enterprise-manager-ui/admin/src/views/company/drawershow.vue
enterprise-manager-ui/admin/src/views/company/drawershow.vue
+2
-1
enterprise-manager/src/main/java/com/mortals/xhx/module/company/service/impl/CompanyServiceImpl.java
...s/xhx/module/company/service/impl/CompanyServiceImpl.java
+1
-1
No files found.
enterprise-manager-ui/admin/src/views/company/drawershow.vue
View file @
31627be4
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
<el-table-column
label=
"标签名称"
prop=
"labelId"
>
<el-table-column
label=
"标签名称"
prop=
"labelId"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-select
v-model=
"scope.row.labelId"
placeholder=
"请选择标签名称"
>
<el-select
v-model=
"scope.row.labelId
+''
"
placeholder=
"请选择标签名称"
>
<el-option
<el-option
v-for=
"($label, $value) in dict.labels"
v-for=
"($label, $value) in dict.labels"
:key=
"$value"
:key=
"$value"
...
@@ -204,6 +204,7 @@
...
@@ -204,6 +204,7 @@
open
:
false
,
open
:
false
,
direction
:
"
rtl
"
,
direction
:
"
rtl
"
,
toString
:[
toString
:[
"
labelId
"
],
],
toDate
:[
toDate
:[
"
establishDate
"
,
"
establishDate
"
,
...
...
enterprise-manager/src/main/java/com/mortals/xhx/module/company/service/impl/CompanyServiceImpl.java
View file @
31627be4
...
@@ -137,7 +137,7 @@ public class CompanyServiceImpl extends AbstractCRUDServiceImpl<CompanyDao, Comp
...
@@ -137,7 +137,7 @@ public class CompanyServiceImpl extends AbstractCRUDServiceImpl<CompanyDao, Comp
if
(!
ObjectUtils
.
isEmpty
(
entity
.
getCompanyPatentsList
()))
{
if
(!
ObjectUtils
.
isEmpty
(
entity
.
getCompanyPatentsList
()))
{
Long
[]
companyPantentIds
=
companyPatentService
.
find
(
new
CompanyPatentQuery
().
companyId
(
entity
.
getId
())).
stream
().
map
(
CompanyPatentEntity:
:
getId
).
toArray
(
Long
[]::
new
);
Long
[]
companyPantentIds
=
companyPatentService
.
find
(
new
CompanyPatentQuery
().
companyId
(
entity
.
getId
())).
stream
().
map
(
CompanyPatentEntity:
:
getId
).
toArray
(
Long
[]::
new
);
companyPatentService
.
remove
(
companyPantentIds
,
context
);
companyPatentService
.
remove
(
companyPantentIds
,
context
);
entity
.
getCompany
Label
sList
().
stream
().
peek
(
item
->
{
entity
.
getCompany
Patent
sList
().
stream
().
peek
(
item
->
{
item
.
setCompanyId
(
entity
.
getId
());
item
.
setCompanyId
(
entity
.
getId
());
item
.
setCreateUserId
(
this
.
getContextUserId
(
context
));
item
.
setCreateUserId
(
this
.
getContextUserId
(
context
));
item
.
setCreateTime
(
new
Date
());
item
.
setCreateTime
(
new
Date
());
...
...
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