浏览代码

* 用户参会申请导出

chen.cheng 9 月之前
父节点
当前提交
1b2ab41e58
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-system/src/main/resources/mapper/cp/CpsUsrApplyMapper.xml

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