Compare commits

...

2 Commits

Author SHA1 Message Date
jiangs
f053d9f9cc Merge remote-tracking branch 'lis8.0/master' 2025-10-27 18:16:40 +08:00
jiangs
1c946a079e 检验项目模块 2025-10-27 18:16:34 +08:00
2 changed files with 7 additions and 3 deletions

View File

@ -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;
} }

View File

@ -11,6 +11,9 @@
<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>