springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiExperienceActivityMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiExperienceActivityMapper.xml
@@ -43,18 +43,6 @@ update_time, activity_type from jinhui_experience_activity <where> 1=1 <if test="goodName !=null and goodName !='' "> and good_name LIKE CONCAT('%', #{goodName}, '%') </if> <if test="goodType !=null and goodType !='' "> and good_type=#{goodType} </if> <if test="id !=null and id !='' "> and id=#{id} </if> </where> order by creation_time desc </select>