14621 内容不正确 应该是重新发送给了监管端 没有区分监管端和企业端 注意企业端也要改
parent
d3e3cec01e
commit
9fdc0f4860
|
@ -175,6 +175,7 @@ public class TextLibraryServiceImpl implements TextLibraryService {
|
|||
entity.put("CORPINFO_ID", Jurisdiction.getCORPINFO_ID());
|
||||
entity.put("STATUS", "1");
|
||||
entity.put("MIGRATION_FLAG", "1");
|
||||
entity.put("REMARKS",condition.getString("REMARKS"));
|
||||
textlibraryMapper.edit(entity);
|
||||
libraryLabelsMapper.deleteByLibraryId(condition);
|
||||
List<PageData> types = Warden.getList(condition.getString("TYPES"));
|
||||
|
|
|
@ -245,7 +245,7 @@ public class XgfUserServiceImpl implements XgfUserService {
|
|||
flowDetail.put("FLOW_DETAIL_ID", Warden.get32UUID());
|
||||
flowDetail.put("FLOW_ID", flow.getString("FLOW_ID"));
|
||||
flowDetail.put("STEP_FLAG", "1");
|
||||
flowDetail.put("STEP_NAME", "相关方数据将人员信息发送给企业端");
|
||||
flowDetail.put("STEP_NAME", "相关方提交人员信息到发包单位");
|
||||
flowDetail.put("SORT", 0);
|
||||
flowDetail.put("APPROVER_ID", "");
|
||||
flowDetail.put("APPROVER_NAME", "");
|
||||
|
@ -268,7 +268,7 @@ public class XgfUserServiceImpl implements XgfUserService {
|
|||
nextNode.put("FLOW_DETAIL_ID", Warden.get32UUID());
|
||||
nextNode.put("SORT", Integer.parseInt(currentNode.get("SORT").toString()) + 1);
|
||||
nextNode.put("PARENT_ID", currentNode.getString("FLOW_DETAIL_ID"));
|
||||
nextNode.put("STEP_NAME", "相关方数据将人员打回后重新发送给企业端");
|
||||
nextNode.put("STEP_NAME", "相关方重新提交人员信息给发包单位");
|
||||
nextNode.put("PASS_FLAG", "1");
|
||||
nextNode.put("APPROVER_TIME", DateUtil.getTime());
|
||||
nextNode.put("APPROVER_ID", "");
|
||||
|
|
Loading…
Reference in New Issue