住院报告查询增加字段
This commit is contained in:
parent
b2e3055ae4
commit
53083200a8
@ -14,9 +14,9 @@
|
|||||||
|
|
||||||
<insert id="add">
|
<insert id="add">
|
||||||
insert into lab_reportinstr(
|
insert into lab_reportinstr(
|
||||||
bgdh,yq,xh,yljg
|
bgdh,yq,xh,yljg,myhs
|
||||||
)values(
|
)values(
|
||||||
#{bgdh},#{yq},#{xh},#{yljg}
|
#{bgdh},#{yq},#{xh},#{yljg},#{myhs}
|
||||||
)
|
)
|
||||||
</insert>
|
</insert>
|
||||||
|
|
||||||
|
|||||||
@ -38,7 +38,7 @@
|
|||||||
select * from xm_inter
|
select * from xm_inter
|
||||||
<where>
|
<where>
|
||||||
<if test="yq !=null and yq !=''"> and yq = #{yq}</if>
|
<if test="yq !=null and yq !=''"> and yq = #{yq}</if>
|
||||||
<if test="tdh !=null and tdh !=''"> and tdh = #{tdh}</if>
|
<if test="xmid !=null and xmid !=''"> and xmid = #{xmid}</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
@ -37,5 +37,6 @@ public class Web_getReportsList {
|
|||||||
private String jymd;
|
private String jymd;
|
||||||
private String st;
|
private String st;
|
||||||
private String et;
|
private String et;
|
||||||
|
private Date sqsj;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user