若干bug修改
parent
eebf95ff9e
commit
e673955258
|
@ -362,6 +362,7 @@ public class XgfUserServiceImpl implements XgfUserService {
|
||||||
condition.put("XGF_USER_ID", flows.getString("FLOWS_ID"));
|
condition.put("XGF_USER_ID", flows.getString("FLOWS_ID"));
|
||||||
PageData user = xgfUserMapper.findById(condition);
|
PageData user = xgfUserMapper.findById(condition);
|
||||||
user.put("CHECK_STEP", 1);
|
user.put("CHECK_STEP", 1);
|
||||||
|
xgfUserMapper.edit(user);
|
||||||
return "0";
|
return "0";
|
||||||
// 相关方选择的审批人审批,并指定下一位监管部门审批人,不过打回相关方端
|
// 相关方选择的审批人审批,并指定下一位监管部门审批人,不过打回相关方端
|
||||||
case 1: {
|
case 1: {
|
||||||
|
@ -659,13 +660,16 @@ public class XgfUserServiceImpl implements XgfUserService {
|
||||||
}
|
}
|
||||||
|
|
||||||
private String getType(String corpInfoId) {
|
private String getType(String corpInfoId) {
|
||||||
// 集团单位id(河港机械 jtdw002 1e6dbbe16004402f8d2c0e52afd9a676),(河港港工 jtdw003 3a854eefa7894e06aaa1a2611bca80f6),(河港检测 jtdw004 020578a4c1f04bc692ee25145c2efbe5),(方宇物业 jtdw005 90966974de3c4b83aca6f8fd6432d5c2)
|
// 集团单位id
|
||||||
// String jituandanwei = "1e6dbbe16004402f8d2c0e52afd9a676,3a854eefa7894e06aaa1a2611bca80f6,020578a4c1f04bc692ee25145c2efbe5,90966974de3c4b83aca6f8fd6432d5c2";
|
// (河港机械 jtdw002 1e6dbbe16004402f8d2c0e52afd9a676),
|
||||||
// if (jituandanwei.contains(corpInfoId)) {
|
// (河港港工 jtdw003 3a854eefa7894e06aaa1a2611bca80f6),
|
||||||
// return "1";
|
// (河港检测 jtdw004 020578a4c1f04bc692ee25145c2efbe5),
|
||||||
// }else {
|
// (方宇物业 jtdw005 90966974de3c4b83aca6f8fd6432d5c2)
|
||||||
// return "0";
|
String jituandanwei = "1e6dbbe16004402f8d2c0e52afd9a676,3a854eefa7894e06aaa1a2611bca80f6,020578a4c1f04bc692ee25145c2efbe5,90966974de3c4b83aca6f8fd6432d5c2";
|
||||||
// }
|
if (jituandanwei.contains(corpInfoId)) {
|
||||||
return "0";
|
return "1";
|
||||||
|
}else {
|
||||||
|
return "0";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue