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