Commit 55f2b0fb by huluobin

update

parent f743a47a
......@@ -109,8 +109,10 @@
<if test="request.colorSystemId !=null ">
left join color_system_product_map t3 on t1.id = t3.product_id
</if>
left join base_serve t4 on t1.service_id = t4.id
left join store_shop_serve_relation t5 on t4.id =t5.serve_id
<if test="request.departmentId !=null ">
left join base_serve t4 on t1.service_id = t4.id
left join store_shop_serve_relation t5 on t4.id =t5.serve_id
</if>
where true
<if test="request.sourceFrom !=null and request.sourceFrom == 'customer' ">
and t1.has_index_show = 1
......@@ -139,6 +141,7 @@
order by t1.index_sort desc
</otherwise>
</choose>
</select>
<select id="queryProduceServiceDuration" resultType="com.gogirl.shared.product.CalcServiceDuration">
......
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