Forráskód Böngészése

* 用户参会申请导出

chen.cheng 9 hónapja
szülő
commit
1b2ab41e58

+ 1 - 1
ruoyi-system/src/main/resources/mapper/cp/CpsUsrApplyMapper.xml

@@ -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>