全部项目
This commit is contained in:
parent
73017c84b6
commit
e81acb4bb2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue