chenlu
7 天以前 d613f1080234e13d12f2bad22650733b4477aa84
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>