springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActEasyPhotoDOMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActEasyPhotoDOMapper.xml
@@ -484,7 +484,7 @@ LEFT JOIN com_act_easy_photo_classify t2 ON t1.classify_id = t2.id LEFT JOIN sys_user t3 ON t1.sponsor_id = t3.user_id LEFT JOIN (SELECT * FROM com_act_easy_photo_evaluate WHERE service_type = 1) t4 ON t1.id = t4.service_id WHERE t1.community_id = #{communityId} AND t1.`status` = 5 LIMIT #{pageSize} AND t1.del_tag = 0 WHERE t1.community_id = #{communityId} AND t1.`status` = 5 AND t1.del_tag = 0 LIMIT #{pageSize} </select> </mapper>