Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv-springboot
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bsoft
sv-springboot
Commits
080cf3a6
Commit
080cf3a6
authored
Dec 10, 2019
by
Suvalue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
疾病排序类型改为字符串类型
parent
04f2419d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
bsoft-api/src/main/java/com/bsoft/api/model/SerDisease.java
+3
-3
bsoft-api/src/main/java/com/bsoft/api/model/respmodel/DiseaseLevel.java
+3
-3
bsoft-api/src/main/resources/mapper/SerDiseaseMapper.xml
+2
-2
No files found.
bsoft-api/src/main/java/com/bsoft/api/model/SerDisease.java
View file @
080cf3a6
...
@@ -12,7 +12,7 @@ public class SerDisease {
...
@@ -12,7 +12,7 @@ public class SerDisease {
private
BigDecimal
date
;
private
BigDecimal
date
;
private
BigDecimal
mdcNum
;
private
String
mdcNum
;
private
BigDecimal
parentId
;
private
BigDecimal
parentId
;
...
@@ -54,11 +54,11 @@ public class SerDisease {
...
@@ -54,11 +54,11 @@ public class SerDisease {
this
.
date
=
date
;
this
.
date
=
date
;
}
}
public
BigDecimal
getMdcNum
()
{
public
String
getMdcNum
()
{
return
mdcNum
;
return
mdcNum
;
}
}
public
void
setMdcNum
(
BigDecimal
mdcNum
)
{
public
void
setMdcNum
(
String
mdcNum
)
{
this
.
mdcNum
=
mdcNum
;
this
.
mdcNum
=
mdcNum
;
}
}
...
...
bsoft-api/src/main/java/com/bsoft/api/model/respmodel/DiseaseLevel.java
View file @
080cf3a6
...
@@ -9,7 +9,7 @@ public class DiseaseLevel {
...
@@ -9,7 +9,7 @@ public class DiseaseLevel {
private
String
mdcCode
;
private
String
mdcCode
;
private
String
mdcName
;
private
String
mdcName
;
private
BigDecimal
date
;
private
BigDecimal
date
;
private
BigDecimal
mdcNum
;
private
String
mdcNum
;
private
BigDecimal
parentId
;
private
BigDecimal
parentId
;
private
BigDecimal
level
;
private
BigDecimal
level
;
private
BigDecimal
orgId
;
private
BigDecimal
orgId
;
...
@@ -48,11 +48,11 @@ public class DiseaseLevel {
...
@@ -48,11 +48,11 @@ public class DiseaseLevel {
this
.
date
=
date
;
this
.
date
=
date
;
}
}
public
BigDecimal
getMdcNum
()
{
public
String
getMdcNum
()
{
return
mdcNum
;
return
mdcNum
;
}
}
public
void
setMdcNum
(
BigDecimal
mdcNum
)
{
public
void
setMdcNum
(
String
mdcNum
)
{
this
.
mdcNum
=
mdcNum
;
this
.
mdcNum
=
mdcNum
;
}
}
...
...
bsoft-api/src/main/resources/mapper/SerDiseaseMapper.xml
View file @
080cf3a6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<result
column=
"MDC_CODE"
jdbcType=
"VARCHAR"
property=
"mdcCode"
/>
<result
column=
"MDC_CODE"
jdbcType=
"VARCHAR"
property=
"mdcCode"
/>
<result
column=
"MDC_NAME"
jdbcType=
"VARCHAR"
property=
"mdcName"
/>
<result
column=
"MDC_NAME"
jdbcType=
"VARCHAR"
property=
"mdcName"
/>
<result
column=
"DATE"
jdbcType=
"DECIMAL"
property=
"date"
/>
<result
column=
"DATE"
jdbcType=
"DECIMAL"
property=
"date"
/>
<result
column=
"MDC_NUM"
jdbcType=
"
DECIMAL
"
property=
"mdcNum"
/>
<result
column=
"MDC_NUM"
jdbcType=
"
VARCHAR
"
property=
"mdcNum"
/>
<result
column=
"PARENT_ID"
jdbcType=
"DECIMAL"
property=
"parentId"
/>
<result
column=
"PARENT_ID"
jdbcType=
"DECIMAL"
property=
"parentId"
/>
<result
column=
"LEVEL"
jdbcType=
"DECIMAL"
property=
"level"
/>
<result
column=
"LEVEL"
jdbcType=
"DECIMAL"
property=
"level"
/>
<result
column=
"ORG_ID"
jdbcType=
"DECIMAL"
property=
"orgId"
/>
<result
column=
"ORG_ID"
jdbcType=
"DECIMAL"
property=
"orgId"
/>
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<result
column=
"MDC_CODE"
jdbcType=
"VARCHAR"
property=
"mdcCode"
/>
<result
column=
"MDC_CODE"
jdbcType=
"VARCHAR"
property=
"mdcCode"
/>
<result
column=
"MDC_NAME"
jdbcType=
"VARCHAR"
property=
"mdcName"
/>
<result
column=
"MDC_NAME"
jdbcType=
"VARCHAR"
property=
"mdcName"
/>
<result
column=
"DATE"
jdbcType=
"DECIMAL"
property=
"date"
/>
<result
column=
"DATE"
jdbcType=
"DECIMAL"
property=
"date"
/>
<result
column=
"MDC_NUM"
jdbcType=
"
DECIMAL
"
property=
"mdcNum"
/>
<result
column=
"MDC_NUM"
jdbcType=
"
VARCHAR
"
property=
"mdcNum"
/>
<result
column=
"PARENT_ID"
jdbcType=
"DECIMAL"
property=
"parentId"
/>
<result
column=
"PARENT_ID"
jdbcType=
"DECIMAL"
property=
"parentId"
/>
<result
column=
"LEVEL"
jdbcType=
"DECIMAL"
property=
"level"
/>
<result
column=
"LEVEL"
jdbcType=
"DECIMAL"
property=
"level"
/>
<result
column=
"ORG_ID"
jdbcType=
"DECIMAL"
property=
"orgId"
/>
<result
column=
"ORG_ID"
jdbcType=
"DECIMAL"
property=
"orgId"
/>
...
...
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