springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerIntegralMerchantMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerIntegralMerchantMapper.xml
@@ -47,19 +47,9 @@ <if test="name!=null"> and (`name` like concat('%',#{name},'%') </if> <if test="acState!=null"> and ac_state =#{acState} <if test="state!=null"> and volunteer_integral_merchant.state =#{state} </if> <if test="acType!=null"> 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} </if> </where> order by creation_time desc </select>