若干bug修改
parent
bacf047b67
commit
7f3007041e
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue