Commit 2e1fb50c authored by 王琮's avatar 王琮

修改核酸采集字段

parent 2581b650
...@@ -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 bType; private String bblx;
/** 接收实验室 */ /** 接收实验室 */
@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("bType", getBType()) .append("bblx", getBblx())
.append("laboratory", getLaboratory()) .append("laboratory", getLaboratory())
.append("jcTime", getJcTime()) .append("jcTime", getJcTime())
.append("rygx", getRygx()) .append("rygx", getRygx())
......
...@@ -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.getBType()) && StringUtils.isNotEmpty(hscj.getBblx())
) { ) {
Hscj hscjQuerry = new Hscj(); Hscj hscjQuerry = new Hscj();
hscjQuerry.setCardNo(hscj.getCardNo()); hscjQuerry.setCardNo(hscj.getCardNo());
......
...@@ -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="bType" column="b_type"/> <result property="bblx" 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="bType != null and bType != ''">and a.b_type like concat('%', #{bType}, '%')</if> <if test="bblx != 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="bType != null">b_type,</if> <if test="bblx != 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="bType != null">#{bType},</if> <if test="bblx != 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="bType != null">b_type = #{bType},</if> <if test="bblx != 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>
......
...@@ -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="bType"> <el-form-item label="标本类型" prop="bblx">
<el-input <el-input
v-model="queryParams.bType" v-model="queryParams.bblx"
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="bType" /> <el-table-column label="标本类型" align="center" prop="bblx" />
<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="bType"> <el-form-item label="标本类型" prop="bblx">
<el-input v-model="form.bType" placeholder="请输入标本类型" /> <el-input v-model="form.bblx" 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,
bType: null, bblx: 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" }
], ],
bType: [ bblx: [
{ 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,
bType: null, bblx: null,
laboratory: null, laboratory: null,
cjResult: null, cjResult: null,
jcTime: null, jcTime: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment