代码格式话

2024年2月1日V1.0.53
liujun 2024-01-29 14:04:25 +08:00
parent 2d6bbf03d7
commit 00d78e12aa
1 changed files with 1 additions and 0 deletions

View File

@ -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);