|
|
@@ -137,8 +137,7 @@
|
|
|
and process_status= #{processStatus}
|
|
|
</if>
|
|
|
</select>
|
|
|
- <select id="selectNotExamineByEaidAndProcessStatus"
|
|
|
- resultType="com.goafanti.expenseAccount.bo.OutExpenseAccountLog">
|
|
|
+ <select id="selectNotExamineByEaidAndProcessStatus" resultType="com.goafanti.expenseAccount.bo.OutExpenseAccountLog">
|
|
|
select process_status processStatus,group_concat(auditorName) auditorName
|
|
|
from expense_account_examine
|
|
|
where eaid = #{id} and process_status> #{processStatus}
|