gongchunyi
4 天以前 c7cf56f12b394138c6678dac36f6fbb93b79ff3a
fix: 入库排序修改
已修改1个文件
1 ■■■■ 文件已修改
src/main/resources/mapper/stock/StockInventoryMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">