zouxuan 4 лет назад
Родитель
Сommit
77ba057115
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      mec-biz/src/main/resources/config/mybatis/PracticeGroupMapper.xml

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

@@ -818,7 +818,8 @@
         </if>
     </select>
     <select id="getPracticeGroupDetail" resultMap="com.ym.mec.biz.dal.dao.VipGroupDao.studentVipGroupDetailDto">
-        SELECT pg.name_,pg.total_price_,pg.user_id_,
+        SELECT pg.name_,pg.total_price_,pg.user_id_,pg.single_class_minutes_,pg.course_num_ online_classes_num_,0 offline_classes_num_,pg.id_,
+               pg.payment_expire_date_,pg.courses_start_date_,
                cg.total_class_times_,
                cg.expect_student_num_,
                cg.student_num_,