|
@@ -49,7 +49,8 @@
|
|
|
<include refid="workReimbursementColumns"/>,
|
|
|
a.money AS "money"
|
|
|
,a.office_id as "officeId"
|
|
|
- ,su.name as "submitterName"
|
|
|
+ ,su.name as "submitterName",
|
|
|
+ a.submitter_id AS "submitterId"
|
|
|
FROM work_reimbursement a
|
|
|
<include refid="workReimbursementJoins"/>
|
|
|
left join sys_user su on su.id = a.submitter_id
|