|
@@ -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);
|
|
|
}
|
|
|
}
|