排产申请同步销售订单-返回提示优化
This commit is contained in:
parent
21f8b86513
commit
01e2f3e149
|
@ -121,7 +121,7 @@ public class saleUpdateLJpc extends AbstractNCCRestResource {
|
||||||
|
|
||||||
int succState = executeUpdate(sqlStr);
|
int succState = executeUpdate(sqlStr);
|
||||||
|
|
||||||
if (succState == arrayList.size()) {
|
if (succState == (arrayList.size() * 2)) {
|
||||||
returnJson.put("state", 'Y');
|
returnJson.put("state", 'Y');
|
||||||
returnJson.put("msg", "成功,已修改" + succState + "行");
|
returnJson.put("msg", "成功,已修改" + succState + "行");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue