101captain
2022-03-01 b3e4c12ed7e8873e5410453ddab2328152c93510
志愿者接口修改
1个文件已修改
1 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComMngVolunteerMngDOMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComMngVolunteerMngDOMapper.xml
@@ -57,7 +57,6 @@
        left join com_mng_volunteer_service_type as cmvst on cmvst.id = cmvot1.service_type_id
        WHERE
        cmvm.state = 2
        AND
        <if test="comMngVolunteerMngVO.communityId !=null">
         and   cmvm.community_id = #{comMngVolunteerMngVO.communityId}
        </if>