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
9332a7a1
Commit
9332a7a1
authored
Jan 11, 2024
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改单位变更登记
parent
a7911fd0
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
TaskModelDto.java
...com/yeejoin/amos/boot/module/jg/api/dto/TaskModelDto.java
+3
-3
JgChangeRegistrationUnit.java
...s/boot/module/jg/api/entity/JgChangeRegistrationUnit.java
+3
-0
CommonServiceImpl.java
...os/boot/module/jg/biz/service/impl/CommonServiceImpl.java
+1
-2
JgChangeRegistrationUnitServiceImpl.java
...biz/service/impl/JgChangeRegistrationUnitServiceImpl.java
+0
-0
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/TaskModelDto.java
View file @
9332a7a1
...
@@ -30,15 +30,15 @@ public class TaskModelDto {
...
@@ -30,15 +30,15 @@ public class TaskModelDto {
private
String
taskCode
;
private
String
taskCode
;
/**
/**
* 流程任务ID
* 流程任务ID
*
*
/
*/
private
String
flowCode
;
private
String
flowCode
;
/**
/**
* 统一定义的枚举code 例如 6612 待受理
* 统一定义的枚举code 例如 6612 待受理
*
*
/
*/
private
Integer
flowStatus
;
private
Integer
flowStatus
;
/**
/**
* 统一定义的枚举code 例如 6612 待受理
* 统一定义的枚举code 例如 6612 待受理
*
*
/
*/
private
String
flowStatusLabel
;
private
String
flowStatusLabel
;
/**
/**
* 摘要-来源
* 摘要-来源
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgChangeRegistrationUnit.java
View file @
9332a7a1
...
@@ -215,4 +215,7 @@ public class JgChangeRegistrationUnit extends BaseEntity {
...
@@ -215,4 +215,7 @@ public class JgChangeRegistrationUnit extends BaseEntity {
@TableField
(
"equ_address"
)
@TableField
(
"equ_address"
)
private
String
equAddress
;
private
String
equAddress
;
@TableField
(
exist
=
false
)
private
String
supervisoryCode
;
}
}
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/CommonServiceImpl.java
View file @
9332a7a1
...
@@ -629,8 +629,6 @@ public class CommonServiceImpl implements ICommonService {
...
@@ -629,8 +629,6 @@ public class CommonServiceImpl implements ICommonService {
break
;
break
;
}
}
}
}
model
.
setFlowStatus
(
obj
.
getTaskStatus
());
model
.
setFlowCode
(
obj
.
getTaskStatusLabel
());
model
.
setTaskStatus
(
0
);
model
.
setTaskStatus
(
0
);
model
.
setFlowInstanceId
(
model
.
getRelationId
());
model
.
setFlowInstanceId
(
model
.
getRelationId
());
model
.
setTaskTitle
(
obj
.
getStartUser
()
+
"发起了"
+
obj
.
getTaskName
());
model
.
setTaskTitle
(
obj
.
getStartUser
()
+
"发起了"
+
obj
.
getTaskName
());
...
@@ -654,6 +652,7 @@ public class CommonServiceImpl implements ICommonService {
...
@@ -654,6 +652,7 @@ public class CommonServiceImpl implements ICommonService {
* flowStatusLabel 任务状态枚举code
* flowStatusLabel 任务状态枚举code
* 流程实例id instanceId
* 流程实例id instanceId
* flowCode 任务id
* flowCode 任务id
**/
**/
public
TaskV2Model
updateTaskModel
(
Map
<
String
,
Object
>
params
)
{
public
TaskV2Model
updateTaskModel
(
Map
<
String
,
Object
>
params
)
{
String
exeUserId
=
RequestContext
.
getExeUserId
();
String
exeUserId
=
RequestContext
.
getExeUserId
();
...
...
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/JgChangeRegistrationUnitServiceImpl.java
View file @
9332a7a1
This diff is collapsed.
Click to expand it.
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