|
|
@@ -1927,7 +1927,7 @@ public class MESServiceImpl implements MESService {
|
|
|
String s = postProdInOut(erpId, "ProdInOut!Make!Give", employee);
|
|
|
Object data = baseDao.getFieldDataByCondition("prodinout", "pi_inoutno", "pi_id=" + erpId);
|
|
|
if (s!=null) {
|
|
|
- return ApiResponse.failRsp("10094", requestId, "生产补料单:" +data+",过账失败!");
|
|
|
+ return ApiResponse.failRsp("10094", requestId, "生产补料单:" +data+",过账失败!异常信息:"+s);
|
|
|
}else
|
|
|
return ApiResponse.successRsp("0", requestId, "生产补料单:" +data+ "已过账,请在ERP查看!");
|
|
|
}else
|