套餐中的项目特色

This commit is contained in:
曹磊 2024-06-26 16:00:00 +08:00
parent 7c121f88ff
commit 7a9c5667a5
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
b.price,
b.duration,
b.status,
b.classify_id as type
b.classify_id as type,
b.jianjie
from bl_massage_package_detail a inner join massage_type b on a.massage_type_id = b.massage_type_id
where a.main_id = #{params.mainId}
<if test="params.status!=null and params.status!=0">