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
41f81ace
Commit
41f81ace
authored
Mar 07, 2023
by
董天德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
评定结果
parent
5b82c8d8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
SrvSendMapper.java
...n/java/com/hungraim/ltc/governance/dao/SrvSendMapper.java
+2
-2
No files found.
governance/src/main/java/com/hungraim/ltc/governance/dao/SrvSendMapper.java
View file @
41f81ace
...
@@ -60,12 +60,12 @@ public interface SrvSendMapper extends BaseMapper<ChSrvSend> {
...
@@ -60,12 +60,12 @@ public interface SrvSendMapper extends BaseMapper<ChSrvSend> {
" s.DISE_TYPE_S,"
+
" s.DISE_TYPE_S,"
+
" o.evaluate_rating,"
+
" o.evaluate_rating,"
+
" i.finish_time,"
+
" i.finish_time,"
+
" i.re_apr_time,"
+
" i.re_apr_time,
l.disable_level_name,
"
+
" i.task_status"
+
" i.task_status"
+
" from ch_apr_task i"
+
" from ch_apr_task i"
+
" left join ch_disable_info s "
+
" left join ch_disable_info s "
+
" on s.disab_info_id = i.disable_info_id"
+
" on s.disab_info_id = i.disable_info_id"
+
" left join ch_apr_report o on i.task_id = o.task_id"
+
" left join ch_apr_report o on i.task_id = o.task_id
left join CH_CFG_SRV_DISABLE_LEVEL l on l.disable_level_id = o.disable_level_id
"
+
" where i.disable_info_id=#{disableInfoId}"
)
" where i.disable_info_id=#{disableInfoId}"
)
List
<
DisableInfoTaskVO
>
selectTaskByDisableInfoId
(
Integer
disableInfoId
);
List
<
DisableInfoTaskVO
>
selectTaskByDisableInfoId
(
Integer
disableInfoId
);
...
...
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