Commit b99069a8 authored by 刘林's avatar 刘林

fix(jg):处理车用气瓶和安装告知错误数据

parent 54d3a326
...@@ -2337,7 +2337,7 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN ...@@ -2337,7 +2337,7 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
JgInstallationNotice jgInstallationNotice = jgInstallationNoticeMapper.selectOne(new LambdaQueryWrapper<JgInstallationNotice>() JgInstallationNotice jgInstallationNotice = jgInstallationNoticeMapper.selectOne(new LambdaQueryWrapper<JgInstallationNotice>()
.in(JgInstallationNotice::getApplyNo, applyNo) .in(JgInstallationNotice::getApplyNo, applyNo)
.eq(JgInstallationNotice::getIsDelete, 0) .eq(JgInstallationNotice::getIsDelete, 0)
.ne(JgInstallationNotice::getStatus, "已作废")); .ne(JgInstallationNotice::getNoticeStatus, "6617"));
WorkflowResultDto workflowResultDto = new WorkflowResultDto(); WorkflowResultDto workflowResultDto = new WorkflowResultDto();
workflowResultDto.setNextExecutorRoleIds(jgInstallationNotice.getNextExecuteIds()); workflowResultDto.setNextExecutorRoleIds(jgInstallationNotice.getNextExecuteIds());
workflowResultDto.setNextTaskCode("已完成"); workflowResultDto.setNextTaskCode("已完成");
......
...@@ -370,7 +370,7 @@ ...@@ -370,7 +370,7 @@
SELECT COUNT SELECT COUNT
( 1 ) ( 1 )
FROM FROM
tzs_jg_vehicle_information T, tzs_jg_vehicle_information T
WHERE WHERE
T.status = '已完成' T.status = '已完成'
AND T.is_delete = 0 AND T.is_delete = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment