魏超 před 5 roky
rodič
revize
6787f2c47f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/main/resources/mapper/TdBizEventMapper.xml

+ 1
- 1
src/main/resources/mapper/TdBizEventMapper.xml Zobrazit soubor

@@ -32,7 +32,7 @@
32 32
         ) as building_intention
33 33
 
34 34
         ON biz_event.event_id = building_intention.event_id
35
-
35
+        where biz_event.points is not null
36 36
     </select>
37 37
 
38 38
 </mapper>