From 6593815bebbb6ba59d0f1e5e2d093a105f2f6938 Mon Sep 17 00:00:00 2001 From: wangshuai Date: Thu, 22 Aug 2024 16:53:51 +0800 Subject: [PATCH] =?UTF-8?q?1=EF=BC=9B=E6=8B=89=E5=8F=96=E8=87=AA=E9=85=8D?= =?UTF-8?q?=E9=80=81=E8=AE=A2=E5=8D=95=E5=8F=82=E6=95=B0=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/business/BusOrderInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/business/BusOrderInfoMapper.xml b/ruoyi-system/src/main/resources/mapper/business/BusOrderInfoMapper.xml index d5cb0df..b19e8c5 100644 --- a/ruoyi-system/src/main/resources/mapper/business/BusOrderInfoMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/business/BusOrderInfoMapper.xml @@ -74,7 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and a.store_code = #{storeCode} and a.order_time between #{t1} and #{t2} GROUP BY a.privcy_phone,a.order_no - ) AS t2 ON t1.order_no = t2.order_no AND t1.id = t2.min_id; + ) AS t2 ON t1.order_no = t2.order_no AND t1.id = t2.min_id order by t1.order_time