From b3d5d9a7b8848636625cf7aebd7aac0fd0ccf3b8 Mon Sep 17 00:00:00 2001 From: shiyang <316555390@qq.com> Date: Fri, 15 Jul 2022 17:07:34 +0800 Subject: [PATCH] update --- .../talkonlineweb/domain/LymsInspectionReport.java | 83 +++++++++++++++++++--- .../mapper/LymsInspectionReportMapper.java | 2 +- .../service/LymsInspectionReportService.java | 2 +- .../impl/LymsInspectionReportServiceImpl.java | 2 +- .../mapper/LymsInspectionReportMapper.xml | 61 +++++++++------- 5 files changed, 111 insertions(+), 39 deletions(-) diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsInspectionReport.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsInspectionReport.java index 19e8e57..cc17172 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsInspectionReport.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsInspectionReport.java @@ -208,12 +208,6 @@ public class LymsInspectionReport implements Serializable { private String gjrrtlbdjc; /** - * 乳腺癌筛查 - */ - @TableField(value = "rxasc") - private String rxasc; - - /** * 乳腺彩超(请输 入彩超意见) */ @@ -638,6 +632,54 @@ public class LymsInspectionReport implements Serializable { @TableField(value = "rxzyt") private String rxzyt; + /** + * 主诊断 + */ + @TableField(value = "zzd") + private String zzd; + + /** + * 主诊断内容 + */ + @TableField(value = "zzdnr") + private String zzdnr; + + /** + * 次要诊断 + */ + @TableField(value = "cyzd") + private String cyzd; + + /** + * 次诊断内容 + */ + @TableField(value = "cyzdnr") + private String cyzdnr; + + /** + * 处理意见 + */ + @TableField(value = "clyj") + private String clyj; + + /** + * 指导意见 + */ + @TableField(value = "zdyj") + private String zdyj; + + /** + * 检查医生id + */ + @TableField(value = "jcys") + private Integer jcys; + + /** + * 预约下次检查时间 + */ + @TableField(value = "yyxcjcsj") + private Date yyxcjcsj; + @TableField(exist = false) private static final long serialVersionUID = 1L; @@ -685,7 +727,6 @@ public class LymsInspectionReport implements Serializable { && (this.getBxbbd() == null ? other.getBxbbd() == null : this.getBxbbd().equals(other.getBxbbd())) && (this.getGjxbxjc() == null ? other.getGjxbxjc() == null : this.getGjxbxjc().equals(other.getGjxbxjc())) && (this.getGjrrtlbdjc() == null ? other.getGjrrtlbdjc() == null : this.getGjrrtlbdjc().equals(other.getGjrrtlbdjc())) - && (this.getRxasc() == null ? other.getRxasc() == null : this.getRxasc().equals(other.getRxasc())) && (this.getRxcc() == null ? other.getRxcc() == null : this.getRxcc().equals(other.getRxcc())) && (this.getRxmb() == null ? other.getRxmb() == null : this.getRxmb().equals(other.getRxmb())) && (this.getBchyc() == null ? other.getBchyc() == null : this.getBchyc().equals(other.getBchyc())) @@ -755,7 +796,15 @@ public class LymsInspectionReport implements Serializable { && (this.getLzxbaky() == null ? other.getLzxbaky() == null : this.getLzxbaky().equals(other.getLzxbaky())) && (this.getSyyyt() == null ? other.getSyyyt() == null : this.getSyyyt().equals(other.getSyyyt())) && (this.getJnzyt() == null ? other.getJnzyt() == null : this.getJnzyt().equals(other.getJnzyt())) - && (this.getRxzyt() == null ? other.getRxzyt() == null : this.getRxzyt().equals(other.getRxzyt())); + && (this.getRxzyt() == null ? other.getRxzyt() == null : this.getRxzyt().equals(other.getRxzyt())) + && (this.getZzd() == null ? other.getZzd() == null : this.getZzd().equals(other.getZzd())) + && (this.getZzdnr() == null ? other.getZzdnr() == null : this.getZzdnr().equals(other.getZzdnr())) + && (this.getCyzd() == null ? other.getCyzd() == null : this.getCyzd().equals(other.getCyzd())) + && (this.getCyzdnr() == null ? other.getCyzdnr() == null : this.getCyzdnr().equals(other.getCyzdnr())) + && (this.getClyj() == null ? other.getClyj() == null : this.getClyj().equals(other.getClyj())) + && (this.getZdyj() == null ? other.getZdyj() == null : this.getZdyj().equals(other.getZdyj())) + && (this.getJcys() == null ? other.getJcys() == null : this.getJcys().equals(other.getJcys())) + && (this.getYyxcjcsj() == null ? other.getYyxcjcsj() == null : this.getYyxcjcsj().equals(other.getYyxcjcsj())); } @Override @@ -794,7 +843,6 @@ public class LymsInspectionReport implements Serializable { result = prime * result + ((getBxbbd() == null) ? 0 : getBxbbd().hashCode()); result = prime * result + ((getGjxbxjc() == null) ? 0 : getGjxbxjc().hashCode()); result = prime * result + ((getGjrrtlbdjc() == null) ? 0 : getGjrrtlbdjc().hashCode()); - result = prime * result + ((getRxasc() == null) ? 0 : getRxasc().hashCode()); result = prime * result + ((getRxcc() == null) ? 0 : getRxcc().hashCode()); result = prime * result + ((getRxmb() == null) ? 0 : getRxmb().hashCode()); result = prime * result + ((getBchyc() == null) ? 0 : getBchyc().hashCode()); @@ -865,6 +913,14 @@ public class LymsInspectionReport implements Serializable { result = prime * result + ((getSyyyt() == null) ? 0 : getSyyyt().hashCode()); result = prime * result + ((getJnzyt() == null) ? 0 : getJnzyt().hashCode()); result = prime * result + ((getRxzyt() == null) ? 0 : getRxzyt().hashCode()); + result = prime * result + ((getZzd() == null) ? 0 : getZzd().hashCode()); + result = prime * result + ((getZzdnr() == null) ? 0 : getZzdnr().hashCode()); + result = prime * result + ((getCyzd() == null) ? 0 : getCyzd().hashCode()); + result = prime * result + ((getCyzdnr() == null) ? 0 : getCyzdnr().hashCode()); + result = prime * result + ((getClyj() == null) ? 0 : getClyj().hashCode()); + result = prime * result + ((getZdyj() == null) ? 0 : getZdyj().hashCode()); + result = prime * result + ((getJcys() == null) ? 0 : getJcys().hashCode()); + result = prime * result + ((getYyxcjcsj() == null) ? 0 : getYyxcjcsj().hashCode()); return result; } @@ -906,7 +962,6 @@ public class LymsInspectionReport implements Serializable { sb.append(", bxbbd=").append(bxbbd); sb.append(", gjxbxjc=").append(gjxbxjc); sb.append(", gjrrtlbdjc=").append(gjrrtlbdjc); - sb.append(", rxasc=").append(rxasc); sb.append(", rxcc=").append(rxcc); sb.append(", rxmb=").append(rxmb); sb.append(", bchyc=").append(bchyc); @@ -977,6 +1032,14 @@ public class LymsInspectionReport implements Serializable { sb.append(", syyyt=").append(syyyt); sb.append(", jnzyt=").append(jnzyt); sb.append(", rxzyt=").append(rxzyt); + sb.append(", zzd=").append(zzd); + sb.append(", zzdnr=").append(zzdnr); + sb.append(", cyzd=").append(cyzd); + sb.append(", cyzdnr=").append(cyzdnr); + sb.append(", clyj=").append(clyj); + sb.append(", zdyj=").append(zdyj); + sb.append(", jcys=").append(jcys); + sb.append(", yyxcjcsj=").append(yyxcjcsj); sb.append(", serialVersionUID=").append(serialVersionUID); sb.append("]"); return sb.toString(); diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/mapper/LymsInspectionReportMapper.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/mapper/LymsInspectionReportMapper.java index a1e494c..78c73ea 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/mapper/LymsInspectionReportMapper.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/mapper/LymsInspectionReportMapper.java @@ -6,7 +6,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @author shiy * @description 针对表【lyms_inspection_report(检查报告)】的数据库操作Mapper -* @createDate 2022-07-15 16:48:20 +* @createDate 2022-07-15 17:07:10 * @Entity com.lyms.talkonlineweb.domain.LymsInspectionReport */ public interface LymsInspectionReportMapper extends BaseMapper { diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/service/LymsInspectionReportService.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/service/LymsInspectionReportService.java index d77c534..46e36e8 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/service/LymsInspectionReportService.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/service/LymsInspectionReportService.java @@ -6,7 +6,7 @@ import com.baomidou.mybatisplus.extension.service.IService; /** * @author shiy * @description 针对表【lyms_inspection_report(检查报告)】的数据库操作Service -* @createDate 2022-07-15 16:48:20 +* @createDate 2022-07-15 17:07:10 */ public interface LymsInspectionReportService extends IService { diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/service/impl/LymsInspectionReportServiceImpl.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/service/impl/LymsInspectionReportServiceImpl.java index 82b71e4..67cba1e 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/service/impl/LymsInspectionReportServiceImpl.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/service/impl/LymsInspectionReportServiceImpl.java @@ -9,7 +9,7 @@ import org.springframework.stereotype.Service; /** * @author shiy * @description 针对表【lyms_inspection_report(检查报告)】的数据库操作Service实现 -* @createDate 2022-07-15 16:48:20 +* @createDate 2022-07-15 17:07:10 */ @Service public class LymsInspectionReportServiceImpl extends ServiceImpl diff --git a/talkonlineweb/src/main/resources/mapper/LymsInspectionReportMapper.xml b/talkonlineweb/src/main/resources/mapper/LymsInspectionReportMapper.xml index 5aa436a..118bdda 100644 --- a/talkonlineweb/src/main/resources/mapper/LymsInspectionReportMapper.xml +++ b/talkonlineweb/src/main/resources/mapper/LymsInspectionReportMapper.xml @@ -37,7 +37,6 @@ - @@ -108,6 +107,14 @@ + + + + + + + + @@ -121,30 +128,32 @@ qjdbd,gjbd,hxbbd, spxbbd,xsxbbd,mjbd, dcbd,asybd,bxbbd, - gjxbxjc,gjrrtlbdjc,rxasc, - rxcc,rxmb,bchyc, - xqhcgsp,bxb,hxbjs, - xhdb,xxbbr,avghxbxhdbhl, - avghxbxhdbnd,hxbfbkd,xxbjs, - avgxxbtj,xxbfbkd,xxbjy, - lbxbbfb,zxlxbbfb,lbxbz, - zxlxbz,avghxbtj,sjd, - niaot,tongt,ndy, - dhs,ndb,gbzam, - gczam,jxlsm,gbxztm, - zdhs,zjdhz,jjdhs, - zdb,bdb,qdb, - bqb,gcgbbz,jigan, - nsa,xqgysccd,jia, - na,lv,gai, - glucose,niaos,nsjgqcl, - sxqlglcd,wqdb,zsdjzxyas, - zjzxs,yljzxs,cjzxjs, - ylsdfjzxyas,zdgc,gysz, - dmdzdb,zzdba,gmdzdb, - zzdbb,aky,rfgdb, - tlky,jtdb,apky, - lzxbaky,syyyt,jnzyt, - rxzyt + gjxbxjc,gjrrtlbdjc,rxcc, + rxmb,bchyc,xqhcgsp, + bxb,hxbjs,xhdb, + xxbbr,avghxbxhdbhl,avghxbxhdbnd, + hxbfbkd,xxbjs,avgxxbtj, + xxbfbkd,xxbjy,lbxbbfb, + zxlxbbfb,lbxbz,zxlxbz, + avghxbtj,sjd,niaot, + tongt,ndy,dhs, + ndb,gbzam,gczam, + jxlsm,gbxztm,zdhs, + zjdhz,jjdhs,zdb, + bdb,qdb,bqb, + gcgbbz,jigan,nsa, + xqgysccd,jia,na, + lv,gai,glucose, + niaos,nsjgqcl,sxqlglcd, + wqdb,zsdjzxyas,zjzxs, + yljzxs,cjzxjs,ylsdfjzxyas, + zdgc,gysz,dmdzdb, + zzdba,gmdzdb,zzdbb, + aky,rfgdb,tlky, + jtdb,apky,lzxbaky, + syyyt,jnzyt,rxzyt, + zzd,zzdnr,cyzd, + cyzdnr,clyj,zdyj, + jcys,yyxcjcsj -- 1.8.3.1