opt:组盘入库优化

This commit is contained in:
2025-12-26 09:47:49 +08:00
parent 42302d408b
commit 77706cc835

View File

@@ -711,7 +711,7 @@ public class HandheldServiceImpl implements HandheldService {
"material_qty", item.get("material_qty"), "due_date", item.get("due_date")));
});
JSONObject json = new JSONObject();
json.put("materialList", keys);
json.put("content", keys);
return json;
}
return null;