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
e84ef003
Commit
e84ef003
authored
Jan 12, 2024
by
zhangsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
安装告知模块 功能开发
parent
4e2c7589
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
3 deletions
+28
-3
JgInstallationNoticeDto.java
.../amos/boot/module/jg/api/dto/JgInstallationNoticeDto.java
+9
-0
JgInstallationNotice.java
.../amos/boot/module/jg/api/entity/JgInstallationNotice.java
+15
-0
JgInstallationNoticeServiceImpl.java
.../jg/biz/service/impl/JgInstallationNoticeServiceImpl.java
+0
-0
JgTransferNoticeServiceImpl.java
...dule/jg/biz/service/impl/JgTransferNoticeServiceImpl.java
+2
-1
urlInfo.json
...s-boot-module-jg-biz/src/main/resources/json/urlInfo.json
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/dto/JgInstallationNoticeDto.java
View file @
e84ef003
...
@@ -248,5 +248,14 @@ public class JgInstallationNoticeDto extends BaseDto {
...
@@ -248,5 +248,14 @@ public class JgInstallationNoticeDto extends BaseDto {
@JsonSerialize
(
using
=
BizCustomDateSerializer
.
class
)
@JsonSerialize
(
using
=
BizCustomDateSerializer
.
class
)
private
Date
handleDate
;
private
Date
handleDate
;
private
String
createUserCompanyName
;
//下一步任务ID
private
String
nextTaskId
;
/**
* 创建人
*/
private
String
createUserName
;
}
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgInstallationNotice.java
View file @
e84ef003
...
@@ -400,4 +400,19 @@ public class JgInstallationNotice extends BaseEntity {
...
@@ -400,4 +400,19 @@ public class JgInstallationNotice extends BaseEntity {
*/
*/
private
String
approvalStatus
;
private
String
approvalStatus
;
@TableField
(
value
=
"\"create_user_company_name\""
)
private
String
createUserCompanyName
;
//下一步任务ID
@TableField
(
value
=
"\"next_taskId\""
)
private
String
nextTaskId
;
/**
* 创建人
*/
@TableField
(
"\"create_user_name\""
)
private
String
createUserName
;
}
}
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/JgInstallationNoticeServiceImpl.java
View file @
e84ef003
This diff is collapsed.
Click to expand it.
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/JgTransferNoticeServiceImpl.java
View file @
e84ef003
...
@@ -592,7 +592,7 @@ public class JgTransferNoticeServiceImpl extends BaseService<JgTransferNoticeDto
...
@@ -592,7 +592,7 @@ public class JgTransferNoticeServiceImpl extends BaseService<JgTransferNoticeDto
JSONObject
jsonObject
=
JSON
.
parseObject
(
JSON
.
toJSONString
(
jgInstallationNotice
));
JSONObject
jsonObject
=
JSON
.
parseObject
(
JSON
.
toJSONString
(
jgInstallationNotice
));
jsonObject
.
put
(
"taskType"
,
BusinessTypeEnum
.
JG_ADVICE_REMOVAL
.
getCode
());
jsonObject
.
put
(
"taskType"
,
BusinessTypeEnum
.
JG_ADVICE_REMOVAL
.
getCode
());
jsonObject
.
put
(
"nextExecuteUser"
,
jgInstallationNotice
.
getNextExecuteIds
());
jsonObject
.
put
(
"nextExecuteUser"
,
jgInstallationNotice
.
getNextExecuteIds
());
commonService
.
rollbackTask
(
jgInstallationNotice
.
getInstanceId
(),
JSON
.
parseObject
(
JSON
.
toJSONString
(
jgInstallationNotice
))
);
commonService
.
rollbackTask
(
jgInstallationNotice
.
getInstanceId
(),
jsonObject
);
}
}
@Transactional
@Transactional
...
@@ -633,6 +633,7 @@ public class JgTransferNoticeServiceImpl extends BaseService<JgTransferNoticeDto
...
@@ -633,6 +633,7 @@ public class JgTransferNoticeServiceImpl extends BaseService<JgTransferNoticeDto
taskMap
.
put
(
"relationId"
,
jgTransferNotice
.
getInstanceId
());
taskMap
.
put
(
"relationId"
,
jgTransferNotice
.
getInstanceId
());
taskMap
.
put
(
"flowStatus"
,
FlowStatusEnum
.
TO_BE_FINISHED
.
getCode
());
taskMap
.
put
(
"flowStatus"
,
FlowStatusEnum
.
TO_BE_FINISHED
.
getCode
());
taskMap
.
put
(
"flowStatusLabel"
,
FlowStatusEnum
.
TO_BE_FINISHED
.
getName
());
taskMap
.
put
(
"flowStatusLabel"
,
FlowStatusEnum
.
TO_BE_FINISHED
.
getName
());
taskMap
.
put
(
"model"
,
jgTransferNotice
);
taskV2Model
=
commonService
.
updateTaskModel
(
taskMap
);
taskV2Model
=
commonService
.
updateTaskModel
(
taskMap
);
}
else
{
}
else
{
jgTransferNotice
.
setNextExecuteIds
(
workflowResultDto
.
getNextExecutorRoleIds
());
jgTransferNotice
.
setNextExecuteIds
(
workflowResultDto
.
getNextExecutorRoleIds
());
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/json/urlInfo.json
View file @
e84ef003
...
@@ -9,13 +9,13 @@
...
@@ -9,13 +9,13 @@
"type"
:
"102"
,
"type"
:
"102"
,
"pageType"
:
"look"
,
"pageType"
:
"look"
,
"name"
:
"安装告知"
,
"name"
:
"安装告知"
,
"url"
:
"/mixuap?appId=1742358052905971713&id=1735246137364869121&
sequenceNbr=%s&roleIds=%s&&userId={userId}&nextExecuteIds=%s&formType=detail¬iceStatus=%s&instanceId=%s
"
"url"
:
"/mixuap?appId=1742358052905971713&id=1735246137364869121&
roleIds={roleIds}&userId={userId}&formType=detail
"
},
},
{
{
"type"
:
"102"
,
"type"
:
"102"
,
"pageType"
:
"edit"
,
"pageType"
:
"edit"
,
"name"
:
"安装告知"
,
"name"
:
"安装告知"
,
"url"
:
"
/mixuap?appId=1742358052905971713&id=1734127099570057217&sequenceNbr=%s&roleIds=%s&userId={userId}&nextExecuteIds=%s&formType=edit¬iceStatus=%s&instanceId=%s
"
"url"
:
""
},
},
{
{
"type"
:
"103"
,
"type"
:
"103"
,
...
...
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