src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -113,7 +113,7 @@ product_model_id, MAX(create_time) as create_time, MAX(update_time) as update_time, MAX(warn_num) as warn_num, SUM(warn_num) as warn_num, MAX(version) as version, model, MAX(remark) as remark, @@ -222,7 +222,7 @@ unit, product_name, product_id order by combined.id desc order by combined.create_time desc </select> <select id="listStockInventoryExportData" resultType="com.ruoyi.stock.execl.StockInventoryExportData">