|
|
|
@ -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); |
|
|
|
|