|
@@ -239,7 +239,8 @@
|
|
SELECT
|
|
SELECT
|
|
<include refid="reimbursementBusinessColumns"/>
|
|
<include refid="reimbursementBusinessColumns"/>
|
|
,zri.business_code as "businessCode"
|
|
,zri.business_code as "businessCode"
|
|
- FROM zs_reimbursement_business_accountant_info a
|
|
|
|
|
|
+ ,zri.reimbursement_batch as "reimbursementBatch"
|
|
|
|
+ FROM zs_reimbursement_business_info a
|
|
<include refid="reimbursementUserJoinColumns"/>
|
|
<include refid="reimbursementUserJoinColumns"/>
|
|
left join zs_reimbursement_accountant_info zri on zri.id = a.business_code_id
|
|
left join zs_reimbursement_accountant_info zri on zri.id = a.business_code_id
|
|
<where>
|
|
<where>
|
|
@@ -277,7 +278,7 @@
|
|
SELECT
|
|
SELECT
|
|
a.reimbursement_fsalary AS "value",
|
|
a.reimbursement_fsalary AS "value",
|
|
(case when a.reimbursement_fsalary = '1' then '报销不实发' when a.reimbursement_fsalary = '2' then '报销并实发' else 0 end) as "label"
|
|
(case when a.reimbursement_fsalary = '1' then '报销不实发' when a.reimbursement_fsalary = '2' then '报销并实发' else 0 end) as "label"
|
|
- FROM zs_reimbursement_business_accountant_info a
|
|
|
|
|
|
+ FROM zs_reimbursement_business_info a
|
|
<include refid="reimbursementUserJoinColumns"/>
|
|
<include refid="reimbursementUserJoinColumns"/>
|
|
left join zs_reimbursement_accountant_info zri on zri.id = a.business_code_id
|
|
left join zs_reimbursement_accountant_info zri on zri.id = a.business_code_id
|
|
<where>
|
|
<where>
|