|
|
@@ -510,6 +510,14 @@
|
|
|
<if test="processStatus ==5">
|
|
|
and f.finance_id in (select id from admin where superior_id = #{auditor})
|
|
|
</if>
|
|
|
+ <if test="processStatus ==6">
|
|
|
+ <if test="examineStatus ==1">
|
|
|
+ and a.status=1
|
|
|
+ </if>
|
|
|
+ <if test="examineStatus ==2">
|
|
|
+ and a.status in (2)
|
|
|
+ </if>
|
|
|
+ </if>
|
|
|
<if test=" aid !=null">
|
|
|
and a.aid= #{aid}
|
|
|
</if>
|