Commit 4feb59b7 authored by caotao's avatar caotao

驳回、撤回后再次保存增加判断

parent eace002a
......@@ -219,7 +219,7 @@ public class JgChangeRegistrationReformServiceImpl extends BaseService<JgChangeR
}
if (!ObjectUtils.isEmpty(map.get("submit"))&&!ObjectUtils.isEmpty(map.get("onlySave"))) {
if (!ObjectUtils.isEmpty(map.get("submit"))&&ObjectUtils.isEmpty(map.get("onlySave"))) {
String instanceId = "";
if (!ObjectUtils.isEmpty(jgChangeRegistrationReform.getSequenceNbr()) && !ObjectUtils.isEmpty(jgChangeRegistrationReform.getInstanceId())) {
// 如果是旧流程则执行一步
......
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