gongchunyi
13 小时以前 a5a5124dec9cc40c4dfcd1cce7373703feda5175
fix: 入库记录修改为批号倒序
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/stock/StockInRecordMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/stock/StockInRecordMapper.xml
@@ -120,7 +120,7 @@
                and p.id in (select id from product_tree)
            </if>
        </where>
        order by sir.create_time desc
        order by sir.inbound_batches desc
    </select>
    <select id="listStockInRecordExportData" resultType="com.ruoyi.stock.execl.StockInRecordExportData">
        SELECT