@ -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>
@ -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>