fix:组盘入库起点

This commit is contained in:
zhangzq
2024-09-03 14:09:21 +08:00
parent 8747e809ab
commit 29ac4dc4a9

View File

@@ -69,7 +69,7 @@ public class PalletInStorageTask extends AbstractTask {
.set("proc_inst_id",proc_inst_id)
.eq("vehicle_code",vehicle_code)
.eq("is_delete",false))
,null)
,new JSONObject(MapOf.of("start_point", point_code1)))
.build("md_pb_vehicleMater",vehicleMater.getId(),null,null, (JSONObject) JSONObject.toJSON(vehicleMater))
);
}