廖井涛
5 天以前 6d6ae282ee8a58d6846e7c6986649c474444dae7
north-glass-erp/src/main/resources/mapper/sd/ProductDetailMapper.xml
@@ -33,4 +33,10 @@
      and glass_sort >= #{minTechnologyNumberByGroup}
      and glass_sort >= #{minTechnologyNumberByGroup}
    </select>
    <select id="getGlassName">
        SELECT GROUP_CONCAT(detail SEPARATOR '+')
        from sd.product_detail
        where prod_id = #{productId} and detail_type='glass'
    </select>
</mapper>