yuan
2 天以前 2024bc5261dca42e18d0d244a50837c992c697d7
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -367,6 +367,7 @@
                and sir.create_time <= #{ew.endMonth}
            </if>
        </where>
        order by sir.create_time desc
    </select>
    <select id="stockInAndOutRecord" resultType="com.ruoyi.stock.dto.StockInventoryDto">