|
|
@ -512,7 +512,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService { |
|
|
|
if (ObjectUtil.isEmpty(one)) { |
|
|
|
// 返回400,物料不存在
|
|
|
|
taskResponse.setCode(HttpStatus.HTTP_BAD_REQUEST); |
|
|
|
taskResponse.setMessage("组盘不存在或已静置完成!"); |
|
|
|
taskResponse.setMessage("载具编码为"+baseRequest.getVehicle_code()+"组盘不存在!"); |
|
|
|
return taskResponse; |
|
|
|
} |
|
|
|
String yjDeviceCode = basePoint.getParent_point_code(); // 压机设备编码
|
|
|
|