gongchunyi
2026-06-20 300b93fff807c911d92e65d3a4f741fd4ae70d4f
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">