This commit is contained in:
2024-01-08 08:58:22 +08:00
11 changed files with 122 additions and 52 deletions

View File

@@ -365,7 +365,7 @@ public class InAndOutRetrunServiceImpl implements InAndOutReturnService {
jsonDtl.put("Details", details);
item.add(jsonDtl);
}
param.put("item", item);
param.put("Items", item);
new LmsToMesServiceImpl().ChildScrapUpdate(param);
jo_mst.put("upload_mes", "1");
@@ -1558,7 +1558,7 @@ public class InAndOutRetrunServiceImpl implements InAndOutReturnService {
jsonDtl.put("Details", details);
item.add(jsonDtl);
}
param.put("item", item);
param.put("Items", item);
new LmsToMesServiceImpl().ChildScrapUpdate(param);
jo_mst.put("upload_mes", "1");