fix: 优化逻辑

This commit is contained in:
tangwei 2026-06-16 10:47:15 +08:00
parent 21202f4160
commit 0ca4651bf1
2 changed files with 3 additions and 2 deletions

View File

@ -64,7 +64,8 @@ public class SecurityConfig {
// .requestMatchers("/eng/**").permitAll()
// .requestMatchers("/eq/**").permitAll()
// .requestMatchers("/env/**").permitAll()
// .requestMatchers("/wt/**").permitAll()
.requestMatchers("/wt/**").permitAll()
.requestMatchers("/fb/**").permitAll()
// .requestMatchers("/zq/**").permitAll()
// .requestMatchers("/wq/**").permitAll()
// .requestMatchers("/vd/**").permitAll()

View File

@ -1933,7 +1933,7 @@ public class SdWtMonitorServiceImpl implements SdWtMonitorService {
if ("baseStepSort".equals(field)) {
orderColumns.add("NVL(baseStepSort, 999999) " + dir + " NULLS LAST");
} else if ("rvcdStepSort".equals(field)) {
orderColumns.add("NVL(rvcdStepSort, 999999) " + dir + " NULLS LAST");
// orderColumns.add("NVL(rvcdStepSort, 999999) " + dir + " NULLS LAST");
} else if ("rstcdStepSort".equals(field)) {
orderColumns.add("NVL(rstcdStepSort, 999999) " + dir + " NULLS LAST");
} else if ("siteStepSort".equals(field)) {