Kaynağa Gözat

酷乐秀优化

zouxuan 7 ay önce
ebeveyn
işleme
70c4c0e0f7

+ 2 - 2
cooleshow-user/user-biz/src/main/resources/config/mybatis/HomeMapper.xml

@@ -528,14 +528,14 @@
 	</select>
 	<select id="teacherIncomeList"
 			resultType="com.yonge.cooleshow.biz.dal.wrapper.TeacherIndexWrapper$TeacherIncome">
-		select uo.user_id_ userId,ttar.trans_amount_ amount,
+		select uo.user_id_ userId,
 		<if test="param.type != 'MUSIC'">
 			cg.course_num_ bizQuantity,
 		</if>
 		<if test="param.type == 'MUSIC'">
 			1 bizQuantity,
 		</if>
-		uo.create_time_ orderTime,cg.name_ bizName
+		ttar.trans_amount_ amount,uo.create_time_ orderTime,cg.name_ bizName
 		from tenant_teacher_account_record ttar
 		left join user_order uo ON uo.order_no_ = ttar.order_no_
 		<if test="param.type != 'MUSIC'">