fix:ACS上报光电无货提示优化

This commit is contained in:
zhouz
2024-08-22 10:24:45 +08:00
parent d31fa2b933
commit 8f0acca125

View File

@@ -1617,7 +1617,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
log.info("shipDeviceUpdate请求参数---------------------------------------------" + whereJson.toString() + ",ACS上报无货且此时LMS该点位没有任何任务");
JSONObject result = new JSONObject();
result.put("status", HttpStatus.OK.value());
result.put("message", "反馈成功!");
result.put("message", "反馈成功,ACS上报无货且此时LMS该点位没有任何任务");
return result;
}else {
boolean need_clean = false;