From 9b195549d0b6038f553751e8b7b8a07c3f2c8d2f Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期六, 26 十月 2024 11:49:09 +0800
Subject: [PATCH] bug修改

---
 ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TShoppingOrderMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TShoppingOrderMapper.xml b/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TShoppingOrderMapper.xml
index e0b7c1a..278a84c 100644
--- a/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TShoppingOrderMapper.xml
+++ b/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TShoppingOrderMapper.xml
@@ -198,8 +198,8 @@
                 </if>
             </if>
         </if>
-                    ) a
-        order by a.create_time DESC
+                    )
+        order by createTime DESC
     </select>
     
     

--
Gitblit v1.7.1