springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerActivityMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerActivityMapper.xml
@@ -95,16 +95,16 @@ and (`name` like concat('%',#{name},'%') </if> <if test="acState!=null"> and ac_state =# {acState} and ac_state =#{acState} </if> <if test="acType!=null"> and ac_type =# {acType} and ac_type =#{acType} </if> <if test="actityBeginTime!=null"> and actity_begin_time >= #{actityBeginTime} </if> <if test="actityEndTime!=null"> and actity_end_time <![CDATA[ <= ]]> # {actityEndTime} and actity_end_time <![CDATA[ <= ]]> #{actityEndTime} </if> </where>