qijirenjian 3 months ago
parent 93d4b09e43
commit 7ecb3d46d5

@ -111,7 +111,7 @@ public class PMProjectAcceptanceAction extends BaseBean implements Action, EsbSe
jsonObject.put("content", ysqk); jsonObject.put("content", ysqk);
jsonObject.put("postEvaluation", sfhpj); jsonObject.put("postEvaluation", sfhpj);
jsonObject.put("hpjzqy", hpjzqy); jsonObject.put("hpjzqy", hpjzqy);
logger_f17f81aa.error(jsonObject.toJSONString());
RecordSet rs = I18nContextUtil.getBean(RecordSet.class); RecordSet rs = I18nContextUtil.getBean(RecordSet.class);
JSONArray fileList = new JSONArray(); JSONArray fileList = new JSONArray();
if (!"".equals(fj)) { if (!"".equals(fj)) {
@ -174,7 +174,10 @@ public class PMProjectAcceptanceAction extends BaseBean implements Action, EsbSe
// } // }
jsonObject.put("file", fileList); jsonObject.put("file", fileList);
// PMService pmService = new PMService(); // PMService pmService = new PMService();
logger_f17f81aa.error("jsonObject === "+jsonObject.toJSONString());
String result = pmService.call(jsonObject.toString()); String result = pmService.call(jsonObject.toString());
logger_f17f81aa.error("result === "+ result);
if (!result.equals("E")) { if (!result.equals("E")) {
JSONObject retobj = JSONObject.parseObject(result); JSONObject retobj = JSONObject.parseObject(result);
boolean flag = (boolean) retobj.get("success"); boolean flag = (boolean) retobj.get("success");

Loading…
Cancel
Save