3254194295 1 year ago
parent
commit
c460d50326
1 changed files with 3 additions and 0 deletions
  1. 3 0
      platform-dao/src/main/resources/mapper/sb/SbInfoMapper.xml

+ 3 - 0
platform-dao/src/main/resources/mapper/sb/SbInfoMapper.xml

@@ -327,6 +327,9 @@ user.real_name as saveUserName
         <if test="ascriptionDept != null and ascriptionDept">
             <include refid="deptSql"/>
         </if>
+        <if test="level!=null">
+            and sb.level = #{level}
+        </if>
     </select>
 
     <select id="selectVOListStandard" parameterType="com.platform.dao.dto.sb.SbInfoDTO"