north-glass-erp/src/main/resources/mapper/sd/ProductMapper.xml
@@ -133,4 +133,14 @@ <update id="updateProductStateById"> update product set state = #{state} where id = #{id} </update> <select id="getGlassThickness"> select sum(REPLACE(JSON_UNQUOTE(JSON_EXTRACT(separation, '$.thickness')),'mm','')) from product_detail as a where a.prod_id = #{productId} and a.id <= (select b.id from product_detail as b where b.prod_id = #{productId} and b.glass_sort = #{technologyNumber}) </select> </mapper>