@@ -23,7 +23,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | |||||
<where> | <where> | ||||
<if test="cjqydm != null and cjqydm != ''"> and cjqydm = #{cjqydm}</if> | <if test="cjqydm != null and cjqydm != ''"> and cjqydm = #{cjqydm}</if> | ||||
<if test="cjqymc != null and cjqymc != ''"> and cjqymc = #{cjqymc}</if> | <if test="cjqymc != null and cjqymc != ''"> and cjqymc = #{cjqymc}</if> | ||||
<if test="importCode != null and importCode != ''"> and import_code = #{importCode}</if> | |||||
<if test="importCode != null and importCode != ''"> and import_code like concat(#{importCode}, '%') </if> | |||||
</where> | </where> | ||||
</select> | </select> | ||||
@@ -23,7 +23,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | |||||
<where> | <where> | ||||
<if test="xjqydm != null and xjqydm != ''"> and xjqydm = #{xjqydm}</if> | <if test="xjqydm != null and xjqydm != ''"> and xjqydm = #{xjqydm}</if> | ||||
<if test="xjqymc != null and xjqymc != ''"> and xjqymc = #{xjqymc}</if> | <if test="xjqymc != null and xjqymc != ''"> and xjqymc = #{xjqymc}</if> | ||||
<if test="importCode != null and importCode != ''"> and import_code = #{importCode}</if> | |||||
<if test="importCode != null and importCode != ''"> and import_code like concat(#{importCode}, '%') </if> | |||||
</where> | </where> | ||||
</select> | </select> | ||||
@@ -23,7 +23,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | |||||
<where> | <where> | ||||
<if test="xzqdm != null and xzqdm != ''"> and xzqdm = #{xzqdm}</if> | <if test="xzqdm != null and xzqdm != ''"> and xzqdm = #{xzqdm}</if> | ||||
<if test="xzqmc != null and xzqmc != ''"> and xzqmc = #{xzqmc}</if> | <if test="xzqmc != null and xzqmc != ''"> and xzqmc = #{xzqmc}</if> | ||||
<if test="importCode != null and importCode != ''"> and import_code = #{importCode}</if> | |||||
<if test="importCode != null and importCode != ''"> and import_code like concat(#{importCode}, '%') </if> | |||||
</where> | </where> | ||||
</select> | </select> | ||||