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
c5301847
Commit
c5301847
authored
Feb 23, 2024
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作流升级
parent
fef5cceb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
AcceptanceMapper.xml
...-api/src/main/resources/mapper/mysql/AcceptanceMapper.xml
+1
-1
BasicGridAcceptanceMapper.xml
...main/resources/mapper/mysql/BasicGridAcceptanceMapper.xml
+1
-1
SurveyInformationServiceImpl.java
...e/hygf/biz/service/impl/SurveyInformationServiceImpl.java
+3
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/AcceptanceMapper.xml
View file @
c5301847
...
...
@@ -90,6 +90,6 @@
</if>
</where>
ORDER BY
bga.acceptance_rec_date DESC
bga.rec_date desc,
bga.acceptance_rec_date DESC
</select>
</mapper>
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/BasicGridAcceptanceMapper.xml
View file @
c5301847
...
...
@@ -67,6 +67,6 @@
AND DATE_FORMAT(hogaa.grid_connection_time, '%Y-%m-%d') = DATE_FORMAT( #{map.gridConnectionTime}, '%Y-%m-%d')
</if>
</where>
ORDER BY h
ogaa.grid_connection_time desc ,hogaa.rec_dat
e desc
ORDER BY h
bga.rec_date desc, hogaa.grid_connection_tim
e desc
</select>
</mapper>
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/SurveyInformationServiceImpl.java
View file @
c5301847
...
...
@@ -302,6 +302,7 @@ public class SurveyInformationServiceImpl extends BaseService<SurveyInformationD
process
.
add
(
processDto
);
startProcessDto
.
setProcess
(
process
);
workflow
.
startProcess
(
basicGridAcceptance
,
startProcessDto
,
requestContext
.
getUserId
());
powerStation
=
new
PowerStation
();
}
peasantHousehold
.
setSurveyOrNot
(
2
);
peasantHousehold
.
setReview
(
1
);
...
...
@@ -314,7 +315,8 @@ public class SurveyInformationServiceImpl extends BaseService<SurveyInformationD
powerStation
.
setProcessStatus
(
PowerStationProcessStateEnum
.
进行中
.
getName
());
powerStation
.
setServiceAgent
(
peasantHousehold
.
getDeveloperName
());
// 获取流程信息
powerStation
.
setTaskId
(
basicGridAcceptance
.
getNextTaskId
());
powerStation
.
setProcessInstanceId
(
basicGridAcceptance
.
getInstanceId
());
powerStation
.
setFlowTaskId
(
basicGridAcceptance
.
getNextTaskId
());
powerStation
.
setNodeRole
(
basicGridAcceptance
.
getNextExecutorIds
());
powerStation
.
setNodeRouting
(
PowerStationEnum
.
getNodeByKey
(
basicGridAcceptance
.
getNextNodeKey
()));
...
...
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