修改订单
This commit is contained in:
parent
6002886455
commit
926ee1cbb6
File diff suppressed because it is too large
Load Diff
|
@ -73,7 +73,7 @@
|
||||||
inner join massage_type t on t.massage_type_id = d.massage_type_id and t.status = 1
|
inner join massage_type t on t.massage_type_id = d.massage_type_id and t.status = 1
|
||||||
where d.main_id = a.id
|
where d.main_id = a.id
|
||||||
) else 1 end
|
) else 1 end
|
||||||
) as service_count
|
) as service_count,a.level
|
||||||
from bl_massage_package a
|
from bl_massage_package a
|
||||||
left join sys_dict b on a.type = b.id
|
left join sys_dict b on a.type = b.id
|
||||||
where a.status = 1
|
where a.status = 1
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
</if>
|
</if>
|
||||||
union all
|
union all
|
||||||
select massage_type_id as id,title,classify_id as type,b.value as type_name,old_price,price,massage_img,jianjie,content_img,add_num,sales,labels,'项目' as flag,1 as is_can_coupon,1 as is_can_vip,
|
select massage_type_id as id,title,classify_id as type,b.value as type_name,old_price,price,massage_img,jianjie,content_img,add_num,sales,labels,'项目' as flag,1 as is_can_coupon,1 as is_can_vip,
|
||||||
1 as service_count
|
1 as service_count, 0 as level
|
||||||
from massage_type a
|
from massage_type a
|
||||||
left join sys_dict b on a.classify_id = b.id
|
left join sys_dict b on a.classify_id = b.id
|
||||||
where a.status = 1
|
where a.status = 1
|
||||||
|
|
Loading…
Reference in New Issue