代码格式话
parent
2d6bbf03d7
commit
00d78e12aa
|
@ -219,6 +219,7 @@ public class XgfUserServiceImpl implements XgfUserService {
|
|||
nextNode.put("APPROVER_TIME", DateUtil.getTime());
|
||||
nextNode.put("APPROVER_ID", "");
|
||||
nextNode.put("APPROVER_NAME", "");
|
||||
nextNode.put("APPROVER_OPINION", "");
|
||||
flowDetailMapper.save(nextNode);
|
||||
currentNode.put("STEP_FLAG", "0");
|
||||
flowDetailMapper.edit(currentNode);
|
||||
|
|
Loading…
Reference in New Issue