|
@@ -113,6 +113,9 @@
|
|
|
<if test="reportLeaderId != null and reportLeaderId != ''">
|
|
|
and application.report_leader_id = #{reportLeaderId}
|
|
|
</if>
|
|
|
+ <if test="sbPositionId != null and sbPositionId != ''">
|
|
|
+ and sb.position_id = #{sbPositionId}
|
|
|
+ </if>
|
|
|
</where>
|
|
|
</select>
|
|
|
<select id="selectById" parameterType="java.lang.Object"
|