Commit f2210768 by huluobin

限时特价

parent 241b65e1
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</select> </select>
<select id="queryProduceFeaturesById" resultType="com.gogirl.domain.product.serve.BaseFeatures"> <select id="queryProduceFeaturesById" resultType="com.gogirl.domain.product.serve.BaseFeatures">
SELECT * SELECT t3.*
from base_produce t1 from base_produce t1
LEFT JOIN features_mapping t2 on t1.id = t2.data_id and t2.data_type = 2 LEFT JOIN features_mapping t2 on t1.id = t2.data_id and t2.data_type = 2
LEFT JOIN base_features t3 on t2.features_id = t3.id LEFT JOIN base_features t3 on t2.features_id = t3.id
......
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