检验项目模块
This commit is contained in:
parent
bf1a3f8bb3
commit
1c946a079e
@ -69,5 +69,6 @@ public class XmInfoNew {
|
|||||||
private String val4;
|
private String val4;
|
||||||
private String val5;
|
private String val5;
|
||||||
private String isWsw;
|
private String isWsw;
|
||||||
|
private String inputcode;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,10 +7,13 @@
|
|||||||
select * from xm_info_new
|
select * from xm_info_new
|
||||||
<where>
|
<where>
|
||||||
<if test="xmid != null and xmid != ''"> and xmid = #{xmid}</if>
|
<if test="xmid != null and xmid != ''"> and xmid = #{xmid}</if>
|
||||||
<if test="yq != null and yq != ''"> and yq = #{yq}</if>
|
<if test="yq != null and yq != ''"> and yq = #{yq}</if>
|
||||||
<if test="xmdh != null and xmdh != ''"> and yq = #{xmdh}</if>
|
<if test="xmdh != null and xmdh != ''"> and yq = #{xmdh}</if>
|
||||||
<if test="isWsw != null and isWsw !=''"><![CDATA[and yqdl <> '细菌仪']]></if>
|
<if test="isWsw != null and isWsw !=''"><![CDATA[and yqdl <> '细菌仪']]></if>
|
||||||
<if test="uflag != null and uflag !=''">and uflag = #{uflag}</if>
|
<if test="uflag != null and uflag !=''">and uflag = #{uflag}</if>
|
||||||
|
<if test="xmgl != null and xmgl !=''">and xmgl = #{xmgl}</if>
|
||||||
|
<if test="itemclass != null and itemclass !=''">and itemclass = #{itemclass}</if>
|
||||||
|
<if test="inputcode != null and inputcode !=''">and (xmdh like '%'+#{inputcode}+'%' or xmmc like '%'+#{inputcode}+'%' or zjf like '%'+#{inputcode}+'%' )</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user