Commit f59368fb by huluobin

色系

parent 3c17117a
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
select * select *
from color_system t1 from color_system t1
left join color_system_product_map t2 on t1.id = t2.color_system_id left join color_system_product_map t2 on t1.id = t2.color_system_id
where t1.pid = #{id}
group by t1.id group by t1.id
having count(t1.id) > 0 having count(t1.id) > 0
</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