|
@@ -137,7 +137,7 @@
|
|
|
AND mg.educational_teacher_id_ = #{educationUserId}
|
|
|
</if>
|
|
|
<if test="currentApproveRole != null">
|
|
|
- AND mg.current_approve_role_ = #{currentApproveRole}
|
|
|
+ AND mgq.current_approve_role_ = #{currentApproveRole}
|
|
|
</if>
|
|
|
<if test="status != null">
|
|
|
AND mgq.status_ = #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|