|
@@ -618,7 +618,7 @@
|
|
|
|
|
|
<select id="findReimbursementReportPageCount" resultType="integer">
|
|
|
SELECT
|
|
|
- count(DISTINCT a.id)
|
|
|
+ count(a.id)
|
|
|
FROM work_reimbursement a
|
|
|
left join work_account wa on wa.work_reimbursement_id =a.id
|
|
|
left join work_reimbursement_type_info wrt on wrt.id =wa.type
|
|
@@ -817,7 +817,7 @@
|
|
|
|
|
|
<select id="findDepartmentReimbursementReportPageCount" resultType="integer">
|
|
|
SELECT
|
|
|
- count(DISTINCT a.id)
|
|
|
+ count(a.id)
|
|
|
FROM work_reimbursement a
|
|
|
left join work_account wa on wa.work_reimbursement_id =a.id
|
|
|
left join work_reimbursement_type_info wrt on wrt.id =wa.type
|