|
@@ -89,7 +89,7 @@
|
|
|
<if test="orgUnitName != null and orgUnitName != ''">and org_unit_name like concat('%', #{orgUnitName},
|
|
|
'%')
|
|
|
</if>
|
|
|
- <if test="uniLevel != null and uniLevel != ''">and uni_levle = #{uniLevel}</if>
|
|
|
+ <if test="uniLevel != null and uniLevel != ''">and uni_level = #{uniLevel}</if>
|
|
|
<if test="usrType != null and usrType != ''">and usr_type = #{usrType}</if>
|
|
|
<if test="conferenceFlag != null and conferenceFlag != ''">and conference_flag = #{conferenceFlag}</if>
|
|
|
<if test="applyType != null and applyType != ''">and apply_type = #{applyType}</if>
|