change - 2022-12-12

master
wenjy 2 years ago
parent 9bb0fb0958
commit 02baf64c55

@ -198,9 +198,9 @@ public class FoamBoxDeviceInfoServiceImpl implements IFoamBoxDeviceInfoService {
List<String> deviceId = new ArrayList<String>(){ List<String> deviceId = new ArrayList<String>(){
{ {
if(number == 0){ if(number == 0){
this.add("FPX003"); this.add("FPX001");
}else{ }else{
this.add("FPX004"); this.add("FPX002");
} }
} }
}; };
@ -211,9 +211,9 @@ public class FoamBoxDeviceInfoServiceImpl implements IFoamBoxDeviceInfoService {
List<String> deviceId2 = new ArrayList<String>(){ List<String> deviceId2 = new ArrayList<String>(){
{ {
if(number == 0){ if(number == 0){
this.add("FPX001"); this.add("FPX003");
}else{ }else{
this.add("FPX002"); this.add("FPX004");
} }
} }
}; };

@ -12,6 +12,6 @@ mybatis-plus:
mapper-locations: classpath*:/mapper/**Mapper.xml mapper-locations: classpath*:/mapper/**Mapper.xml
server: server:
port: 6069 port: 6070
in_id: 1 in_id: 2

@ -12,6 +12,6 @@ mybatis-plus:
mapper-locations: classpath*:/mapper/**Mapper.xml mapper-locations: classpath*:/mapper/**Mapper.xml
server: server:
port: 6069 port: 6070
in_id: 1 in_id: 2
Loading…
Cancel
Save