|
|
@ -28,13 +28,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
|
|
|
|
<select id="selectZfryjdmList" parameterType="string" resultMap="ZfryjdmResult"> |
|
|
<select id="selectZfryjdmList" parameterType="string" resultMap="ZfryjdmResult"> |
|
|
<include refid="selectZfryjdmVo"/> |
|
|
<include refid="selectZfryjdmVo"/> |
|
|
<where> |
|
|
where code_state = '01' |
|
|
<if test="searchValue != null and searchValue != ''"> |
|
|
<if test="searchValue != null and searchValue != ''"> |
|
|
and ( name like concat(concat('%',#{searchValue}),'%') |
|
|
and ( name like concat(concat('%',#{searchValue}),'%') |
|
|
or sfzcode like concat(concat('%',#{searchValue}),'%') |
|
|
or sfzcode like concat(concat('%',#{searchValue}),'%') |
|
|
) |
|
|
) |
|
|
</if> |
|
|
</if> |
|
|
</where> |
|
|
|
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<update id="updateZfryjdmSfzcodeByid" parameterType="Zfryjdm2405301"> |
|
|
<update id="updateZfryjdmSfzcodeByid" parameterType="Zfryjdm2405301"> |
|
|
|