|
@@ -326,7 +326,7 @@
|
|
|
|
|
|
<select id="getUserLevelDegrees" resultMap="DegreeRegistration">
|
|
|
select * from degree_registration
|
|
|
- where user_id_ = #{userId} and degree_id_ = #{degreeId} and ype_ = #{type}
|
|
|
+ where user_id_ = #{userId} and degree_id_ = #{degreeId} and type_ = #{type}
|
|
|
AND FIND_IN_SET(level_,#{levels}) AND subject_id_ = #{subjectId} AND status_ = 2 LIMIT 1
|
|
|
</select>
|
|
|
<select id="getLockByOrderId" resultMap="DegreeRegistration">
|