updateSendQty返回提示优化

This commit is contained in:
mzr 2025-07-28 12:39:28 +08:00
parent 09f10370b9
commit c5773b1d4a
1 changed files with 1 additions and 1 deletions

View File

@ -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 + "");