|
|
@@ -105,7 +105,7 @@ public class ERPServiceImpl implements ERPService {
|
|
|
}else{
|
|
|
//更新
|
|
|
header_result.put("code", "400");
|
|
|
- header_result.put("desc", resultErrorMsg+",重复推送,采购单号已存在!");
|
|
|
+ header_result.put("desc", resultErrorMsg+"重复推送,采购单号已存在!");
|
|
|
result.put("header", header_result);
|
|
|
return result;
|
|
|
}
|
|
|
@@ -114,13 +114,13 @@ public class ERPServiceImpl implements ERPService {
|
|
|
if (count == 0){
|
|
|
//更新
|
|
|
header_result.put("code", "400");
|
|
|
- header_result.put("desc", resultErrorMsg+",采购单号不存在,不能执行更新操作!");
|
|
|
+ header_result.put("desc", resultErrorMsg+"采购单号不存在,不能执行更新操作!");
|
|
|
result.put("header", header_result);
|
|
|
return result;
|
|
|
}else{
|
|
|
//更新
|
|
|
header_result.put("code", "200");
|
|
|
- header_result.put("desc", resultSuccessMsg+",执行更新操作中!");
|
|
|
+ header_result.put("desc", resultSuccessMsg+"执行更新操作中!");
|
|
|
result.put("header", header_result);
|
|
|
return result;
|
|
|
}
|