Joburgess há 4 anos atrás
pai
commit
28f5f0571f

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentPaymentOrderMapper.xml

@@ -763,7 +763,7 @@
     <select id="queryDouble11Students" resultMap="StudentVipDouble11Dto">
         SELECT
             su.id_ userId,
-            su.real_name_ userName,
+            su.username_ userName,
             su.phone_ phone,
             su.avatar_ avatar,
             SUM(CASE WHEN sci.title_ LIKE '%1V1%' THEN spo.class_group_id_ ELSE 0 END) payment_one_to_one_time_,