魏超 5 年前
父节点
当前提交
6787f2c47f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/main/resources/mapper/TdBizEventMapper.xml

+ 1
- 1
src/main/resources/mapper/TdBizEventMapper.xml 查看文件

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