Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
Project
Project
Details
Activity
Releases
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
张伯涛
data_management_system
Commits
2e1fb50c
Commit
2e1fb50c
authored
Nov 29, 2022
by
王琮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改核酸采集字段
parent
2581b650
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
72 additions
and
72 deletions
+72
-72
Hscj.java
ruoyi-system/src/main/java/com/ruoyi/system/domain/Hscj.java
+58
-58
HscjServiceImpl.java
...n/java/com/ruoyi/system/service/impl/HscjServiceImpl.java
+1
-1
HscjMapper.xml
ruoyi-system/src/main/resources/mapper/system/HscjMapper.xml
+5
-5
index.vue
ruoyi-ui/src/views/system/hscj/index.vue
+8
-8
No files found.
ruoyi-system/src/main/java/com/ruoyi/system/domain/Hscj.java
View file @
2e1fb50c
...
@@ -9,7 +9,7 @@ import com.ruoyi.common.core.domain.BaseEntity;
...
@@ -9,7 +9,7 @@ import com.ruoyi.common.core.domain.BaseEntity;
/**
/**
* 核酸采集对象 hscj
* 核酸采集对象 hscj
*
*
* @author ruoyi
* @author ruoyi
* @date 2022-11-28
* @date 2022-11-28
*/
*/
...
@@ -100,7 +100,7 @@ public class Hscj extends BaseEntity
...
@@ -100,7 +100,7 @@ public class Hscj extends BaseEntity
/** 标本类型 */
/** 标本类型 */
@Excel
(
name
=
"标本类型"
)
@Excel
(
name
=
"标本类型"
)
private
String
b
Type
;
private
String
b
blx
;
/** 接收实验室 */
/** 接收实验室 */
@Excel
(
name
=
"接收实验室"
)
@Excel
(
name
=
"接收实验室"
)
...
@@ -161,227 +161,227 @@ public class Hscj extends BaseEntity
...
@@ -161,227 +161,227 @@ public class Hscj extends BaseEntity
this
.
id
=
id
;
this
.
id
=
id
;
}
}
public
Long
getId
()
public
Long
getId
()
{
{
return
id
;
return
id
;
}
}
public
void
setXh
(
String
xh
)
public
void
setXh
(
String
xh
)
{
{
this
.
xh
=
xh
;
this
.
xh
=
xh
;
}
}
public
String
getXh
()
public
String
getXh
()
{
{
return
xh
;
return
xh
;
}
}
public
void
setCity
(
String
city
)
public
void
setCity
(
String
city
)
{
{
this
.
city
=
city
;
this
.
city
=
city
;
}
}
public
String
getCity
()
public
String
getCity
()
{
{
return
city
;
return
city
;
}
}
public
void
setArea
(
String
area
)
public
void
setArea
(
String
area
)
{
{
this
.
area
=
area
;
this
.
area
=
area
;
}
}
public
String
getArea
()
public
String
getArea
()
{
{
return
area
;
return
area
;
}
}
public
void
setStreet
(
String
street
)
public
void
setStreet
(
String
street
)
{
{
this
.
street
=
street
;
this
.
street
=
street
;
}
}
public
String
getStreet
()
public
String
getStreet
()
{
{
return
street
;
return
street
;
}
}
public
void
setCommunity
(
String
community
)
public
void
setCommunity
(
String
community
)
{
{
this
.
community
=
community
;
this
.
community
=
community
;
}
}
public
String
getCommunity
()
public
String
getCommunity
()
{
{
return
community
;
return
community
;
}
}
public
void
setCjPlace
(
String
cjPlace
)
public
void
setCjPlace
(
String
cjPlace
)
{
{
this
.
cjPlace
=
cjPlace
;
this
.
cjPlace
=
cjPlace
;
}
}
public
String
getCjPlace
()
public
String
getCjPlace
()
{
{
return
cjPlace
;
return
cjPlace
;
}
}
public
void
setCjgh
(
String
cjgh
)
public
void
setCjgh
(
String
cjgh
)
{
{
this
.
cjgh
=
cjgh
;
this
.
cjgh
=
cjgh
;
}
}
public
String
getCjgh
()
public
String
getCjgh
()
{
{
return
cjgh
;
return
cjgh
;
}
}
public
void
setUserName
(
String
userName
)
public
void
setUserName
(
String
userName
)
{
{
this
.
userName
=
userName
;
this
.
userName
=
userName
;
}
}
public
String
getUserName
()
public
String
getUserName
()
{
{
return
userName
;
return
userName
;
}
}
public
void
setCardNo
(
String
cardNo
)
public
void
setCardNo
(
String
cardNo
)
{
{
this
.
cardNo
=
cardNo
;
this
.
cardNo
=
cardNo
;
}
}
public
String
getCardNo
()
public
String
getCardNo
()
{
{
return
cardNo
;
return
cardNo
;
}
}
public
void
setPhone
(
String
phone
)
public
void
setPhone
(
String
phone
)
{
{
this
.
phone
=
phone
;
this
.
phone
=
phone
;
}
}
public
String
getPhone
()
public
String
getPhone
()
{
{
return
phone
;
return
phone
;
}
}
public
void
setSex
(
String
sex
)
public
void
setSex
(
String
sex
)
{
{
this
.
sex
=
sex
;
this
.
sex
=
sex
;
}
}
public
String
getSex
()
public
String
getSex
()
{
{
return
sex
;
return
sex
;
}
}
public
void
setAddress
(
String
address
)
public
void
setAddress
(
String
address
)
{
{
this
.
address
=
address
;
this
.
address
=
address
;
}
}
public
String
getAddress
()
public
String
getAddress
()
{
{
return
address
;
return
address
;
}
}
public
void
setAge
(
Long
age
)
public
void
setAge
(
Long
age
)
{
{
this
.
age
=
age
;
this
.
age
=
age
;
}
}
public
Long
getAge
()
public
Long
getAge
()
{
{
return
age
;
return
age
;
}
}
public
void
setCategory
(
String
category
)
public
void
setCategory
(
String
category
)
{
{
this
.
category
=
category
;
this
.
category
=
category
;
}
}
public
String
getCategory
()
public
String
getCategory
()
{
{
return
category
;
return
category
;
}
}
public
void
setCjTime
(
Date
cjTime
)
public
void
setCjTime
(
Date
cjTime
)
{
{
this
.
cjTime
=
cjTime
;
this
.
cjTime
=
cjTime
;
}
}
public
Date
getCjTime
()
public
Date
getCjTime
()
{
{
return
cjTime
;
return
cjTime
;
}
}
public
void
setCjName
(
String
cjName
)
public
void
setCjName
(
String
cjName
)
{
{
this
.
cjName
=
cjName
;
this
.
cjName
=
cjName
;
}
}
public
String
getCjName
()
public
String
getCjName
()
{
{
return
cjName
;
return
cjName
;
}
}
public
void
setCjPhone
(
String
cjPhone
)
public
void
setCjPhone
(
String
cjPhone
)
{
{
this
.
cjPhone
=
cjPhone
;
this
.
cjPhone
=
cjPhone
;
}
}
public
String
getCjPhone
()
public
String
getCjPhone
()
{
{
return
cjPhone
;
return
cjPhone
;
}
}
public
void
setBType
(
String
BType
)
{
this
.
bType
=
BType
;
}
public
String
getBType
()
public
void
setLaboratory
(
String
laboratory
)
{
return
bType
;
}
public
void
setLaboratory
(
String
laboratory
)
{
{
this
.
laboratory
=
laboratory
;
this
.
laboratory
=
laboratory
;
}
}
public
String
getLaboratory
()
public
String
getLaboratory
()
{
{
return
laboratory
;
return
laboratory
;
}
}
public
void
setJcTime
(
Date
jcTime
)
public
void
setJcTime
(
Date
jcTime
)
{
{
this
.
jcTime
=
jcTime
;
this
.
jcTime
=
jcTime
;
}
}
public
Date
getJcTime
()
public
Date
getJcTime
()
{
{
return
jcTime
;
return
jcTime
;
}
}
public
void
setRygx
(
String
rygx
)
public
void
setRygx
(
String
rygx
)
{
{
this
.
rygx
=
rygx
;
this
.
rygx
=
rygx
;
}
}
public
String
getRygx
()
public
String
getRygx
()
{
{
return
rygx
;
return
rygx
;
}
}
public
void
setBoxhao
(
String
boxhao
)
public
void
setBoxhao
(
String
boxhao
)
{
{
this
.
boxhao
=
boxhao
;
this
.
boxhao
=
boxhao
;
}
}
public
String
getBoxhao
()
public
String
getBoxhao
()
{
{
return
boxhao
;
return
boxhao
;
}
}
public
void
setStatus
(
String
status
)
public
void
setStatus
(
String
status
)
{
{
this
.
status
=
status
;
this
.
status
=
status
;
}
}
public
String
getStatus
()
public
String
getStatus
()
{
{
return
status
;
return
status
;
}
}
public
void
setDelFlag
(
String
delFlag
)
public
void
setDelFlag
(
String
delFlag
)
{
{
this
.
delFlag
=
delFlag
;
this
.
delFlag
=
delFlag
;
}
}
public
String
getDelFlag
()
public
String
getDelFlag
()
{
{
return
delFlag
;
return
delFlag
;
}
}
public
String
getBblx
()
{
return
bblx
;
}
public
void
setBblx
(
String
bblx
)
{
this
.
bblx
=
bblx
;
}
@Override
@Override
public
String
toString
()
{
public
String
toString
()
{
return
new
ToStringBuilder
(
this
,
ToStringStyle
.
MULTI_LINE_STYLE
)
return
new
ToStringBuilder
(
this
,
ToStringStyle
.
MULTI_LINE_STYLE
)
...
@@ -403,7 +403,7 @@ public class Hscj extends BaseEntity
...
@@ -403,7 +403,7 @@ public class Hscj extends BaseEntity
.
append
(
"cjTime"
,
getCjTime
())
.
append
(
"cjTime"
,
getCjTime
())
.
append
(
"cjName"
,
getCjName
())
.
append
(
"cjName"
,
getCjName
())
.
append
(
"cjPhone"
,
getCjPhone
())
.
append
(
"cjPhone"
,
getCjPhone
())
.
append
(
"b
Type"
,
getBType
())
.
append
(
"b
blx"
,
getBblx
())
.
append
(
"laboratory"
,
getLaboratory
())
.
append
(
"laboratory"
,
getLaboratory
())
.
append
(
"jcTime"
,
getJcTime
())
.
append
(
"jcTime"
,
getJcTime
())
.
append
(
"rygx"
,
getRygx
())
.
append
(
"rygx"
,
getRygx
())
...
...
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/HscjServiceImpl.java
View file @
2e1fb50c
...
@@ -142,7 +142,7 @@ public class HscjServiceImpl implements IHscjService {
...
@@ -142,7 +142,7 @@ public class HscjServiceImpl implements IHscjService {
&&
StringUtils
.
isNotEmpty
(
hscj
.
getCjTime
().
toString
())
&&
StringUtils
.
isNotEmpty
(
hscj
.
getCjTime
().
toString
())
&&
StringUtils
.
isNotEmpty
(
hscj
.
getCjName
())
&&
StringUtils
.
isNotEmpty
(
hscj
.
getCjName
())
&&
StringUtils
.
isNotEmpty
(
hscj
.
getCjPhone
())
&&
StringUtils
.
isNotEmpty
(
hscj
.
getCjPhone
())
&&
StringUtils
.
isNotEmpty
(
hscj
.
getB
Type
())
&&
StringUtils
.
isNotEmpty
(
hscj
.
getB
blx
())
)
{
)
{
Hscj
hscjQuerry
=
new
Hscj
();
Hscj
hscjQuerry
=
new
Hscj
();
hscjQuerry
.
setCardNo
(
hscj
.
getCardNo
());
hscjQuerry
.
setCardNo
(
hscj
.
getCardNo
());
...
...
ruoyi-system/src/main/resources/mapper/system/HscjMapper.xml
View file @
2e1fb50c
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<result
property=
"cjTime"
column=
"cj_time"
/>
<result
property=
"cjTime"
column=
"cj_time"
/>
<result
property=
"cjName"
column=
"cj_name"
/>
<result
property=
"cjName"
column=
"cj_name"
/>
<result
property=
"cjPhone"
column=
"cj_phone"
/>
<result
property=
"cjPhone"
column=
"cj_phone"
/>
<result
property=
"b
Type
"
column=
"b_type"
/>
<result
property=
"b
blx
"
column=
"b_type"
/>
<result
property=
"laboratory"
column=
"laboratory"
/>
<result
property=
"laboratory"
column=
"laboratory"
/>
<result
property=
"jcTime"
column=
"jc_time"
/>
<result
property=
"jcTime"
column=
"jc_time"
/>
<result
property=
"cjResult"
column=
"cj_Result"
/>
<result
property=
"cjResult"
column=
"cj_Result"
/>
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
<if
test=
"cjTime != null "
>
and a.cj_time = #{cjTime}
</if>
<if
test=
"cjTime != null "
>
and a.cj_time = #{cjTime}
</if>
<if
test=
"cjName != null and cjName != ''"
>
and a.cj_name like concat('%', #{cjName}, '%')
</if>
<if
test=
"cjName != null and cjName != ''"
>
and a.cj_name like concat('%', #{cjName}, '%')
</if>
<if
test=
"cjPhone != null and cjPhone != ''"
>
and a.cj_phone like concat('%', #{cjPhone}, '%')
</if>
<if
test=
"cjPhone != null and cjPhone != ''"
>
and a.cj_phone like concat('%', #{cjPhone}, '%')
</if>
<if
test=
"b
Type != null and bType != ''"
>
and a.b_type like concat('%', #{bType
}, '%')
</if>
<if
test=
"b
blx != null and bblx != ''"
>
and a.b_type like concat('%', #{bblx
}, '%')
</if>
<if
test=
"laboratory != null and laboratory != ''"
>
and a.laboratory like concat('%', #{laboratory}, '%')
</if>
<if
test=
"laboratory != null and laboratory != ''"
>
and a.laboratory like concat('%', #{laboratory}, '%')
</if>
<if
test=
"jcTime != null "
>
and a.jc_time = #{jcTime}
</if>
<if
test=
"jcTime != null "
>
and a.jc_time = #{jcTime}
</if>
<if
test=
"rygx != null and rygx != ''"
>
and a.rygx like concat('%', #{rygx}, '%')
</if>
<if
test=
"rygx != null and rygx != ''"
>
and a.rygx like concat('%', #{rygx}, '%')
</if>
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
<if
test=
"cjTime != null"
>
cj_time,
</if>
<if
test=
"cjTime != null"
>
cj_time,
</if>
<if
test=
"cjName != null"
>
cj_name,
</if>
<if
test=
"cjName != null"
>
cj_name,
</if>
<if
test=
"cjPhone != null"
>
cj_phone,
</if>
<if
test=
"cjPhone != null"
>
cj_phone,
</if>
<if
test=
"b
Type
!= null"
>
b_type,
</if>
<if
test=
"b
blx
!= null"
>
b_type,
</if>
<if
test=
"laboratory != null"
>
laboratory,
</if>
<if
test=
"laboratory != null"
>
laboratory,
</if>
<if
test=
"jcTime != null"
>
jc_time,
</if>
<if
test=
"jcTime != null"
>
jc_time,
</if>
<if
test=
"cjResult != null"
>
cj_result,
</if>
<if
test=
"cjResult != null"
>
cj_result,
</if>
...
@@ -166,7 +166,7 @@
...
@@ -166,7 +166,7 @@
<if
test=
"cjTime != null"
>
#{cjTime},
</if>
<if
test=
"cjTime != null"
>
#{cjTime},
</if>
<if
test=
"cjName != null"
>
#{cjName},
</if>
<if
test=
"cjName != null"
>
#{cjName},
</if>
<if
test=
"cjPhone != null"
>
#{cjPhone},
</if>
<if
test=
"cjPhone != null"
>
#{cjPhone},
</if>
<if
test=
"b
Type != null"
>
#{bType
},
</if>
<if
test=
"b
blx != null"
>
#{bblx
},
</if>
<if
test=
"laboratory != null"
>
#{laboratory},
</if>
<if
test=
"laboratory != null"
>
#{laboratory},
</if>
<if
test=
"jcTime != null"
>
#{jcTime},
</if>
<if
test=
"jcTime != null"
>
#{jcTime},
</if>
<if
test=
"cjResult != null"
>
#{cjResult},
</if>
<if
test=
"cjResult != null"
>
#{cjResult},
</if>
...
@@ -203,7 +203,7 @@
...
@@ -203,7 +203,7 @@
<if
test=
"cjTime != null"
>
cj_time = #{cjTime},
</if>
<if
test=
"cjTime != null"
>
cj_time = #{cjTime},
</if>
<if
test=
"cjName != null"
>
cj_name = #{cjName},
</if>
<if
test=
"cjName != null"
>
cj_name = #{cjName},
</if>
<if
test=
"cjPhone != null"
>
cj_phone = #{cjPhone},
</if>
<if
test=
"cjPhone != null"
>
cj_phone = #{cjPhone},
</if>
<if
test=
"b
Type != null"
>
b_type = #{bType
},
</if>
<if
test=
"b
blx != null"
>
b_type = #{bblx
},
</if>
<if
test=
"laboratory != null"
>
laboratory = #{laboratory},
</if>
<if
test=
"laboratory != null"
>
laboratory = #{laboratory},
</if>
<if
test=
"jcTime != null"
>
jc_time = #{jcTime},
</if>
<if
test=
"jcTime != null"
>
jc_time = #{jcTime},
</if>
<if
test=
"rygx != null"
>
rygx = #{rygx},
</if>
<if
test=
"rygx != null"
>
rygx = #{rygx},
</if>
...
...
ruoyi-ui/src/views/system/hscj/index.vue
View file @
2e1fb50c
...
@@ -143,9 +143,9 @@
...
@@ -143,9 +143,9 @@
@
keyup
.
enter
.
native=
"handleQuery"
@
keyup
.
enter
.
native=
"handleQuery"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"标本类型"
prop=
"b
Type
"
>
<el-form-item
label=
"标本类型"
prop=
"b
blx
"
>
<el-input
<el-input
v-model=
"queryParams.b
Type
"
v-model=
"queryParams.b
blx
"
placeholder=
"请输入标本类型"
placeholder=
"请输入标本类型"
clearable
clearable
@
keyup
.
enter
.
native=
"handleQuery"
@
keyup
.
enter
.
native=
"handleQuery"
...
@@ -290,7 +290,7 @@
...
@@ -290,7 +290,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"采集人姓名"
align=
"center"
prop=
"cjName"
/>
<el-table-column
label=
"采集人姓名"
align=
"center"
prop=
"cjName"
/>
<el-table-column
label=
"采集人电话"
align=
"center"
prop=
"cjPhone"
/>
<el-table-column
label=
"采集人电话"
align=
"center"
prop=
"cjPhone"
/>
<el-table-column
label=
"标本类型"
align=
"center"
prop=
"b
Type
"
/>
<el-table-column
label=
"标本类型"
align=
"center"
prop=
"b
blx
"
/>
<el-table-column
label=
"接收实验室"
align=
"center"
prop=
"laboratory"
/>
<el-table-column
label=
"接收实验室"
align=
"center"
prop=
"laboratory"
/>
<el-table-column
label=
"检测时间"
align=
"center"
prop=
"jcTime"
width=
"180"
>
<el-table-column
label=
"检测时间"
align=
"center"
prop=
"jcTime"
width=
"180"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -424,8 +424,8 @@
...
@@ -424,8 +424,8 @@
<el-form-item
label=
"采集人电话"
prop=
"cjPhone"
>
<el-form-item
label=
"采集人电话"
prop=
"cjPhone"
>
<el-input
v-model=
"form.cjPhone"
placeholder=
"请输入采集人电话"
/>
<el-input
v-model=
"form.cjPhone"
placeholder=
"请输入采集人电话"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"标本类型"
prop=
"b
Type
"
>
<el-form-item
label=
"标本类型"
prop=
"b
blx
"
>
<el-input
v-model=
"form.b
Type
"
placeholder=
"请输入标本类型"
/>
<el-input
v-model=
"form.b
blx
"
placeholder=
"请输入标本类型"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"接收实验室"
prop=
"laboratory"
>
<el-form-item
label=
"接收实验室"
prop=
"laboratory"
>
<el-input
v-model=
"form.laboratory"
placeholder=
"请输入接收实验室"
/>
<el-input
v-model=
"form.laboratory"
placeholder=
"请输入接收实验室"
/>
...
@@ -570,7 +570,7 @@ export default {
...
@@ -570,7 +570,7 @@ export default {
cjTime
:
null
,
cjTime
:
null
,
cjName
:
null
,
cjName
:
null
,
cjPhone
:
null
,
cjPhone
:
null
,
b
Type
:
null
,
b
blx
:
null
,
laboratory
:
null
,
laboratory
:
null
,
jcTime
:
null
,
jcTime
:
null
,
rygx
:
null
,
rygx
:
null
,
...
@@ -632,7 +632,7 @@ export default {
...
@@ -632,7 +632,7 @@ export default {
cjPhone
:
[
cjPhone
:
[
{
required
:
true
,
message
:
"请输入采集人电话"
,
trigger
:
"blur"
}
{
required
:
true
,
message
:
"请输入采集人电话"
,
trigger
:
"blur"
}
],
],
b
Type
:
[
b
blx
:
[
{
required
:
true
,
message
:
"请输入标本类型"
,
trigger
:
"blur"
}
{
required
:
true
,
message
:
"请输入标本类型"
,
trigger
:
"blur"
}
],
],
}
}
...
@@ -777,7 +777,7 @@ export default {
...
@@ -777,7 +777,7 @@ export default {
cjTime
:
null
,
cjTime
:
null
,
cjName
:
null
,
cjName
:
null
,
cjPhone
:
null
,
cjPhone
:
null
,
b
Type
:
null
,
b
blx
:
null
,
laboratory
:
null
,
laboratory
:
null
,
cjResult
:
null
,
cjResult
:
null
,
jcTime
:
null
,
jcTime
:
null
,
...
...
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