mdf:修改组盘为混料

This commit is contained in:
zhangzq
2025-07-22 10:25:05 +08:00
parent 8d38fca14a
commit b7be3c878f
2 changed files with 9 additions and 21 deletions

View File

@@ -56,7 +56,7 @@ public class GroupController {
@PostMapping
@Log("新增组盘组盘")
public ResponseEntity<Object> create(@RequestBody JSONObject group) {
public ResponseEntity<Object> createSingle(@RequestBody JSONObject group) {
Assert.noNullElements(new Object[]{group,group.get("material_id"),group.get("storagevehicle_code"),group.get("qty")},"请求参数不能为空");
GroupPlate groupPlate = group.toJavaObject(GroupPlate.class);
String storagevehicleCode = groupPlate.getStoragevehicle_code();