套餐导入项目列表时,不导入加钟项目

This commit is contained in:
曹磊 2024-07-06 17:15:33 +08:00
parent 8fd1e91ca6
commit 10bda25534
1 changed files with 1 additions and 1 deletions

View File

@ -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>