fix: 手持一二期权限
This commit is contained in:
@@ -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") + "'");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user