初始版本提交

This commit is contained in:
hzj
2025-07-01 11:24:58 +08:00
parent 6f8070c85f
commit 8fb22017d3
2 changed files with 5 additions and 1 deletions

View File

@@ -82,7 +82,8 @@ public class LargeScreenCountServiceImpl implements LargeScreenCountService {
private final PqsUsersetService pqsUsersetService;
private final PqsUserService pqsUserService;
private final PqLinedetailMapper pqLinedetailMapper;
private final List<Integer> WAVETYPE_LIST= Stream.of(1,3).collect(Collectors.toList());
@Value("${WAVETYPE.LIST}")
private List<Integer> WAVETYPE_LIST;
@Value("${SYS_TYPE_ZT}")
private String sysTypeZt;

View File

@@ -97,3 +97,6 @@ threadPool:
maxPoolSize: 20
queueCapacity: 500
keepAliveSeconds: 60
WAVETYPE:
LIST: 1,3