|
@@ -38,7 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="xmbh != null and xmbh != ''"> and xmbh = #{xmbh}</if>
|
|
|
<if test="xmmc != null and xmmc != ''"> and xmmc = #{xmmc}</if>
|
|
|
<if test="isNt != null and isNt != ''"> and is_nt = #{isNt}</if>
|
|
|
- <if test="isjs != null and isjs != ''"> and is_js = #{isjs}</if>
|
|
|
+ <if test="isJs != null and isJs != ''"> and is_js = #{isJs}</if>
|
|
|
<if test="isSh != null and isSh != ''"> and is_sh = #{isSh}</if>
|
|
|
<if test="isJd != null and isJd != ''"> and is_jd = #{isJd}</if>
|
|
|
<if test="isJg != null and isJg != ''"> and is_jg = #{isJg}</if>
|
|
@@ -64,7 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="xmbh != null and xmbh != ''"> and xmbh = #{xmbh}</if>
|
|
|
<if test="xmmc != null and xmmc != ''"> and xmmc = #{xmmc}</if>
|
|
|
<if test="isNt != null and isNt != ''"> and is_nt = #{isNt}</if>
|
|
|
- <if test="isjs != null and isjs != ''"> and is_js = #{isjs}</if>
|
|
|
+ <if test="isJs != null and isJs != ''"> and is_js = #{isJs}</if>
|
|
|
<if test="isSh != null and isSh != ''"> and is_sh = #{isSh}</if>
|
|
|
<if test="isJd != null and isJd != ''"> and is_jd = #{isJd}</if>
|
|
|
<if test="isJg != null and isJg != ''"> and is_jg = #{isJg}</if>
|