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