Compare commits

..

No commits in common. "3317b01b62d75b4a5caa236e494f9510e55982a5" and "59e1e8fd58e5b5c366decae7142bc3bde48d4f08" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View File

@ -14,9 +14,9 @@
<insert id="add"> <insert id="add">
insert into lab_reportinstr( insert into lab_reportinstr(
bgdh,yq,xh,yljg,myhs bgdh,yq,xh,yljg
)values( )values(
#{bgdh},#{yq},#{xh},#{yljg},#{myhs} #{bgdh},#{yq},#{xh},#{yljg}
) )
</insert> </insert>

View File

@ -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="xmid !=null and xmid !=''"> and xmid = #{xmid}</if> <if test="tdh !=null and tdh !=''"> and tdh = #{tdh}</if>
</where> </where>
</select> </select>

View File

@ -37,6 +37,5 @@ 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;
} }