gongchunyi
2026-06-16 bbc5a867aea31cf50265cd2031d0b319bca1e158
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">