add 扫码反馈载具号

This commit is contained in:
周俊杰
2023-08-16 17:01:35 +08:00
parent f4376a2c0f
commit a079dd9058

View File

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