全部项目

This commit is contained in:
曹磊 2024-08-21 10:14:15 +08:00
parent 73017c84b6
commit e81acb4bb2
1 changed files with 2 additions and 5 deletions

View File

@ -105,11 +105,8 @@
<if test="params.classifyId!=null">
and a.classify_id = #{params.classifyId}
</if>
<if test="params.type!=null and params.type ==1">
and 1=1
</if>
<if test="params.type!=null and params.type !=1">
and 1=2
<if test="params.type!=null and params.type!=1">
and a.massage_type_id = 0
</if>
order by sales desc,id asc
</select>