@@ -965,7 +965,7 @@
and dep.expense_finance_id = #{current}
</if>
<if test="roleType ==2">
- and dep.expense_finance_id in (select id from admin where superior_id = #{current})
+ and (dep.expense_finance_id in (select id from admin where superior_id = #{current}) or dep.expense_finance_id = #{current})
<if test=" contractNo != null">
and o.contract_no like concat('%',#{contractNo},'%')