fix: 诺宝修改

This commit is contained in:
2024-06-25 14:58:37 +08:00
parent 43d4d66d61
commit a52386ddcb

View File

@@ -740,7 +740,7 @@ public class XianGongAgvServiceImpl implements XianGongAgvService {
}
} else if (instructionDto.getAgv_system_type().equals(AgvSystemTypeEnum.XG_System_Type.getIndex())) {
deviceCodeNow = applyCCAgvTask(task_code, instructionDto);
if (ObjectUtil.isEmpty(deviceCodeNow)) {
if (StrUtil.isNotEmpty(deviceCodeNow)) {
JSONObject map = new JSONObject();
map.put("status", 200);
map.put("message", "允许放货!");