浏览代码

调整1235

Administrator 2 年之前
父节点
当前提交
74097531d4

+ 1 - 1
src/main/java/org/jeecg/modules/appInterface/controller/FbsWorkingStatisticsController.java

@@ -671,7 +671,7 @@ public class FbsWorkingStatisticsController {
 				 fbsWorkingStatisticsService.updateById(fbsWorkingStatistics);
 				 fbsWorkshopDispatchListService.updateState("1",entity.getPkWorkshopDispatchList());
 				 res.setCode("1");
-				 res.setMsg(jsonObjectSAP.getJSONObject("STATUS").get("MESSAGE").toString().toString());
+				 res.setMsg("sap报工异常:"+jsonObjectSAP.getJSONObject("STATUS").get("MESSAGE").toString().toString());
 				 return new ResponseEntity<ResHttpStatus>(res, HttpStatus.OK);
 			 }
 		 }