fix: 手持一二期权限

This commit is contained in:
2024-03-25 14:01:50 +08:00
parent 00088cc2e3
commit d15b0f016c
6 changed files with 28 additions and 18 deletions

View File

@@ -443,6 +443,7 @@ public class ProductScrapServiceImpl implements ProductScrapService {
JSONObject jsonObject = new JSONObject();
jsonObject.put("ext_code", result.getString("RTDAT"));
// 单据状态改变 10(生成) -> 20审核
jsonObject.put("bill_status", "20");
mst.update(jsonObject, "scrap_id = '" + whereJson.getString("scrap_id") + "'");