Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
long-tern-care-service
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hubin
long-tern-care-service
Commits
bf9d83a0
Commit
bf9d83a0
authored
Aug 12, 2024
by
18310373984@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用审核-点击明细列表接口修改,增加ch_srv_program.program_id方便跳转到打卡列表页面
parent
a798e529
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
ChDisabAccountsDetailMapper.xml
...src/main/resources/mapper/ChDisabAccountsDetailMapper.xml
+6
-1
No files found.
account/account-service/src/main/resources/mapper/ChDisabAccountsDetailMapper.xml
View file @
bf9d83a0
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
d.ACCOUNTS_ALL_COST accountsAllCost,
d.ACCOUNTS_ALL_COST accountsAllCost,
d.ACCOUNTS_OVERALL_COST accountsOverallCost,
d.ACCOUNTS_OVERALL_COST accountsOverallCost,
d.ACCOUNTS_PERSONAL_COST accountsPersonalCost,
d.ACCOUNTS_PERSONAL_COST accountsPersonalCost,
d.TASK_DETAIL_ID
taskDetailId,
pm.program_id
taskDetailId,
ar.beloing_area beloingArea,
ar.beloing_area beloingArea,
(select district_name from ch_fnd_district dis where apply.MEDICAL_AREA = dis.district_code) medicalArea,
(select district_name from ch_fnd_district dis where apply.MEDICAL_AREA = dis.district_code) medicalArea,
o.SRV_ORGAN_NAME srvOrganName,
o.SRV_ORGAN_NAME srvOrganName,
...
@@ -29,6 +29,11 @@
...
@@ -29,6 +29,11 @@
left join CH_DISABLE_APPLY apply on info.APPLY_ID=apply.APPLY_ID
left join CH_DISABLE_APPLY apply on info.APPLY_ID=apply.APPLY_ID
left join CH_SRV_ORGAN o on d.SRV_ORGAN_ID = o.SRV_ORGAN_ID
left join CH_SRV_ORGAN o on d.SRV_ORGAN_ID = o.SRV_ORGAN_ID
left join ch_fnd_district_beloing_area ar on apply.MEDICAL_AREA=ar.district_code
left join ch_fnd_district_beloing_area ar on apply.MEDICAL_AREA=ar.district_code
left join (select max(p.program_id) program_id,p.disab_info_id,m.mode_name,p.srv_organ_id from ch_srv_program p,
ch_cfg_srv_mode m where p.srv_mode_id=m.mode_id
group by p.disab_info_id,m.mode_name,p.srv_organ_id) pm on d.srv_organ_id=pm.srv_organ_id
and d.mode_name=pm.mode_name
and d.disab_info_id=pm.disab_info_id
<where>
<where>
1=1
1=1
<if
test=
"req.flag != null and req.flag != ''"
>
<if
test=
"req.flag != null and req.flag != ''"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment