liding
9 天以前 5cbfd0b2270edf6390cc1bb7c683956dbe93d66f
src/main/resources/mapper/consumables/ConsumablesInRecordMapper.xml
@@ -5,6 +5,7 @@
    <select id="listPage" resultType="com.ruoyi.consumables.dto.ConsumablesInRecordDto">
        SELECT
        sir.*,
        sir.stock_in_num as qualitity,
        p.product_name as product_name,
        pm.model,
        pm.unit,