Commit 3430ce12 by huluobin

# 更新

parent 73c8131a
...@@ -68,25 +68,25 @@ ...@@ -68,25 +68,25 @@
<if test="baseServe.departmentId != null "> <if test="baseServe.departmentId != null ">
and t3.store_id = #{baseServe.departmentId} and t3.store_id = #{baseServe.departmentId}
</if> </if>
<if test="sourceFrom!=null and sourceFrom =='customer'"> <!-- <if test="sourceFrom!=null and sourceFrom =='customer'">-->
and ser.name not in ( <!-- and ser.name not in (-->
'日式女士基础修手', <!-- '日式女士基础修手',-->
'日式女士基础修脚', <!-- '日式女士基础修脚',-->
'日式男士基础修手', <!-- '日式男士基础修手',-->
'日式男士修脚', <!-- '日式男士修脚',-->
'日式女士精致修手', <!-- '日式女士精致修手',-->
'高级会员免费卸甲(手部)', <!-- '高级会员免费卸甲(手部)',-->
'特级会员免费修手', <!-- '特级会员免费修手',-->
'高级会员免费卸甲(脚部)', <!-- '高级会员免费卸甲(脚部)',-->
'免费睫毛卸除(会员福利)', <!-- '免费睫毛卸除(会员福利)',-->
'贵族会员免费手部基础护理', <!-- '贵族会员免费手部基础护理',-->
# '10天内售后补睫毛', <!--# '10天内售后补睫毛',-->
'睫毛(卸除)', <!-- '睫毛(卸除)',-->
'精细日式卸甲(手部)', <!-- '精细日式卸甲(手部)',-->
'精细日式卸甲(脚部)', <!-- '精细日式卸甲(脚部)',-->
'复杂日式卸甲' <!-- '复杂日式卸甲'-->
) <!-- )-->
</if> <!-- </if>-->
and has_purchase_show=1 and has_purchase_show=1
order by purchase_show_index desc order by purchase_show_index desc
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment