相关方人员信息打回

liujun0703-新项目开发^2^2
liujun 2024-06-12 08:51:18 +08:00
parent 4d59fba200
commit 246de69195
2 changed files with 1 additions and 2 deletions

View File

@ -50,5 +50,4 @@ public class XgfFlowDto {
// 打回节点游标
private String BACK_STEP;
private String errorMsg;
private String code;
}

View File

@ -1007,7 +1007,7 @@ public class XgfUserServiceImpl implements XgfUserService {
key.put("OPINION", flows.get("OPINION"));
Map result = HttpClientService.doPost(prevention_xgf_url + "openApi/user/approve", key);
if (result == null || !"succeed".equals(result.get("result"))) {
info.setErrorMsg("请求失败");
throw new RuntimeException("请求失败");
}
xgfUserMapper.edit(entity);
this.clearInfo(flows);