魏超 5 anos atrás
pai
commit
6787f2c47f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/main/resources/mapper/TdBizEventMapper.xml

+ 1
- 1
src/main/resources/mapper/TdBizEventMapper.xml Ver arquivo

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