Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
项目统一框架
amos-boot-biz
Commits
4bfcc3d1
Commit
4bfcc3d1
authored
Jan 26, 2024
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
启用停用详情修改
parent
2159746c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
JgEnableDisableServiceImpl.java
...odule/jg/biz/service/impl/JgEnableDisableServiceImpl.java
+5
-1
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgEnableDisableServiceImpl.java
View file @
4bfcc3d1
...
...
@@ -21,6 +21,7 @@ import com.yeejoin.amos.boot.module.jg.api.service.IJgEnableDisableService;
import
com.yeejoin.amos.boot.module.jg.api.dto.JgEnableDisableDto
;
import
com.yeejoin.amos.boot.module.jg.biz.feign.TzsServiceFeignClient
;
import
com.yeejoin.amos.boot.module.jg.biz.service.ICmWorkflowService
;
import
com.yeejoin.amos.boot.module.jg.biz.service.IIdxBizJgRegisterInfoService
;
import
com.yeejoin.amos.boot.module.jg.flc.api.fegin.WorkFlowFeignService
;
import
com.yeejoin.amos.boot.module.ymt.api.enums.ApplicationFormTypeEnum
;
import
com.yeejoin.amos.boot.module.ymt.api.enums.FlowStatusEnum
;
...
...
@@ -70,6 +71,9 @@ public class JgEnableDisableServiceImpl extends BaseService<JgEnableDisableDto,
@Autowired
TzsServiceFeignClient
tzsServiceFeignClient
;
@Autowired
IIdxBizJgRegisterInfoService
idxBizJgRegisterInfoService
;
private
final
String
PROCESS_DEFINITION_KEY
=
"deactivateEnable"
;
...
...
@@ -594,7 +598,7 @@ public class JgEnableDisableServiceImpl extends BaseService<JgEnableDisableDto,
Map
<
String
,
Object
>
resultMap
=
this
.
baseMapper
.
getDetail
(
sequenceNbr
);
JgEnableDisableEq
jgEnableDisableEq
=
jgEnableDisableEqMapper
.
selectOne
(
new
LambdaQueryWrapper
<
JgEnableDisableEq
>().
eq
(
JgEnableDisableEq:
:
getEnableDisableApplyId
,
sequenceNbr
));
if
(!
ObjectUtils
.
isEmpty
(
jgEnableDisableEq
)){
Map
<
String
,
Object
>
map
=
jgMaintainNoticeMapper
.
getEquipInfo
ByRecord
(
jgEnableDisableEq
.
getEquId
());
Map
<
String
,
Object
>
map
=
idxBizJgRegisterInfoService
.
getDetailFieldCamelCase
ByRecord
(
jgEnableDisableEq
.
getEquId
());
map
.
put
(
"equListDesc"
,
map
.
get
(
"equList"
));
map
.
put
(
"equCategoryDesc"
,
map
.
get
(
"equCategory"
));
map
.
put
(
"equDefineDesc"
,
map
.
get
(
"equDefine"
));
...
...
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