From abcdef7b78db3f58ecba18718b3c59671c84a839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E5=87=AF=E5=87=AF?= Date: Tue, 24 Dec 2024 13:54:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=89=B9=E6=AC=A110=E9=9B=86=E8=B4=AD?= =?UTF-8?q?=E4=B9=B0=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/course/CourseDao.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/mapper/course/CourseDao.xml b/src/main/resources/mapper/course/CourseDao.xml index 6a7b05f4..a8118457 100644 --- a/src/main/resources/mapper/course/CourseDao.xml +++ b/src/main/resources/mapper/course/CourseDao.xml @@ -21,7 +21,7 @@ c.msg_url as msgUrl, c.pay_num as payNum, c.price, - c.wholesale_price, + c.wholesale_price as wholesalePrice, c.is_over as isOver, c.title, c.is_price as isPrice, @@ -140,7 +140,7 @@ c.msg_url as msgUrl, c.pay_num as payNum, c.price, - c.wholesale_price, + c.wholesale_price as wholesalePrice, c.is_over as isOver, c.title, c.is_price as isPrice, @@ -266,7 +266,7 @@ c.msg_url as msgUrl, c.pay_num as payNum, c.price, - c.wholesale_price, + c.wholesale_price as wholesalePrice, c.status, c.title, c.title_img as titleImg,