feat: 基础数据查询监测状态优化
This commit is contained in:
parent
cc80318c23
commit
8a793b3cae
@ -57,8 +57,8 @@ public class SdWtMonitorServiceImpl implements SdWtMonitorService {
|
||||
.append("wt.STTP AS sttpCode, ")
|
||||
.append("wt.STCD AS stcd, ")
|
||||
.append("wt.RSTCD AS rstcd, ")
|
||||
.append("CAST(NULL AS VARCHAR2(200)) AS stCode, ")
|
||||
.append("CAST(NULL AS VARCHAR2(200)) AS stName, ")
|
||||
.append("NULL AS stCode, ")
|
||||
.append("NULL AS stName, ")
|
||||
.append("eng.DVTP AS dvtp, ")
|
||||
.append("hb.ORDER_INDEX AS baseStepSort, ")
|
||||
.append("eng.HBRVCD AS hbrvcd, ")
|
||||
|
||||
@ -116,8 +116,7 @@ public class QgcQueryWrapperUtil {
|
||||
}
|
||||
|
||||
if (columnName != null && columnName.equals(fieldName)) {
|
||||
if (StrUtil.isEmpty((CharSequence) value)) {
|
||||
StringBuffer var9 = null;
|
||||
if (value == null || (value instanceof String && StrUtil.isEmpty((String) value))) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user