Browse Source

武汉现场同步点位修改

master
WangGuangYuan 9 months ago
parent
commit
350bee2a77
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      inspect-main/inspect-main-client/src/main/java/com/inspect/client/service/ClientService.java

+ 2
- 1
inspect-main/inspect-main-client/src/main/java/com/inspect/client/service/ClientService.java View File

@ -212,7 +212,8 @@ public class ClientService {
jsonObject.put("SendCode", iipCode);
String robotSystemCode = statisticsMapper.queryRobotSystemCode();
if (StringUtils.isBlank(robotSystemCode)) {
throw new ServiceException("机器人巡视系统唯一标识未查询到");
logger.error("机器人巡视系统唯一标识未查询到");
robotSystemCode = "";
}
jsonObject.put("ReceiveCode", robotSystemCode);


Loading…
Cancel
Save