@ -28,7 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<where>
<iftest="id != null "> and id = #{id}</if>
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="type != null "> and type = #{type}</if>
<iftest="type != null "> and type = #{type}</if>
<iftest="title != null and title != ''"> and title = #{title}</if>
<iftest="title != null and title != ''"> and title = #{title}</if>
<iftest="fileName != null and fileName != ''"> and file_name like concat('%', #{fileName}, '%')</if>
<iftest="fileName != null and fileName != ''"> and file_name like concat('%', #{fileName}, '%')</if>
@ -38,7 +38,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<where>
<iftest="id != null "> and id = #{id}</if>
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="type != null "> and type = #{type}</if>
<iftest="type != null "> and type = #{type}</if>
<iftest="title != null and title != ''"> and title = #{title}</if>
<iftest="title != null and title != ''"> and title = #{title}</if>
<iftest="source != null and source != ''"> and source = #{source}</if>
<iftest="source != null and source != ''"> and source = #{source}</if>
@ -40,7 +40,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -28,7 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<where>
<iftest="id != null "> and id = #{id}</if>
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="title != null and title != ''"> and title = #{title}</if>
<iftest="title != null and title != ''"> and title = #{title}</if>
<iftest="source != null and source != ''"> and source = #{source}</if>
<iftest="source != null and source != ''"> and source = #{source}</if>
<iftest="params.beginDateTime != null and params.beginDateTime != '' and params.endDateTime != null and params.endDateTime != ''"> and date_time between #{params.beginDateTime} and #{params.endDateTime}</if>
<iftest="params.beginDateTime != null and params.beginDateTime != '' and params.endDateTime != null and params.endDateTime != ''"> and date_time between #{params.beginDateTime} and #{params.endDateTime}</if>
@ -38,7 +38,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<includerefid="selectTcZbxqVo"/>
<includerefid="selectTcZbxqVo"/>
<where>
<where>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="yqTitle != null and yqTitle != ''"> and yq_title = #{yqTitle}</if>
<iftest="yqTitle != null and yqTitle != ''"> and yq_title = #{yqTitle}</if>
<iftest="depName != null and depName != ''"> and dep_name like concat('%', #{depName}, '%')</if>
<iftest="depName != null and depName != ''"> and dep_name like concat('%', #{depName}, '%')</if>
<iftest="yqState != null and yqState != ''"> and yq_state = #{yqState}</if>
<iftest="yqState != null and yqState != ''"> and yq_state = #{yqState}</if>
@ -35,7 +35,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -25,7 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<includerefid="selectTcBmtbVo"/>
<includerefid="selectTcBmtbVo"/>
<where>
<where>
<iftest="id != null "> and id = #{id}</if>
<iftest="id != null "> and id = #{id}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="depName != null and depName != ''"> and dep_name like concat('%', #{depName}, '%')</if>
<iftest="depName != null and depName != ''"> and dep_name like concat('%', #{depName}, '%')</if>
<iftest="fileName != null and fileName != ''"> and file_name like concat('%', #{fileName}, '%')</if>
<iftest="fileName != null and fileName != ''"> and file_name like concat('%', #{fileName}, '%')</if>
<iftest="fileUrl != null and fileUrl != ''"> and file_url = #{fileUrl}</if>
<iftest="fileUrl != null and fileUrl != ''"> and file_url = #{fileUrl}</if>
@ -34,7 +34,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -52,13 +52,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="fzrDuty != null and fzrDuty != ''"> and fzr_duty = #{fzrDuty}</if>
<iftest="fzrDuty != null and fzrDuty != ''"> and fzr_duty = #{fzrDuty}</if>
<iftest="fzrTel != null and fzrTel != ''"> and fzr_tel = #{fzrTel}</if>
<iftest="fzrTel != null and fzrTel != ''"> and fzr_tel = #{fzrTel}</if>
<iftest="fzrEmail != null and fzrEmail != ''"> and fzr_email = #{fzrEmail}</if>
<iftest="fzrEmail != null and fzrEmail != ''"> and fzr_email = #{fzrEmail}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
<iftest="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
<iftest="params.beginCreateTime != null and params.beginCreateTime != '' and params.endCreateTime != null and params.endCreateTime != ''"> and create_time between #{params.beginCreateTime} and #{params.endCreateTime}</if>
<iftest="params.beginCreateTime != null and params.beginCreateTime != '' and params.endCreateTime != null and params.endCreateTime != ''"> and create_time between #{params.beginCreateTime} and #{params.endCreateTime}</if>
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -58,13 +58,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="isHavedep != null and isHavedep != ''"> and is_haveDep = #{isHavedep}</if>
<iftest="isHavedep != null and isHavedep != ''"> and is_haveDep = #{isHavedep}</if>
<iftest="systemDjbg != null and systemDjbg != ''"> and system_djbg = #{systemDjbg}</if>
<iftest="systemDjbg != null and systemDjbg != ''"> and system_djbg = #{systemDjbg}</if>
<iftest="systemState != null and systemState != ''"> and system_state = #{systemState}</if>
<iftest="systemState != null and systemState != ''"> and system_state = #{systemState}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
<iftest="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
<iftest="params.beginCreateTime != null and params.beginCreateTime != '' and params.endCreateTime != null and params.endCreateTime != ''"> and create_time between #{params.beginCreateTime} and #{params.endCreateTime}</if>
<iftest="params.beginCreateTime != null and params.beginCreateTime != '' and params.endCreateTime != null and params.endCreateTime != ''"> and create_time between #{params.beginCreateTime} and #{params.endCreateTime}</if>
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<where>
<iftest="id != null "> and id = #{id}</if>
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="ldcName != null and ldcName != ''"> and ldc_name like concat('%', #{ldcName}, '%')</if>
<iftest="ldcName != null and ldcName != ''"> and ldc_name like concat('%', #{ldcName}, '%')</if>
<iftest="ipData != null and ipData != ''"> and ip_data = #{ipData}</if>
<iftest="ipData != null and ipData != ''"> and ip_data = #{ipData}</if>
<iftest="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
<iftest="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
@ -34,7 +34,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -31,7 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<where>
<iftest="id != null "> and id = #{id}</if>
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="unitName != null and unitName != ''"> and unit_name like concat('%', #{unitName}, '%')</if>
<iftest="unitName != null and unitName != ''"> and unit_name like concat('%', #{unitName}, '%')</if>
<iftest="systemName != null and systemName != ''"> and system_name like concat('%', #{systemName}, '%')</if>
<iftest="systemName != null and systemName != ''"> and system_name like concat('%', #{systemName}, '%')</if>
<iftest="systemUrl != null and systemUrl != ''"> and system_url = #{systemUrl}</if>
<iftest="systemUrl != null and systemUrl != ''"> and system_url = #{systemUrl}</if>
@ -44,7 +44,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<where>
<iftest="id != null "> and id = #{id}</if>
<iftest="id != null "> and id = #{id}</if>
<iftest="area != null "> and area = #{area}</if>
<iftest="area != null "> and area = #{area}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="fileName != null and fileName != ''"> and file_name like concat('%', #{fileName}, '%')</if>
<iftest="fileName != null and fileName != ''"> and file_name like concat('%', #{fileName}, '%')</if>
<iftest="fileUrl != null and fileUrl != ''"> and file_url = #{fileUrl}</if>
<iftest="fileUrl != null and fileUrl != ''"> and file_url = #{fileUrl}</if>
<iftest="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
<iftest="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
@ -34,7 +34,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -31,7 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="id != null "> and id = #{id}</if>
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="type != null "> and type = #{type}</if>
<iftest="type != null "> and type = #{type}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="zcName != null and zcName != ''"> and zc_name like concat('%', #{zcName}, '%')</if>
<iftest="zcName != null and zcName != ''"> and zc_name like concat('%', #{zcName}, '%')</if>
<iftest="affUnit != null and affUnit != ''"> and aff_unit = #{affUnit}</if>
<iftest="affUnit != null and affUnit != ''"> and aff_unit = #{affUnit}</if>
<iftest="sysyemIp != null and sysyemIp != ''"> and sysyem_ip = #{sysyemIp}</if>
<iftest="sysyemIp != null and sysyemIp != ''"> and sysyem_ip = #{sysyemIp}</if>
@ -42,7 +42,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<where>
<iftest="id != null "> and id = #{id}</if>
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="unitName != null and unitName != ''"> and unit_name like concat('%', #{unitName}, '%')</if>
<iftest="unitName != null and unitName != ''"> and unit_name like concat('%', #{unitName}, '%')</if>
<iftest="ipAddress != null and ipAddress != ''"> and ip_address = #{ipAddress}</if>
<iftest="ipAddress != null and ipAddress != ''"> and ip_address = #{ipAddress}</if>
<iftest="czState != null and czState != ''"> and cz_state = #{czState}</if>
<iftest="czState != null and czState != ''"> and cz_state = #{czState}</if>
@ -40,7 +40,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -27,7 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<where>
<iftest="id != null "> and id = #{id}</if>
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="webUrl != null and webUrl != ''"> and web_url = #{webUrl}</if>
<iftest="webUrl != null and webUrl != ''"> and web_url = #{webUrl}</if>
<iftest="assetName != null and assetName != ''"> and asset_name like concat('%', #{assetName}, '%')</if>
<iftest="assetName != null and assetName != ''"> and asset_name like concat('%', #{assetName}, '%')</if>
<iftest="assetLevel != null and assetLevel != ''"> and asset_level = #{assetLevel}</if>
<iftest="assetLevel != null and assetLevel != ''"> and asset_level = #{assetLevel}</if>
@ -36,7 +36,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>
@ -30,7 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<where>
<iftest="id != null "> and id = #{id}</if>
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="unitName != null and unitName != ''"> and unit_name like concat('%', #{unitName}, '%')</if>
<iftest="unitName != null and unitName != ''"> and unit_name like concat('%', #{unitName}, '%')</if>
<iftest="yhName != null and yhName != ''"> and yh_name like concat('%', #{yhName}, '%')</if>
<iftest="yhName != null and yhName != ''"> and yh_name like concat('%', #{yhName}, '%')</if>
<iftest="level != null and level != ''"> and level = #{level}</if>
<iftest="level != null and level != ''"> and level = #{level}</if>
@ -42,7 +42,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<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="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="remark != null and remark != ''"> and remark = #{remark}</if>