Commit cdf68450 by huluobin

update

parent dcbd505f
......@@ -214,14 +214,6 @@
group by ser.id
order by ser.purchase_show_index desc
</select>
<select id="selectLabel" resultType="com.gogirl.domain.product.serve.Label">
select
l.*
from base_serve ser
left join label_relation lsr on ser.id = lsr.main_id and lsr.type=1
left join label l on l.id = lsr.label_id
where
ser.id = #{id}
</select>
</mapper>
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