opt:上传ERP逻辑更新

This commit is contained in:
2025-09-29 11:25:01 +08:00
parent a026468192
commit 12675322da

View File

@@ -52,7 +52,6 @@ public class UploadErpTask {
try {
Map whereJson = new HashMap<>();
whereJson.put("bill_status", "99");
whereJson.put("is_upload", "1");
whereJson.put("is_delete", "0");
List<IOStorInv> ioStorInvs = returnService.queryAll(whereJson);
JSONObject uploadvWhereJson = new JSONObject();