|
@@ -879,7 +879,7 @@
|
|
</select>
|
|
</select>
|
|
<select id="selectWaitCourse" resultType="com.yonge.cooleshow.biz.dal.dto.UserAccountRecordDto">
|
|
<select id="selectWaitCourse" resultType="com.yonge.cooleshow.biz.dal.dto.UserAccountRecordDto">
|
|
SELECT DISTINCT
|
|
SELECT DISTINCT
|
|
- ts.teacher_id_ AS teacherId,
|
|
|
|
|
|
+ ts.teacher_id_ AS userId,
|
|
ts.actual_salary_ AS transAmount,
|
|
ts.actual_salary_ AS transAmount,
|
|
ts.course_group_type_ AS bizType,
|
|
ts.course_group_type_ AS bizType,
|
|
ts.course_schedule_id_ AS bizId,
|
|
ts.course_schedule_id_ AS bizId,
|
|
@@ -895,7 +895,7 @@
|
|
<![CDATA[ AND ts.update_time_ <= #{day}]]>
|
|
<![CDATA[ AND ts.update_time_ <= #{day}]]>
|
|
UNION
|
|
UNION
|
|
SELECT DISTINCT
|
|
SELECT DISTINCT
|
|
- ts.teacher_id_ AS teacherId,
|
|
|
|
|
|
+ ts.teacher_id_ AS userId,
|
|
ts.actual_salary_ AS transAmount,
|
|
ts.actual_salary_ AS transAmount,
|
|
ts.course_group_type_ AS bizType,
|
|
ts.course_group_type_ AS bizType,
|
|
ts.course_schedule_id_ AS bizId,
|
|
ts.course_schedule_id_ AS bizId,
|