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
9bad7448
Commit
9bad7448
authored
Mar 27, 2023
by
zhangwanglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异地登记
parent
81f48e6a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
6 deletions
+14
-6
ChDisabAccountsDetailMapper.xml
...src/main/resources/mapper/ChDisabAccountsDetailMapper.xml
+3
-1
NursingRecordsRespVO.java
...ungraim/ltc/pojo/entity/account/NursingRecordsRespVO.java
+4
-0
PlaceOtherVO.java
...n/java/com/hungraim/ltc/pojo/vo/disable/PlaceOtherVO.java
+1
-0
BuildBedController.java
...ungraim/ltc/governance/controller/BuildBedController.java
+3
-3
BuildBedMapper.xml
...ces/com/hungraim/ltc/governance/mapper/BuildBedMapper.xml
+3
-2
No files found.
account/account-service/src/main/resources/mapper/ChDisabAccountsDetailMapper.xml
View file @
9bad7448
...
@@ -78,7 +78,9 @@
...
@@ -78,7 +78,9 @@
to_char(detail.SRV_DATE,'yyyy-MM-dd') srvPlanTime,
to_char(detail.SRV_DATE,'yyyy-MM-dd') srvPlanTime,
'上门' modeName,
'上门' modeName,
to_char(item.FCD,'yyyy-MM-dd HH24:mi:ss') executionTime,
to_char(item.FCD,'yyyy-MM-dd HH24:mi:ss') executionTime,
service.SERVICE_TYPE_DETAILED_NAME itemName
service.SERVICE_TYPE_DETAILED_NAME itemName,
to_char(detail.SRV_START_TIME,'yyyy-MM-dd HH24:mi:ss') srvStartTime,
to_char(detail.SRV_END_TIME,'yyyy-MM-dd HH24:mi:ss') srvEndTime
from CH_SRV_TASK_FINISH_ITEM item
from CH_SRV_TASK_FINISH_ITEM item
left join CH_SRV_TASK_DETAIL detail on detail.TASK_DETAIL_ID = item.TASK_DETAIL_ID
left join CH_SRV_TASK_DETAIL detail on detail.TASK_DETAIL_ID = item.TASK_DETAIL_ID
left join CH_SRV_TASK task on task.SRV_TASK_ID = detail.SRV_TASK_ID
left join CH_SRV_TASK task on task.SRV_TASK_ID = detail.SRV_TASK_ID
...
...
common/common-core/src/main/java/com/hungraim/ltc/pojo/entity/account/NursingRecordsRespVO.java
View file @
9bad7448
...
@@ -33,5 +33,9 @@ public class NursingRecordsRespVO {
...
@@ -33,5 +33,9 @@ public class NursingRecordsRespVO {
**/
**/
private
String
itemName
;
private
String
itemName
;
private
String
srvStartTime
;
private
String
srvEndTime
;
}
}
common/common-core/src/main/java/com/hungraim/ltc/pojo/vo/disable/PlaceOtherVO.java
View file @
9bad7448
...
@@ -15,4 +15,5 @@ public class PlaceOtherVO {
...
@@ -15,4 +15,5 @@ public class PlaceOtherVO {
private
String
certiCode
;
private
String
certiCode
;
private
String
riskLevel
;
private
String
riskLevel
;
private
String
diseTypeS
;
private
String
diseTypeS
;
private
String
otherApplyTime
;
}
}
governance/src/main/java/com/hungraim/ltc/governance/controller/BuildBedController.java
View file @
9bad7448
...
@@ -359,9 +359,9 @@ public class BuildBedController {
...
@@ -359,9 +359,9 @@ public class BuildBedController {
}
}
@RequestMapping
(
"/placeOtherQuery"
)
@RequestMapping
(
"/placeOtherQuery"
)
public
Result
<
Page
<
PlaceOtherVO
>>
placeOtherQuery
(
@RequestParam
(
defaultValue
=
"1"
)
Integer
pageNum
,
@RequestParam
(
defaultValue
=
"10"
)
Integer
pageSize
,
String
n
ame
,
String
certiCode
)
{
public
Result
<
Page
<
PlaceOtherVO
>>
placeOtherQuery
(
@RequestParam
(
defaultValue
=
"1"
)
Integer
pageNum
,
@RequestParam
(
defaultValue
=
"10"
)
Integer
pageSize
,
String
realN
ame
,
String
certiCode
)
{
Page
<
PlaceOtherVO
>
page
=
new
Page
<>(
pageNum
,
pageSize
);
Page
<
PlaceOtherVO
>
page
=
new
Page
<>(
pageNum
,
pageSize
);
page
=
buildBedService
.
placeOtherQuery
(
page
,
n
ame
,
certiCode
);
page
=
buildBedService
.
placeOtherQuery
(
page
,
realN
ame
,
certiCode
);
return
Result
.
success
(
page
);
return
Result
.
success
(
page
);
}
}
...
@@ -369,7 +369,7 @@ public class BuildBedController {
...
@@ -369,7 +369,7 @@ public class BuildBedController {
public
Result
placeOtherApply
(
Integer
disabInfoId
,
String
otherApplyTime
)
{
public
Result
placeOtherApply
(
Integer
disabInfoId
,
String
otherApplyTime
)
{
int
result
=
buildBedService
.
placeOtherApply
(
disabInfoId
,
otherApplyTime
);
int
result
=
buildBedService
.
placeOtherApply
(
disabInfoId
,
otherApplyTime
);
if
(
result
>
1
)
{
if
(
result
>
0
)
{
return
Result
.
success
();
return
Result
.
success
();
}
else
{
}
else
{
return
Result
.
failed
(
"申请失败"
);
return
Result
.
failed
(
"申请失败"
);
...
...
governance/src/main/resources/com/hungraim/ltc/governance/mapper/BuildBedMapper.xml
View file @
9bad7448
...
@@ -173,7 +173,8 @@
...
@@ -173,7 +173,8 @@
lev.DISABLE_LEVEL_NAME riskLevel,
lev.DISABLE_LEVEL_NAME riskLevel,
report.PUBLICITY_START_TIME publicityStartTime,
report.PUBLICITY_START_TIME publicityStartTime,
report.PUBLICITY_END_TIME publicityEndTime,
report.PUBLICITY_END_TIME publicityEndTime,
report.PUBLICITY_TIME publicityTime
report.PUBLICITY_TIME publicityTime,
to_char(info.OTHER_APPLY_TIME,'yyyy-MM-dd') otherApplyTime
FROM CH_DISABLE_INFO info
FROM CH_DISABLE_INFO info
LEFT JOIN CH_APR_TASK task ON info.DISAB_INFO_ID = task.DISABLE_INFO_ID
LEFT JOIN CH_APR_TASK task ON info.DISAB_INFO_ID = task.DISABLE_INFO_ID
LEFT JOIN ch_apr_report report ON report.TASK_ID = task.TASK_ID
LEFT JOIN ch_apr_report report ON report.TASK_ID = task.TASK_ID
...
@@ -189,7 +190,7 @@ FROM CH_DISABLE_INFO info
...
@@ -189,7 +190,7 @@ FROM CH_DISABLE_INFO info
</select>
</select>
<update
id=
"placeOtherApply"
>
<update
id=
"placeOtherApply"
>
update CH_DISABLE_INFO set OTHER_APPLY_TIME =
#{otherApplyTime}
where DISAB_INFO_ID = #{disabInfoId}
update CH_DISABLE_INFO set OTHER_APPLY_TIME =
TO_DATE ( #{otherApplyTime}, 'yyyy-MM-dd')
where DISAB_INFO_ID = #{disabInfoId}
</update>
</update>
...
...
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