gongchunyi
6 天以前 da0033b9cff199a86442e2dcf31003d2a46ae754
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">