fix: 诺宝修改
This commit is contained in:
@@ -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", "允许放货!");
|
||||
|
||||
Reference in New Issue
Block a user