fix:组盘入库起点
This commit is contained in:
@@ -69,7 +69,7 @@ public class PalletInStorageTask extends AbstractTask {
|
|||||||
.set("proc_inst_id",proc_inst_id)
|
.set("proc_inst_id",proc_inst_id)
|
||||||
.eq("vehicle_code",vehicle_code)
|
.eq("vehicle_code",vehicle_code)
|
||||||
.eq("is_delete",false))
|
.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))
|
.build("md_pb_vehicleMater",vehicleMater.getId(),null,null, (JSONObject) JSONObject.toJSON(vehicleMater))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user