魏超 il y a 5 ans
Parent
révision
6787f2c47f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/main/resources/mapper/TdBizEventMapper.xml

+ 1
- 1
src/main/resources/mapper/TdBizEventMapper.xml Voir le fichier

@@ -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>