From 999bd1de3eb73805fbe66cab7ae2cdd28e774e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com> Date: Fri, 8 May 2026 15:00:18 +0800 Subject: [PATCH] =?UTF-8?q?sql=E6=9F=A5=E8=AF=A2=E6=8A=A5=E9=94=99;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sysTableConfig/SysTableConfigMapper.xml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/mhd_oms/src/main/resources/mapper/sysTableConfig/SysTableConfigMapper.xml b/mhd_oms/src/main/resources/mapper/sysTableConfig/SysTableConfigMapper.xml index e37164b91..17b2db70d 100644 --- a/mhd_oms/src/main/resources/mapper/sysTableConfig/SysTableConfigMapper.xml +++ b/mhd_oms/src/main/resources/mapper/sysTableConfig/SysTableConfigMapper.xml @@ -9,18 +9,18 @@ FROM sys_table_config WHERE 1=1 - AND a.organization_id = #{organizationId} + AND organization_id = #{organizationId} - AND a.warehouse_id = #{warehouseId} + AND warehouse_id = #{warehouseId} - AND a.shipper_id = #{shipperId} + AND shipper_id = #{shipperId} - AND a.key = #{key} + AND key = #{key} - ORDER BY a.create_time DESC + ORDER BY create_time DESC