若干bug修改

pull/12/head
liujun 2024-01-22 18:11:55 +08:00
parent e673955258
commit f7dd131d82
1 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ public class XgfUserServiceImpl implements XgfUserService {
xgfUserMapper.edit(entity);
return "0";
} else {
if ("1".equals(info.getString("FLOWS_TYPE"))) {
if ("1".equals(flows.getString("FLOWS_TYPE"))) {
entity.put("CHECK_STATUS", 1);
entity.put("VALID_FLAG", "2");
entity.put("CHECK_STEP", Integer.parseInt(entity.get("CHECK_STEP").toString()) + 1);
@ -440,7 +440,7 @@ public class XgfUserServiceImpl implements XgfUserService {
return "0";
} else {
// 2、通过审核后根据不同的流程进行不同的处理
switch (info.getString("FLOWS_TYPE")) {
switch (flows.getString("FLOWS_TYPE")) {
case "0":// 辖区单位审批
entity.put("CHECK_STATUS", 2);
entity.put("VALID_FLAG", "1");