updateSendQty返回提示优化
This commit is contained in:
parent
09f10370b9
commit
c5773b1d4a
|
@ -91,7 +91,7 @@ public class saleUpdateSQty extends AbstractNCCRestResource {
|
|||
}
|
||||
int succState = executeUpdate(sqlStr);
|
||||
|
||||
if (succState == arrayList.size()) {
|
||||
if (succState > 0) {
|
||||
returnJson.put("state", 'Y');
|
||||
returnJson.put("msg", "成功,已修改" + succState + "行");
|
||||
|
||||
|
|
Loading…
Reference in New Issue