@ -27,6 +27,7 @@ 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="zhId != null "> and zh_id = #{zhId}</if>
<iftest="url != null and url != ''"> and url = #{url}</if>
<iftest="type != null "> and type = #{type}</if>
@ -35,7 +36,6 @@ 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>
@ -27,6 +27,7 @@ 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="userName != null and userName != ''"> and user_name like concat('%', #{userName}, '%')</if>
<iftest="intro != null and intro != ''"> and intro = #{intro}</if>
<iftest="fsCount != null and fsCount != ''"> and fs_count = #{fsCount}</if>
@ -35,7 +36,6 @@ 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>
@ -28,6 +28,7 @@ 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="title != null and title != ''"> and title = #{title}</if>
<iftest="type != null and type != ''"> and type = #{type}</if>
<iftest="fileName != null and fileName != ''"> and file_name like concat('%', #{fileName}, '%')</if>
@ -37,7 +38,6 @@ 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>
@ -33,6 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="jbObj != null and jbObj != ''"> and jb_obj = #{jbObj}</if>
<iftest="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="number != null "> and number = #{number}</if>
<iftest="params.beginJbTime != null and params.beginJbTime != '' and params.endJbTime != null and params.endJbTime != ''"> and jb_time between #{params.beginJbTime} and #{params.endJbTime}</if>
<iftest="address != null and address != ''"> and address = #{address}</if>
@ -45,7 +46,6 @@ 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>
@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</if>
<iftest="title != null and title != ''"> and title = #{title}</if>
<iftest="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="content != null and content != ''"> and content = #{content}</if>
<iftest="imageUrl != null and imageUrl != ''"> and image_url = #{imageUrl}</if>
<iftest="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
@ -35,7 +36,6 @@ 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>
@ -27,6 +27,7 @@ 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="zhId != null "> and zh_id = #{zhId}</if>
<iftest="intro != null and intro != ''"> and intro = #{intro}</if>
<iftest="type != null "> and type = #{type}</if>
@ -35,7 +36,6 @@ 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>
@ -26,6 +26,7 @@ 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="zhId != null "> and zh_id = #{zhId}</if>
<iftest="tmt != null and tmt != ''"> and tmt = #{tmt}</if>
<iftest="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
@ -33,7 +34,6 @@ 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>
@ -26,6 +26,7 @@ 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="zhName != null and zhName != ''"> and zh_name like concat('%', #{zhName}, '%')</if>
<iftest="approve != null and approve != ''"> and approve = #{approve}</if>
<iftest="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
@ -33,7 +34,6 @@ 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>
@ -28,6 +28,7 @@ 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="webName != null and webName != ''"> and web_name like concat('%', #{webName}, '%')</if>
<iftest="trueIp != null and trueIp != ''"> and true_ip = #{trueIp}</if>
<iftest="webDns != null and webDns != ''"> and web_dns = #{webDns}</if>
@ -37,7 +38,6 @@ 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>
@ -29,6 +29,7 @@ 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="tjUnit != null and tjUnit != ''"> and tj_unit = #{tjUnit}</if>
<iftest="itemName != null and itemName != ''"> and item_name like concat('%', #{itemName}, '%')</if>
<iftest="itemContent != null and itemContent != ''"> and item_content = #{itemContent}</if>
@ -39,7 +40,6 @@ 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>
@ -29,6 +29,7 @@ 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="enterpriseType != null and enterpriseType != ''"> and enterprise_type = #{enterpriseType}</if>
<iftest="jgObgj != null and jgObgj != ''"> and jg_obgj = #{jgObgj}</if>
<iftest="jzxw != null and jzxw != ''"> and jzxw = #{jzxw}</if>
@ -39,7 +40,6 @@ 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>
@ -33,6 +33,7 @@ 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="enterpriseName != null and enterpriseName != ''"> and enterprise_name like concat('%', #{enterpriseName}, '%')</if>
<iftest="enterpriseType != null and enterpriseType != ''"> and enterprise_type = #{enterpriseType}</if>
<iftest="netYw != null and netYw != ''"> and net_yw = #{netYw}</if>
@ -47,7 +48,6 @@ 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>
@ -28,7 +28,7 @@ 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>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="type != null "> and type = #{type}</if>
<iftest="title != null and title != ''"> and title = #{title}</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="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>
@ -29,7 +29,7 @@ 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>
<!-- <if test="isStatus != null "> and isStatus = #{isStatus}</if>-->
<if test="isStatus != null "> and isStatus = #{isStatus}</if>
<iftest="type != null "> and type = #{type}</if>
<iftest="title != null and title != ''"> and title = #{title}</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="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>
@ -28,7 +28,7 @@ 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>
<!-- <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="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>
@ -38,7 +38,6 @@ 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>
@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<includerefid="selectTcZbxqVo"/>
<where>
<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="depName != null and depName != ''"> and dep_name like concat('%', #{depName}, '%')</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="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>
@ -33,6 +33,7 @@ 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="unit != null and unit != ''"> and unit = #{unit}</if>
<iftest="fzr != null and fzr != ''"> and fzr = #{fzr}</if>
<iftest="duty != null and duty != ''"> and duty = #{duty}</if>
@ -47,7 +48,6 @@ 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>
@ -29,6 +29,7 @@ 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 = #{type}</if>
<iftest="title != null and title != ''"> and title = #{title}</if>
<iftest="source != null and source != ''"> and source = #{source}</if>
@ -39,7 +40,6 @@ 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>
@ -27,6 +27,7 @@ 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="zzUnit != null and zzUnit != ''"> and zz_unit = #{zzUnit}</if>
<iftest="linkMan != null and linkMan != ''"> and link_man = #{linkMan}</if>
<iftest="linkTel != null and linkTel != ''"> and link_tel = #{linkTel}</if>
@ -35,7 +36,6 @@ 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>
@ -29,6 +29,7 @@ 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>
@ -39,7 +40,6 @@ 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="unit != null and unit != ''"> and unit = #{unit}</if>
<iftest="mqFzr != null and mqFzr != ''"> and mq_fzr = #{mqFzr}</if>
<iftest="duty != null and duty != ''"> and duty = #{duty}</if>
@ -41,7 +42,6 @@ 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>
@ -31,6 +31,7 @@ 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="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
<iftest="age != null "> and age = #{age}</if>
<iftest="activityContent != null and activityContent != ''"> and activity_content = #{activityContent}</if>
@ -43,7 +44,6 @@ 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>
@ -27,6 +27,7 @@ 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 = #{type}</if>
<iftest="title != null and title != ''"> and title = #{title}</if>
<iftest="url != null and url != ''"> and url = #{url}</if>
@ -35,7 +36,6 @@ 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>
@ -33,6 +33,7 @@ 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="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
<iftest="sex != null and sex != ''"> and sex = #{sex}</if>
<iftest="age != null "> and age = #{age}</if>
@ -47,7 +48,6 @@ 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>
@ -25,7 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<includerefid="selectTcBmtbVo"/>
<where>
<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="fileName != null and fileName != ''"> and file_name like concat('%', #{fileName}, '%')</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="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>
@ -52,13 +52,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="fzrDuty != null and fzrDuty != ''"> and fzr_duty = #{fzrDuty}</if>
<iftest="fzrTel != null and fzrTel != ''"> and fzr_tel = #{fzrTel}</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="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="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>
@ -58,13 +58,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="isHavedep != null and isHavedep != ''"> and is_haveDep = #{isHavedep}</if>
<iftest="systemDjbg != null and systemDjbg != ''"> and system_djbg = #{systemDjbg}</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="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="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>
@ -26,7 +26,7 @@ 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>
<!-- <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="ipData != null and ipData != ''"> and ip_data = #{ipData}</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="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>
@ -31,7 +31,7 @@ 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>
<!-- <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="systemName != null and systemName != ''"> and system_name like concat('%', #{systemName}, '%')</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="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>
@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<iftest="id != null "> and id = #{id}</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="fileUrl != null and fileUrl != ''"> and file_url = #{fileUrl}</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="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>
@ -31,7 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="id != null "> and id = #{id}</if>
<iftest="areaId != null and areaId != ''"> and area_id = #{areaId}</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="affUnit != null and affUnit != ''"> and aff_unit = #{affUnit}</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="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>
@ -29,7 +29,7 @@ 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>
<!-- <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="ipAddress != null and ipAddress != ''"> and ip_address = #{ipAddress}</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="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>
@ -27,7 +27,7 @@ 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>
<!-- <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="assetName != null and assetName != ''"> and asset_name like concat('%', #{assetName}, '%')</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="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>
@ -30,7 +30,7 @@ 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>
<!-- <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="yhName != null and yhName != ''"> and yh_name like concat('%', #{yhName}, '%')</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="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>