套餐导入项目列表时,不导入加钟项目
This commit is contained in:
parent
8fd1e91ca6
commit
10bda25534
|
@ -165,7 +165,7 @@
|
|||
status,
|
||||
classify_id as type
|
||||
from massage_type
|
||||
where 1=1
|
||||
where parent_id = 0
|
||||
<if test="params.type!=null and params.type!=''">
|
||||
and classify_id=#{params.type}
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue