若干bug修改

pull/12/head
liujun 2024-01-22 18:47:25 +08:00
parent bacf047b67
commit 7f3007041e
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ public class XgfUserServiceImpl implements XgfUserService {
return "0";
} else {
// TODO 根据是否委托辖区单位进行处理(前端传回来)
switch (info.getString("attorneyFlag")) {
switch (flows.getString("FLOWS_TYPE")) {
case "0":// 由股份端审批
entity.put("CHECK_STATUS", 2);
entity.put("VALID_FLAG", "1");