ruoyi-modules/ruoyi-management/src/main/resources/mapper/management/SlVolumeProductionRkMapper.xml
@@ -32,4 +32,15 @@ </select> <select id="getStoreManagementGoodSmaterialsOne" resultType="java.lang.Double"> SELECT ifnull(ROUND(AVG(sl.rk_pice),2), 0.0) FROM sl_volume_production_rk sl WHERE sl.materials_id = #{id} AND sl.del_flag=0 GROUP BY sl.materials_id </select> </mapper>