Commit fc841faf authored by zhangch's avatar zhangch

XML修改

parent 389c2cb0
...@@ -46,13 +46,13 @@ ...@@ -46,13 +46,13 @@
and a.REAL_NAME like '%'#{name}'%' and a.REAL_NAME like '%'#{name}'%'
</if> </if>
<if test="certiCode != null and certiCode != ''"> <if test="certiCode != null and certiCode != ''">
and h.CERTI_CODE = #{certiCode} and a.CERTI_CODE = #{certiCode}
</if> </if>
<if test="dataFrom != null and dataFrom != ''"> <if test="dataFrom != null and dataFrom != ''">
and h.DATA_FROM = #{dataFrom} and a.DATA_FROM = #{dataFrom}
</if> </if>
<if test="srvOrganId != null and srvOrganId != ''"> <if test="srvOrganId != null and srvOrganId != ''">
and h.srvOrganId = #{srvOrganId} and a.srvOrganId = #{srvOrganId}
</if> </if>
</where> </where>
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment