fix:获取木箱高度类型修改
This commit is contained in:
@@ -2183,7 +2183,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
|
||||
String material_barcode = param.getString("material_barcode");
|
||||
String vehicle_code = param.getString("vehicle_code");
|
||||
|
||||
if (device_code.equals("RK1005")) {
|
||||
if (device_code.equals("RK1018")) {
|
||||
JSONObject vehicle_info = WQLObject.getWQLObject("md_pb_storagevehicleext").query("storagevehicle_code = '" + vehicle_code + "'").uniqueResult(0);
|
||||
if (ObjectUtil.isEmpty(vehicle_info)) {
|
||||
throw new BadRequestException("未查询到载具号【" + vehicle_code + "】对应的载具信息!");
|
||||
|
||||
Reference in New Issue
Block a user