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
7722b751
Commit
7722b751
authored
Apr 30, 2021
by
蔡镇泽
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
9a6aaddc
21d6e011
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
DisableInfoVo.java
...va/com/hungraim/ltc/pojo/vo/governance/DisableInfoVo.java
+7
-1
DisableInfoMapper.java
...va/com/hungraim/ltc/governance/dao/DisableInfoMapper.java
+1
-2
No files found.
common/common-core/src/main/java/com/hungraim/ltc/pojo/vo/governance/DisableInfoVo.java
View file @
7722b751
...
...
@@ -3,6 +3,7 @@ package com.hungraim.ltc.pojo.vo.governance;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.hungraim.ltc.pojo.entity.PageInfo
;
import
lombok.Data
;
import
org.springframework.format.annotation.DateTimeFormat
;
import
java.util.Date
;
@Data
...
...
@@ -21,7 +22,7 @@ public class DisableInfoVo extends PageInfo {
private
String
certiCode
;
//失能人员手机号
private
String
tel
;
private
Integer
srvModeId
;
//诊断疾病
private
String
disease
;
//申请服务方式
...
...
@@ -35,6 +36,11 @@ public class DisableInfoVo extends PageInfo {
private
Date
aggign_time
;
private
Date
endTime
;
/**
* 服务分配终止时间
*/
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
stopTime
;
private
Integer
starts
;
...
...
governance/src/main/java/com/hungraim/ltc/governance/dao/DisableInfoMapper.java
View file @
7722b751
...
...
@@ -7,7 +7,6 @@ import com.hungraim.ltc.pojo.vo.governance.DisableInfoVo;
import
org.apache.ibatis.annotations.Mapper
;
import
org.apache.ibatis.annotations.Select
;
import
java.util.List
;
@Mapper
public
interface
DisableInfoMapper
extends
BaseMapper
<
ChDisableInfo
>
{
...
...
@@ -35,6 +34,6 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
" on s.disab_info_id = i.disab_info_id"
+
" left join ch_srv_organ j"
+
" on s.organ_id = j.organ_id"
+
" where i.
disab_info_id
=#{disableInfoId}"
)
" where i.
status
=#{disableInfoId}"
)
Page
<
DisableInfoVo
>
querySrvYet
(
Page
page
,
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