|
@@ -91,7 +91,7 @@
|
|
|
and pow.department_check_state is null
|
|
|
</if>
|
|
|
<if test="vo!=null and vo.nCode!=null and (vo.nCode=='REPORT_OUT_FINANCE_CHECK' or vo.nCode=='LETTER_OUT_FINANCE_CHECK')">
|
|
|
- and pow.department_check_state = '审核通过'
|
|
|
+ and (pow.department_check_state = '审核通过' or pow.department_check_state is null)
|
|
|
and pow.finance_check_state is null
|
|
|
</if>
|
|
|
<if test="keyword!=null and keyword!='' ">
|