Compare commits
2 Commits
79928cc4a7
...
f053d9f9cc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f053d9f9cc | ||
|
|
1c946a079e |
@ -69,5 +69,6 @@ public class XmInfoNew {
|
||||
private String val4;
|
||||
private String val5;
|
||||
private String isWsw;
|
||||
private String inputcode;
|
||||
|
||||
}
|
||||
|
||||
@ -11,6 +11,9 @@
|
||||
<if test="xmdh != null and xmdh != ''"> and yq = #{xmdh}</if>
|
||||
<if test="isWsw != null and isWsw !=''"><![CDATA[and yqdl <> '细菌仪']]></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>
|
||||
</select>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user