|
@@ -989,7 +989,7 @@
|
|
SELECT DISTINCT
|
|
SELECT DISTINCT
|
|
ts.teacher_id_ AS userId,
|
|
ts.teacher_id_ AS userId,
|
|
ts.actual_salary_ AS transAmount,
|
|
ts.actual_salary_ AS transAmount,
|
|
- ts.course_group_type_ AS bizType,
|
|
|
|
|
|
+ if(ts.course_group_type_='VIP','VIP_COURSE',ts.course_group_type_) AS bizType,
|
|
ts.course_schedule_id_ AS bizId,
|
|
ts.course_schedule_id_ AS bizId,
|
|
g.name_ AS bizName,
|
|
g.name_ AS bizName,
|
|
'IN' AS inOrOut,
|
|
'IN' AS inOrOut,
|