Commit e0a1cb3f by huluobin

update

parent a1dd8478
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
left join color_system_product_map t3 on t1.id = t3.product_id left join color_system_product_map t3 on t1.id = t3.product_id
</if> </if>
where true where true
<if test="request.sourceFrom !=null and request.sourceFrom ='customer' "> <if test="request.sourceFrom !=null and request.sourceFrom == 'customer' ">
and t1.has_index_show = 1 and t1.has_index_show = 1
</if> </if>
<if test="request.labelId !=null "> <if test="request.labelId !=null ">
......
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