|
@@ -444,10 +444,10 @@
|
|
aum.give_single_course_time_ single_course_time_,aum.teacher_id_ from activity_user_mapper aum
|
|
aum.give_single_course_time_ single_course_time_,aum.teacher_id_ from activity_user_mapper aum
|
|
WHERE aum.sub_give_course_num_ > 0
|
|
WHERE aum.sub_give_course_num_ > 0
|
|
<if test="queryInfo.categoryId != null">
|
|
<if test="queryInfo.categoryId != null">
|
|
- AND aum.category_id_ = #{queryInfo.categoryId}
|
|
|
|
|
|
+ AND aum.give_category_id_ = #{queryInfo.categoryId}
|
|
</if>
|
|
</if>
|
|
<if test="queryInfo.categoryId == null">
|
|
<if test="queryInfo.categoryId == null">
|
|
- AND aum.category_id_ IS NULL
|
|
|
|
|
|
+ AND aum.give_category_id_ IS NULL
|
|
</if>
|
|
</if>
|
|
) aum
|
|
) aum
|
|
LEFT JOIN sys_user su ON su.id_ = aum.user_id_
|
|
LEFT JOIN sys_user su ON su.id_ = aum.user_id_
|