魏超 5 years ago
parent
commit
6787f2c47f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TdBizEventMapper.xml

+ 1
- 1
src/main/resources/mapper/TdBizEventMapper.xml View File

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