相关方人员信息打回
parent
4d59fba200
commit
246de69195
|
@ -50,5 +50,4 @@ public class XgfFlowDto {
|
||||||
// 打回节点游标
|
// 打回节点游标
|
||||||
private String BACK_STEP;
|
private String BACK_STEP;
|
||||||
private String errorMsg;
|
private String errorMsg;
|
||||||
private String code;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1007,7 +1007,7 @@ public class XgfUserServiceImpl implements XgfUserService {
|
||||||
key.put("OPINION", flows.get("OPINION"));
|
key.put("OPINION", flows.get("OPINION"));
|
||||||
Map result = HttpClientService.doPost(prevention_xgf_url + "openApi/user/approve", key);
|
Map result = HttpClientService.doPost(prevention_xgf_url + "openApi/user/approve", key);
|
||||||
if (result == null || !"succeed".equals(result.get("result"))) {
|
if (result == null || !"succeed".equals(result.get("result"))) {
|
||||||
info.setErrorMsg("请求失败");
|
throw new RuntimeException("请求失败");
|
||||||
}
|
}
|
||||||
xgfUserMapper.edit(entity);
|
xgfUserMapper.edit(entity);
|
||||||
this.clearInfo(flows);
|
this.clearInfo(flows);
|
||||||
|
|
Loading…
Reference in New Issue