weijianghai 7 месяцев назад
Родитель
Сommit
1875764c92

+ 1 - 0
src/main/java/com/nokia/financeapi/dao/house/HouseDataCheckDao.java

@@ -196,6 +196,7 @@ order by
     b.order_num, a.order_num
 )
 select * from t102
+where exists (select 1 from t101)
 </script>
 """)
     List<GetHouseAbnormalDataVo> getAbnormalData(@Param("dto") GetHouseAbnormalDataDto dto);