@ -29,7 +29,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="type != null and type != ''"> and type = #{type}</if>
<iftest="zhName != null and zhName != ''"> and zh_name like concat('%', #{zhName}, '%')</if>
<iftest="property != null and property != ''"> and property = #{property}</if>
@ -40,6 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<iftest="params.beginUpdateTime != null and params.beginUpdateTime != '' and params.endUpdateTime != null and params.endUpdateTime != ''"> and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}</if>
<iftest="remark != null and remark != ''"> and remark = #{remark}</if>
<iftest="isStatus != null and isStatus !='' "> and isStatus = #{isStatus}</if>