From d617c6a8a84819269e3bb6bed3957c269be9eaba Mon Sep 17 00:00:00 2001 From: liuzongkun999 Date: Sat, 15 Mar 2025 17:27:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=9F=A5=E8=AF=A2=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E5=88=97=E8=A1=A8=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=86=85?= =?UTF-8?q?=E5=AE=B9=EF=BC=9A=20-=E6=A0=B9=E6=8D=AE=E5=87=BA=E5=BA=93?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E9=99=8D=E5=BA=8F=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/oa/SysOaOutWarehouseMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruoyi-oa/src/main/resources/mapper/oa/SysOaOutWarehouseMapper.xml b/ruoyi-oa/src/main/resources/mapper/oa/SysOaOutWarehouseMapper.xml index 1c2e6dc..c24fe95 100644 --- a/ruoyi-oa/src/main/resources/mapper/oa/SysOaOutWarehouseMapper.xml +++ b/ruoyi-oa/src/main/resources/mapper/oa/SysOaOutWarehouseMapper.xml @@ -58,9 +58,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and warehouse.name like concat('%', #{bo.warehouseName}, '%') + order by ware.create_time desc limit #{page.pageNum}, #{page.pageSize} +