opt:上传ERP逻辑更新
This commit is contained in:
@@ -52,7 +52,6 @@ public class UploadErpTask {
|
|||||||
try {
|
try {
|
||||||
Map whereJson = new HashMap<>();
|
Map whereJson = new HashMap<>();
|
||||||
whereJson.put("bill_status", "99");
|
whereJson.put("bill_status", "99");
|
||||||
whereJson.put("is_upload", "1");
|
|
||||||
whereJson.put("is_delete", "0");
|
whereJson.put("is_delete", "0");
|
||||||
List<IOStorInv> ioStorInvs = returnService.queryAll(whereJson);
|
List<IOStorInv> ioStorInvs = returnService.queryAll(whereJson);
|
||||||
JSONObject uploadvWhereJson = new JSONObject();
|
JSONObject uploadvWhereJson = new JSONObject();
|
||||||
|
|||||||
Reference in New Issue
Block a user