springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActEasyPhotoDOMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActEasyPhotoDOMapper.xml
@@ -85,6 +85,9 @@ <if test='comActEasyPhotoVO.communityId != null and comActEasyPhotoVO.communityId != 0'> and p.community_id = ${comActEasyPhotoVO.communityId} </if> <if test='comActEasyPhotoVO.addType != null'> and p.add_type = ${comActEasyPhotoVO.addType} </if> <if test='comActEasyPhotoVO.status != null and comActEasyPhotoVO.status!=0' > AND p.`status` = #{comActEasyPhotoVO.status} </if>