海外平台-数据全英文化

This commit is contained in:
2025-09-18 14:05:01 +08:00
parent e6b6ccd804
commit 83eff7d1ee
112 changed files with 2151 additions and 344 deletions

View File

@ -97,7 +97,7 @@ public class TestReport {
@Test
public void setVirtualDevice(){
List<DeviceTypeCol> list = deviceTypeColService.selectByDeviceType("emu_349");
List<DeviceTypeCol> list = deviceTypeColService.selectByDeviceType("emu_349",null);
list = list.stream().filter(s->{
return CommonConstant.TWO.equals(s.getSensType());
}).collect(Collectors.toList());