Compare commits
2 Commits
59e1e8fd58
...
3317b01b62
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3317b01b62 | ||
|
|
53083200a8 |
@ -14,9 +14,9 @@
|
||||
|
||||
<insert id="add">
|
||||
insert into lab_reportinstr(
|
||||
bgdh,yq,xh,yljg
|
||||
bgdh,yq,xh,yljg,myhs
|
||||
)values(
|
||||
#{bgdh},#{yq},#{xh},#{yljg}
|
||||
#{bgdh},#{yq},#{xh},#{yljg},#{myhs}
|
||||
)
|
||||
</insert>
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
select * from xm_inter
|
||||
<where>
|
||||
<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>
|
||||
</select>
|
||||
|
||||
|
||||
@ -37,5 +37,6 @@ public class Web_getReportsList {
|
||||
private String jymd;
|
||||
private String st;
|
||||
private String et;
|
||||
private Date sqsj;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user