Commit 6c3215c4 authored by 刘林's avatar 刘林

fix(jg):设计年限功能修改

parent 4548986c
......@@ -787,7 +787,7 @@ public class JgOverDesignServiceLifeServiceImpl extends BaseService<JgOverDesign
dto.setFlowStatus(commonService.getDictionaryCodeByName(jgOverDesignServiceLife.getStatus()));
dto.setFlowStatusLabel(jgOverDesignServiceLife.getStatus());
dto.setStartUserId(jgOverDesignServiceLife.getCreateUserId());
dto.setStartUser(jgOverDesignServiceLife.getRecUserName());
dto.setStartUser(jgOverDesignServiceLife.getCreateUserName());
dto.setStartUserCompanyName(jgOverDesignServiceLife.getUseUnitName());
dto.setStartDate(new Date());
jgOverDesignServiceLife.setInstanceId(workflowResultDto.getInstanceId());
......
......@@ -65,6 +65,11 @@
"name": "补证登记",
"code": "DJ_BZ",
"image": "upload/tzs/common/image/补证登记.png"
},
{
"name": "超设计使用年限变更",
"code": "DJ_CSJ",
"image": "upload/tzs/common/image/超设计使用年限.png"
}
],
"WBBA": [
......
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