细节调整

This commit is contained in:
2022-07-18 16:22:32 +08:00
parent a7b252972a
commit daf490676a
10 changed files with 1 additions and 28 deletions

View File

@@ -50,7 +50,4 @@ mybatis-plus:
type-aliases-package: com.njcn.user.pojo
mqtt:
uri: tcp://@middle.server.url@:1883
client-id: @artifactId@${random.value}
username: t_user
password: njcnpqs

View File

@@ -57,8 +57,5 @@ mybatis-plus:
mqtt:
uri: tcp://@middle.server.url@:1883
client-id: @artifactId@${random.value}
username: t_user
password: njcnpqs

View File

@@ -49,7 +49,4 @@ mybatis-plus:
mqtt:
uri: tcp://@middle.server.url@:1883
client-id: @artifactId@${random.value}
username: t_user
password: njcnpqs

View File

@@ -43,7 +43,4 @@ logging:
mybatis-plus:
type-aliases-package: com.njcn.event.pojo
mqtt:
uri: tcp://@middle.server.url@:1883
client-id: @artifactId@${random.value}
username: t_user
password: njcnpqs

View File

@@ -134,10 +134,7 @@ whitelist:
mqtt:
uri: tcp://@middle.server.url@:1883
client-id: @artifactId@${random.value}
username: t_user
password: njcnpqs

View File

@@ -49,10 +49,7 @@ mybatis-plus:
mqtt:
uri: tcp://@middle.server.url@:1883
client-id: @artifactId@${random.value}
username: t_user
password: njcnpqs

View File

@@ -489,7 +489,7 @@ public class ModelServiceImpl implements IModelService {
if (Objects.isNull(map.get(item.getName()))){
throw new BusinessException(EnergyResponseEnum.MODEL_ERROR);
}
devCfgParam.setIdx(map.get(item.getName() + item.getVersion() + item.getTime()));
devCfgParam.setIdx(map.get(item.getName()));
devCfgParam.setName(item.getDevInfo().getDevName());
LogicDev logicDev = logicDeviceLineService.add(devCfgParam);
//逻辑设备入库->硬件信息表

View File

@@ -51,7 +51,4 @@ mybatis-plus:
mqtt:
uri: tcp://@middle.server.url@:1883
client-id: @artifactId@${random.value}
username: t_user
password: njcnpqs

View File

@@ -50,7 +50,4 @@ mybatis-plus:
mqtt:
uri: tcp://@middle.server.url@:1883
client-id: @artifactId@${random.value}
username: t_user
password: njcnpqs

View File

@@ -50,7 +50,4 @@ mybatis-plus:
type-aliases-package: com.njcn.user.pojo
mqtt:
uri: tcp://@middle.server.url@:1883
client-id: @artifactId@${random.value}
username: t_user
password: njcnpqs