初始版本提交
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -97,3 +97,6 @@ threadPool:
|
||||
maxPoolSize: 20
|
||||
queueCapacity: 500
|
||||
keepAliveSeconds: 60
|
||||
WAVETYPE:
|
||||
LIST: 1,3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user