123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
- <mapper namespace="com.bz.smart_city.dao.DeviceMapper">
- <!--auto generated Code-->
- <resultMap id="BaseResultMap" type="com.bz.smart_city.entity.Device">
- <result column="id" property="id" jdbcType="BIGINT"/>
- <result column="device_no" property="deviceNo" jdbcType="VARCHAR"/>
- <result column="device_type" property="deviceType" jdbcType="BIGINT"/>
- <result column="sys_id" property="sysId" jdbcType="BIGINT"/>
- <result column="site_id" property="siteId" jdbcType="BIGINT"/>
- <result column="building_id" property="buildingId" jdbcType="BIGINT"/>
- <result column="floor" property="floor" jdbcType="INTEGER"/>
- <result column="loc_desc" property="locDesc" jdbcType="VARCHAR"/>
- <result column="related_device_no" property="relatedDeviceNo" jdbcType="BIGINT"/>
- <result column="manufacturer_id" property="manufacturerId" jdbcType="BIGINT"/>
- <result column="device_status" property="deviceStatus" jdbcType="INTEGER"/>
- <result column="status" property="status" jdbcType="INTEGER"/>
- <result column="is_tag" property="isTag" jdbcType="INTEGER"/>
- <result column="x_coordinates" property="xCoordinates" jdbcType="DECIMAL"/>
- <result column="y_coordinates" property="yCoordinates" jdbcType="DECIMAL"/>
- <result column="create_by" property="createBy" jdbcType="VARCHAR"/>
- <result column="update_by" property="updateBy" jdbcType="VARCHAR"/>
- <result column="date_create" property="dateCreate" jdbcType="TIMESTAMP"/>
- <result column="date_update" property="dateUpdate" jdbcType="TIMESTAMP"/>
- <result column="plan_id" property="planId" jdbcType="INTEGER"/>
- <result column="water_meter_no" property="waterMeterNo" jdbcType="VARCHAR"/>
- <result column="water_meter_file_no" property="waterMeterFileNo" jdbcType="VARCHAR"/>
- <result column="customer_id" property="customerId" jdbcType="INTEGER"/>
- <result column="udip_id" property="udipId" jdbcType="VARCHAR"/>
- <result column="seal_no" property="sealNo" jdbcType="VARCHAR"/>
- </resultMap>
- <!--auto generated Code-->
- <sql id="Base_Column_List">
- id,
- device_no,
- device_type,
- sys_id,
- site_id,
- building_id,
- floor,
- loc_desc,
- related_device_no,
- manufacturer_id,
- device_status,
- status,
- is_tag,
- x_coordinates,
- y_coordinates,
- create_by,
- update_by,
- date_create,
- date_update,
- plan_id,
- water_meter_no,
- water_meter_file_no,
- customer_id,
- udip_id
- </sql>
- <resultMap id="JobCardMap" type="com.bz.smart_city.entity.JobCard">
- <result column="id" property="id" jdbcType="BIGINT"/>
- <result column="device_no" property="deviceNo" jdbcType="VARCHAR"/>
- <result column="device_type_id" property="deviceTypeId" jdbcType="INTEGER"/>
- <result column="site_id" property="siteId" jdbcType="INTEGER"/>
- <result column="is_used" property="isUsed" jdbcType="INTEGER"/>
- <result column="manufacturer_name" property="manufactureName" jdbcType="VARCHAR"/>
- <result column="manufacturer_id" property="manufacturerId" jdbcType="INTEGER"/>
- <result column="device_type_name" property="deviceTypeName" jdbcType="VARCHAR"/>
- <result column="plan_id" property="planId" jdbcType="INTEGER"/>
- <result column="water_meter_no" property="waterMeterNo" jdbcType="VARCHAR"/>
- <result column="water_meter_file_no" property="waterMeterFileNo" jdbcType="VARCHAR"/>
- <result column="customer_id" property="customerId" jdbcType="INTEGER"/>
- </resultMap>
- <select id="queryJobCard" resultType="com.bz.smart_city.entity.JobCard">
- SELECT
- d.id as id,
- d.site_id as site_id,
- d.manufacturer_id as manufacturer_id,
- d.device_type as device_type_id,
- d.device_no as device_no,
- j.is_used as is_used,
- m.`name` as manufacturer_name,
- CONCAT( m.`name`, '/', t.equipment_type, '/', t.model ) AS device_type_name
- FROM
- (
- SELECT
- cat.device_id AS device_id,
- cat.device_no AS device_no,
- cat.extend_value AS category,
- u.extend_value AS is_used
- FROM
- sc_device_extend_info cat
- LEFT JOIN sc_device_extend_info u ON ( cat.device_id = u.device_id and u.extend_type_name = 'isUsed' and u.`status` = 1 )
- WHERE
- cat.extend_type_name = 'category'
- AND cat.extend_value = 'jobCard'
- AND cat.`status` = 1
- ) j
- LEFT JOIN sc_device d ON ( d.id = j.device_id )
- LEFT JOIN sc_device_type t ON ( d.device_type = t.id )
- LEFT JOIN sc_device_manufacturer m ON ( d.manufacturer_id = m.id )
- WHERE
- d.`status` = 1
- <if test="siteId != null">and d.site_id = #{siteId,jdbcType=INTEGER}</if>
- <if test="isUsed != null">and j.is_used = #{isUsed,jdbcType=INTEGER}</if>
- <if test="deviceNo != null and deviceNo != '' ">and d.device_no like #{deviceNo,jdbcType=VARCHAR}</if>
- order by d.date_create desc
- </select>
- <select id="singleQueryJobCard" resultType="com.bz.smart_city.entity.JobCard">
- SELECT
- d.id as id,
- d.site_id as site_id,
- d.manufacturer_id as manufacturer_id,
- d.device_type as device_type_id,
- d.device_no as device_no,
- j.is_used as is_used,
- m.`name` as manufacturer_name,
- CONCAT( m.`name`, '/', t.equipment_type, '/', t.model ) AS device_type_name
- FROM
- (
- SELECT
- cat.device_id AS device_id,
- cat.device_no AS device_no,
- cat.extend_value AS category,
- u.extend_value AS is_used
- FROM
- sc_device_extend_info cat
- LEFT JOIN sc_device_extend_info u ON ( cat.device_id = u.device_id and u.extend_type_name = 'isUsed' and u.`status` = 1 )
- WHERE
- cat.extend_type_name = 'category'
- AND cat.extend_value = 'jobCard'
- AND cat.`status` = 1
- ) j
- LEFT JOIN sc_device d ON ( d.id = j.device_id )
- LEFT JOIN sc_device_type t ON ( d.device_type = t.id )
- LEFT JOIN sc_device_manufacturer m ON ( d.manufacturer_id = m.id )
- WHERE
- d.`status` = 1
- <if test="card.deviceNo != null">and d.device_no = #{card.deviceNo,jdbcType=VARCHAR}</if>
- <if test="card.id != null">and d.id = #{card.id,jdbcType=BIGINT}</if>
- limit 1
- </select>
- <!--auto generated Code-->
- <insert id="insert" useGeneratedKeys="true" keyProperty="device.id">
- INSERT INTO sc_device (
- id,
- device_no,
- device_type,
- sys_id,
- site_id,
- building_id,
- `floor`,
- loc_desc,
- related_device_no,
- manufacturer_id,
- device_status,
- `status`,
- is_tag,
- x_coordinates,
- y_coordinates,
- create_by,
- update_by,
- date_create,
- date_update,
- plan_id,
- water_meter_no,
- water_meter_file_no,
- customer_id,
- metercode,
- account_id,
- udip_id,
- register_status,
- sync_status,
- seal_no
- ) VALUES (
- #{device.id,jdbcType=BIGINT},
- #{device.deviceNo,jdbcType=VARCHAR},
- #{device.deviceType,jdbcType=BIGINT},
- #{device.sysId,jdbcType=BIGINT},
- #{device.siteId,jdbcType=BIGINT},
- #{device.buildingId,jdbcType=BIGINT},
- #{device.floor,jdbcType=INTEGER},
- #{device.locDesc,jdbcType=VARCHAR},
- #{device.relatedDeviceNo,jdbcType=BIGINT},
- #{device.manufacturerId,jdbcType=BIGINT},
- #{device.deviceStatus,jdbcType=INTEGER},
- #{device.status,jdbcType=INTEGER},
- #{device.isTag,jdbcType=INTEGER},
- #{device.xCoordinates,jdbcType=DECIMAL},
- #{device.yCoordinates,jdbcType=DECIMAL},
- #{device.createBy,jdbcType=VARCHAR},
- #{device.updateBy,jdbcType=VARCHAR},
- #{device.dateCreate,jdbcType=TIMESTAMP},
- #{device.dateUpdate,jdbcType=TIMESTAMP},
- #{device.planId,jdbcType=INTEGER},
- #{device.waterMeterNo,jdbcType=VARCHAR},
- #{device.waterMeterFileNo,jdbcType=VARCHAR},
- #{device.customerId,jdbcType=INTEGER},
- #{device.metercode,jdbcType=VARCHAR},
- #{device.accountId,jdbcType=BIGINT},
- #{device.udipId,jdbcType=VARCHAR},
- #{device.registerStatus,jdbcType=INTEGER},
- #{device.syncStatus,jdbcType=INTEGER},
- #{device.sealNo,jdbcType=VARCHAR}
- )
- </insert>
- <!--auto generated Code-->
- <insert id="insertSelective" useGeneratedKeys="true" keyProperty="device.id">
- INSERT INTO sc_device
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test="device.id!=null"> id,</if>
- <if test="device.deviceNo!=null"> device_no,</if>
- <if test="device.deviceType!=null"> device_type,</if>
- <if test="device.sysId!=null"> sys_id,</if>
- <if test="device.siteId!=null"> site_id,</if>
- <if test="device.buildingId!=null"> building_id,</if>
- <if test="device.floor!=null"> `floor`,</if>
- <if test="device.locDesc!=null"> loc_desc,</if>
- <if test="device.relatedDeviceNo!=null"> related_device_no,</if>
- <if test="device.manufacturerId!=null"> manufacturer_id,</if>
- <if test="device.deviceStatus!=null"> device_status,</if>
- <if test="device.status!=null"> `status`,</if>
- <if test="device.isTag!=null"> is_tag,</if>
- <if test="device.xCoordinates!=null"> x_coordinates,</if>
- <if test="device.yCoordinates!=null"> y_coordinates,</if>
- <if test="device.createBy!=null"> create_by,</if>
- <if test="device.updateBy!=null"> update_by,</if>
- <if test="device.dateCreate!=null"> date_create,</if>
- <if test="device.dateUpdate!=null"> date_update,</if>
- <if test="device.planId!=null"> plan_id,</if>
- <if test="device.waterMeterNo!=null"> water_meter_no,</if>
- <if test="device.waterMeterFileNo!=null"> water_meter_file_no,</if>
- <if test="device.customerId!=null"> customer_id,</if>
- <if test="device.udipId!=null"> udip_id,</if>
- <if test="device.registerStatus!=null"> register_status,</if>
- <if test="device.sealNo!=null"> seal_no</if>
- </trim>
- VALUES
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test="device.id!=null"> #{device.id,jdbcType=BIGINT},</if>
- <if test="device.deviceNo!=null"> #{device.deviceNo,jdbcType=VARCHAR},</if>
- <if test="device.deviceType!=null"> #{device.deviceType,jdbcType=BIGINT},</if>
- <if test="device.sysId!=null"> #{device.sysId,jdbcType=BIGINT},</if>
- <if test="device.siteId!=null"> #{device.siteId,jdbcType=BIGINT},</if>
- <if test="device.buildingId!=null"> #{device.buildingId,jdbcType=BIGINT},</if>
- <if test="device.floor!=null"> #{device.floor,jdbcType=INTEGER},</if>
- <if test="device.locDesc!=null"> #{device.locDesc,jdbcType=VARCHAR},</if>
- <if test="device.relatedDeviceNo!=null"> #{device.relatedDeviceNo,jdbcType=BIGINT},</if>
- <if test="device.manufacturerId!=null"> #{device.manufacturerId,jdbcType=BIGINT},</if>
- <if test="device.deviceStatus!=null"> #{device.deviceStatus,jdbcType=INTEGER},</if>
- <if test="device.status!=null"> #{device.status,jdbcType=INTEGER},</if>
- <if test="device.isTag!=null"> #{device.isTag,jdbcType=INTEGER},</if>
- <if test="device.xCoordinates!=null"> #{device.xCoordinates,jdbcType=DECIMAL},</if>
- <if test="device.yCoordinates!=null"> #{device.yCoordinates,jdbcType=DECIMAL},</if>
- <if test="device.createBy!=null"> #{device.createBy,jdbcType=VARCHAR},</if>
- <if test="device.updateBy!=null"> #{device.updateBy,jdbcType=VARCHAR},</if>
- <if test="device.dateCreate!=null"> #{device.dateCreate,jdbcType=TIMESTAMP},</if>
- <if test="device.dateUpdate!=null"> #{device.dateUpdate,jdbcType=TIMESTAMP},</if>
- <if test="device.planId!=null"> #{device.planId,jdbcType=INTEGER},</if>
- <if test="device.waterMeterNo!=null"> #{device.waterMeterNo,jdbcType=VARCHAR},</if>
- <if test="device.waterMeterFileNo!=null"> #{device.waterMeterFileNo,jdbcType=VARCHAR},</if>
- <if test="device.customerId!=null"> #{device.customerId,jdbcType=INTEGER},</if>
- <if test="device.udipId!=null"> #{device.udipId,jdbcType=VARCHAR},</if>
- <if test="device.registerStatus!=null"> #{device.registerStatus,jdbcType=INTEGER},</if>
- <if test="device.sealNo!=null"> #{device.sealNo,jdbcType=VARCHAR}</if>
- </trim>
- </insert>
- <!--auto generated Code-->
- <insert id="insertList">
- INSERT INTO sc_device(
- id,
- device_no,
- device_type,
- sys_id,
- site_id,
- building_id,
- `floor`,
- loc_desc,
- related_device_no,
- manufacturer_id,
- device_status,
- `status`,
- is_tag,
- x_coordinates,
- y_coordinates,
- create_by,
- update_by,
- date_create,
- date_update,
- plan_id,
- water_meter_no,
- water_meter_file_no,
- customer_id,
- udip_id
- )VALUES
- <foreach collection="devices" item="device" index="index" separator=",">
- (
- #{device.id,jdbcType=BIGINT},
- #{device.deviceNo,jdbcType=VARCHAR},
- #{device.deviceType,jdbcType=BIGINT},
- #{device.sysId,jdbcType=BIGINT},
- #{device.siteId,jdbcType=BIGINT},
- #{device.buildingId,jdbcType=BIGINT},
- #{device.floor,jdbcType=INTEGER},
- #{device.locDesc,jdbcType=VARCHAR},
- #{device.relatedDeviceNo,jdbcType=BIGINT},
- #{device.manufacturerId,jdbcType=BIGINT},
- #{device.deviceStatus,jdbcType=INTEGER},
- #{device.status,jdbcType=INTEGER},
- #{device.isTag,jdbcType=INTEGER},
- #{device.xCoordinates,jdbcType=DECIMAL},
- #{device.yCoordinates,jdbcType=DECIMAL},
- #{device.createBy,jdbcType=VARCHAR},
- #{device.updateBy,jdbcType=VARCHAR},
- #{device.dateCreate,jdbcType=TIMESTAMP},
- #{device.dateUpdate,jdbcType=TIMESTAMP},
- #{device.planId,jdbcType=INTEGER},
- #{device.waterMeterNo,jdbcType=VARCHAR},
- #{device.waterMeterFileNo,jdbcType=VARCHAR},
- #{device.customerId,jdbcType=INTEGER},
- #{device.udipId,jdbcType=VARCHAR}
- )
- </foreach>
- </insert>
- <!--auto generated Code-->
- <update id="updateByPrimaryKeySelective">
- UPDATE sc_device
- <set>
- <if test="device.deviceNo != null"> device_no = #{device.deviceNo,jdbcType=VARCHAR},</if>
- <if test="device.deviceType != null"> device_type = #{device.deviceType,jdbcType=BIGINT},</if>
- <if test="device.sysId != null"> sys_id = #{device.sysId,jdbcType=BIGINT},</if>
- <if test="device.siteId != null"> site_id = #{device.siteId,jdbcType=BIGINT},</if>
- <if test="device.buildingId != null"> building_id = #{device.buildingId,jdbcType=BIGINT},</if>
- <if test="device.floor != null"> `floor` = #{device.floor,jdbcType=INTEGER},</if>
- <if test="device.locDesc != null"> loc_desc = #{device.locDesc,jdbcType=VARCHAR},</if>
- <if test="device.relatedDeviceNo != null"> related_device_no = #{device.relatedDeviceNo,jdbcType=BIGINT},</if>
- <if test="device.manufacturerId != null"> manufacturer_id = #{device.manufacturerId,jdbcType=BIGINT},</if>
- <if test="device.deviceStatus != null"> device_status = #{device.deviceStatus,jdbcType=INTEGER},</if>
- <if test="device.status != null"> `status` = #{device.status,jdbcType=INTEGER},</if>
- <if test="device.isTag != null"> is_tag = #{device.isTag,jdbcType=INTEGER},</if>
- <if test="device.xCoordinates != null"> x_coordinates = #{device.xCoordinates,jdbcType=DECIMAL},</if>
- <if test="device.yCoordinates != null"> y_coordinates = #{device.yCoordinates,jdbcType=DECIMAL},</if>
- <if test="device.updateBy != null"> update_by = #{device.updateBy,jdbcType=VARCHAR},</if>
- <if test="device.dateUpdate != null"> date_update = #{device.dateUpdate,jdbcType=TIMESTAMP},</if>
- <if test="device.planId != null"> plan_id = #{device.planId,jdbcType=INTEGER},</if>
- <if test="device.waterMeterNo != null"> water_meter_no = #{device.waterMeterNo,jdbcType=VARCHAR},</if>
- <if test="device.waterMeterFileNo != null"> water_meter_file_no = #{device.waterMeterFileNo,jdbcType=VARCHAR},</if>
- <if test="device.customerId != null"> customer_id = #{device.customerId,jdbcType=INTEGER},</if>
- <if test="device.udipId != null"> udip_id = #{device.udipId,jdbcType=VARCHAR},</if>
- <if test="device.registerStatus != null"> register_status = #{device.registerStatus,jdbcType=INTEGER},</if>
- <if test="device.syncStatus != null"> sync_status = #{device.syncStatus,jdbcType=INTEGER},</if>
- <if test="device.sealNo != null"> seal_no = #{device.sealNo,jdbcType=VARCHAR}</if>
- </set>
- WHERE id = #{device.id,jdbcType=BIGINT}
- </update>
- <select id="getList" resultType="com.bz.smart_city.dto.DeviceDto">
- select sd.*,
- sdt.equipment_type,sdt.model,sdt.is_valve,sdt.is_register,sdm.name manufacturer_name,
- sb.name as building_name,sc.channel_name as system_name,
- sb.longitude,sb.latitude,
- sb.province,sb.city,sb.region,sb.community,scom.name as community_name,
- <if test="sysId==55">swrd.concentrator_id,swrd.collector_id,swrd.channel_number_id,swrd.port,swrd.issue_status,
- scon.serial_number as concentrator_name,scol.collector_no as collector_name,scn.channel_name as channel_number_name,</if>
- scus.customer_name,
- sil.plan_time,sil.install_time,sil.accept_time,sil.user_name,
- swmed.days,swmed.last_error_type,
- swmed.meter_reading,swmed.valve_status,
- swmed.valve_button_status,
- sd.sync_status
- from sc_device sd
- left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)
- left join sc_device_manufacturer sdm on (sdm.id = sd.manufacturer_id and sdm.status = 1)
- left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
- left join sc_channel sc on (sc.id = sd.sys_id and sc.status = 1)
- left join sc_community scom on ( scom.id = sb.community and scom.status = 1)
- <if test="sysId==55">left join sc_water_related_device swrd on ( swrd.device_id = sd.id and swrd.status = 1)
- left join sc_concentrator scon on ( scon.id = swrd.concentrator_id and scon.status = 1)
- left join sc_collector scol on ( scol.id = swrd.collector_id)
- left join sc_channel_number scn on ( scn.id = swrd.channel_number_id)</if>
- left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)
- left join sc_customer scus on ( scus.id = sd.customer_id)
- left join sc_install_list sil on (sil.device_id = sd.id)
- <if test="programItems != null and programItems.size() != 0">left join sc_device_dimension sdd on (sdd.device_id = sd.id and sdd.status = 1)</if>
- where sd.status = 1
- <if test="sysId != null"> AND sd.sys_id = #{sysId}</if>
- <if test="buildingId != null"> AND sd.building_id = #{buildingId}</if>
- <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
- <if test="deviceNo != null and deviceNo != ''"> AND (sd.device_no LIKE concat('%',#{deviceNo},'%') or sd.water_meter_no LIKE concat('%',#{deviceNo},'%') or sd.water_meter_file_no LIKE concat('%',#{deviceNo},'%'))</if>
- <if test="status != null"> AND sd.device_status = #{status}</if>
- <if test="deviceTypeId != null"> AND sd.device_type = #{deviceTypeId}</if>
- <if test="floor != null"> AND sd.floor = #{floor}</if>
- <if test="locDesc != null and locDesc != ''"> AND sd.loc_desc LIKE concat('%',#{locDesc},'%')</if>
- <if test="province != null"> and sb.province = #{province}</if>
- <if test="city != null"> and sb.city = #{city}</if>
- <if test="region != null"> and sb.region = #{region}</if>
- <if test="community != null"> and sb.community = #{community}</if>
- <if test="concentratorId != null"> AND swrd.concentrator_id = #{concentratorId}</if>
- <if test="concentratorNo != null and concentratorNo != ''"> AND scon.serial_number LIKE concat('%',#{concentratorNo},'%')</if>
- <if test="collectorId != null"> AND swrd.collector_id = #{channelNumberId}</if>
- <if test="collectorNo != null and collectorNo != ''"> AND scol.collector_no LIKE concat('%',#{collectorNo},'%')</if>
- <if test="channelNumberId != null">AND swrd.channel_number_id = #{collectorId}</if>
- <if test="errorType != null and errorType != ''"> AND swmed.last_error_type LIKE concat('%',#{errorType},'%')</if>
- <if test="customerId != null"> and sd.customer_id = #{customerId}</if>
- <if test="valveStatus != null and valveStatus == 0"> and swmed.valve_status = #{valveStatus} and sdt.is_valve = 1</if>
- <if test="valveStatus != null and valveStatus == 1"> and (swmed.valve_status = #{valveStatus} or swmed.valve_status is null ) and sdt.is_valve = 1</if>
- <if test="valveStatus != null and valveStatus == 2"> and sdt.is_valve = 0</if>
- <if test="registerStatus != null"> and sd.register_status = #{registerStatus}</if>
- <if test="issueStatus != null"> and swrd.issue_status = #{issueStatus}</if>
- <if test="syncStatus != null"> and sd.sync_status = #{syncStatus}</if>
- <if test="startReading != null"> and swmed.meter_reading >= #{startReading} </if>
- <if test="endReading != null"> and swmed.meter_reading <![CDATA[ <= ]]> #{endReading} </if>
- <if test="days != null">
- <choose>
- <when test="days == 0">
- and (swmed.days = #{days} or swmed.days is null )
- </when>
- <otherwise>
- and swmed.days = #{days}
- </otherwise>
- </choose>
- </if>
- <if test="programItems != null and programItems.size() != 0"> and
- <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
- sdd.${item.dimensionCode} = #{item.dimensionValue}
- </foreach>
- </if>
- <if test="sortColumn != null and sortColumn != ''">
- <if test="sortOrder != null and sortOrder != ''">
- order by ${sortColumn} ${sortOrder}
- </if>
- </if>
- </select>
- <!--自定义getList的count统计-->
- <select id="getList_COUNT" resultType="Long">
- select count(1)
- from sc_device sd
- <if test="valveStatus != null"> left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)</if>
- <if test="province != null or city != null or region != null or community != null">left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)</if>
- <if test="concentratorId != null or collectorId != null or channelNumberId != null or(concentratorNo != null and concentratorNo != '') or (collectorNo != null and collectorNo != '') or issueStatus != null">left join sc_water_related_device swrd on ( swrd.device_id = sd.id and swrd.status = 1)</if>
- <if test="concentratorNo != null and concentratorNo != ''">left join sc_concentrator scon on ( scon.id = swrd.concentrator_id and scon.status = 1)</if>
- <if test="collectorNo != null and collectorNo != ''">left join sc_collector scol on ( scol.id = swrd.collector_id)</if>
- <if test="(errorType != null and errorType != '') or days != null or (valveStatus != null) or startReading != null or endReading != null">left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)</if>
- <if test="programItems != null and programItems.size() != 0">left join sc_device_dimension sdd on (sdd.device_id = sd.id and sdd.status = 1)</if>
- where sd.status = 1
- <if test="sysId != null"> AND sd.sys_id = #{sysId}</if>
- <if test="buildingId != null"> AND sd.building_id = #{buildingId}</if>
- <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
- <if test="deviceNo != null and deviceNo != ''"> AND (sd.device_no LIKE concat('%',#{deviceNo},'%') or sd.water_meter_no LIKE concat('%',#{deviceNo},'%') or sd.water_meter_file_no LIKE concat('%',#{deviceNo},'%'))</if>
- <if test="status != null"> AND sd.device_status = #{status}</if>
- <if test="deviceTypeId != null"> AND sd.device_type = #{deviceTypeId}</if>
- <if test="floor != null"> AND sd.floor = #{floor}</if>
- <if test="locDesc != null and locDesc != ''"> AND sd.loc_desc LIKE concat('%',#{locDesc},'%')</if>
- <if test="province != null"> and sb.province = #{province}</if>
- <if test="city != null"> and sb.city = #{city}</if>
- <if test="region != null"> and sb.region = #{region}</if>
- <if test="community != null"> and sb.community = #{community}</if>
- <if test="concentratorId != null"> AND swrd.concentrator_id = #{concentratorId}</if>
- <if test="concentratorNo != null and concentratorNo != ''"> AND scon.serial_number LIKE concat('%',#{concentratorNo},'%')</if>
- <if test="collectorId != null"> AND swrd.collector_id = #{channelNumberId}</if>
- <if test="collectorNo != null and collectorNo != ''"> AND scol.collector_no LIKE concat('%',#{collectorNo},'%')</if>
- <if test="channelNumberId != null">AND swrd.channel_number_id = #{collectorId}</if>
- <if test="errorType != null and errorType != ''"> AND swmed.last_error_type LIKE concat('%',#{errorType},'%')</if>
- <if test="customerId != null"> and sd.customer_id = #{customerId}</if>
- <if test="valveStatus != null and valveStatus == 0"> and swmed.valve_status = #{valveStatus} and sdt.is_valve = 1</if>
- <if test="valveStatus != null and valveStatus == 1"> and (swmed.valve_status = #{valveStatus} or swmed.valve_status is null ) and sdt.is_valve = 1</if>
- <if test="valveStatus != null and valveStatus == 2"> and sdt.is_valve = 0</if>
- <if test="registerStatus != null"> and sd.register_status = #{registerStatus}</if>
- <if test="issueStatus != null"> and swrd.issue_status = #{issueStatus}</if>
- <if test="syncStatus != null"> and sd.sync_status = #{syncStatus}</if>
- <if test="startReading != null"> and swmed.meter_reading >= #{startReading} </if>
- <if test="endReading != null"> and swmed.meter_reading <![CDATA[ <= ]]> #{endReading} </if>
- <if test="days != null">
- <choose>
- <when test="days == 0">
- and (swmed.days = #{days} or swmed.days is null )
- </when>
- <otherwise>
- and swmed.days = #{days}
- </otherwise>
- </choose>
- </if>
- <if test="programItems != null and programItems.size() != 0"> and
- <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
- sdd.${item.dimensionCode} = #{item.dimensionValue}
- </foreach>
- </if>
- </select>
- <select id="getWaterMeterListByDeviceNo" resultType="com.bz.smart_city.dto.DeviceDto">
- select sd.*,sdt.equipment_type,sdt.model,sdm.name manufacturer_name,sb.name as building_name,sc.channel_name as system_name,
- sb.longitude,sb.latitude,
- sb.province,sb.city,sb.region,sb.community,scom.name as community_name,
- scon.serial_number as concentrator_name,scol.collector_no as collector_name,swmed.days,swmed.last_error_type,scus.customer_name,
- sil.plan_time,sil.install_time,sil.accept_time,
- swmed.meter_reading,
- swmed.valve_status,
- swmed.valve_button_status
- from sc_device sd
- left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)
- left join sc_device_manufacturer sdm on (sdm.id = sd.manufacturer_id and sdm.status = 1)
- left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
- left join sc_channel sc on (sc.id = sd.sys_id and sc.status = 1)
- left join sc_community scom on ( scom.id = sb.community and scom.status = 1)
- left join sc_water_related_device swrd on ( swrd.device_id = sd.id and swrd.status = 1)
- left join sc_concentrator scon on ( scon.id = swrd.concentrator_id and scon.status = 1)
- left join sc_collector scol on ( scol.id = swrd.collector_id)
- left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)
- left join sc_customer scus on ( scus.id = sd.customer_id)
- left join sc_install_list sil on (sil.device_id = sd.id)
- where sd.status = 1
- <if test="deviceNo != null and deviceNo != ''">
- AND sd.device_no = #{deviceNo}
- </if>
- <if test="waterMeterNo != null and waterMeterNo != ''">
- AND right(sd.water_meter_no,9) = right(#{waterMeterNo},9)
- </if>
- </select>
- <select id="getSyncMeterDeviceList" resultType="com.bz.smart_city.dto.JinNanSyncDTO">
- select
- sd.id as device_id ,
- sd.water_meter_no as meter_no,
- mu.user_no,
- IFNULL(swmed.meter_reading,'0') as wsv ,
- IFNULL(sd.last_receive_time,now()) as read_date
- from
- sc_device sd
- left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)
- left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
- left join sc_meter_user mu on (sd.water_meter_no = mu.meter_no)
- <if test="programItems != null and programItems.size() != 0">left join sc_device_dimension sdd on (sdd.device_id = sd.id and sdd.status = 1)</if>
- where sd.status = 1
- <if test="sysId != null"> AND sd.sys_id = #{sysId}</if>
- <if test="sysId == null"> AND sd.sys_id != -99</if>
- <if test="buildingId != null"> AND sd.building_id = #{buildingId}</if>
- <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
- <if test="deviceNo != null and deviceNo != ''"> AND (sd.device_no LIKE concat('%',#{deviceNo},'%') or sd.water_meter_no LIKE concat('%',#{deviceNo},'%') or sd.water_meter_file_no LIKE concat('%',#{deviceNo},'%'))</if>
- <if test="status != null"> AND sd.device_status = #{status}</if>
- <if test="customerId != null"> and sd.customer_id = #{customerId}</if>
- <if test="programItems != null and programItems.size() != 0"> and
- <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
- sdd.${item.dimensionCode} = #{item.dimensionValue}
- </foreach>
- </if>
- <if test="errorType != null and errorType != ''"> AND swmed.last_error_type LIKE concat('%',#{errorType},'%')</if>
- <if test="days != null"> and swmed.days = #{days} </if>
- <if test="province != null"> and sb.province = #{province}</if>
- <if test="city != null"> and sb.city = #{city}</if>
- <if test="region != null"> and sb.region = #{region}</if>
- <if test="community != null"> and sb.community = #{community}</if>
- <if test="locDesc != null and locDesc != ''"> AND sd.loc_desc LIKE concat('%',#{locDesc},'%')</if>
- </select>
- <update id="batchDelete">
- update sc_device set status = 0,date_update=NOW(),update_by=#{updateBy}
- where status = 1
- <if test="deviceIds != null">
- and id in <foreach collection="deviceIds" item="item" open="(" separator="," close=")">#{item}</foreach>
- </if>
- </update>
- <select id="deleteQuery" resultType="java.lang.Long">
- select site_id from sc_device where device_type = #{deviceTypeId} and status = 1 group by site_id
- </select>
- <update id="deleteBySiteId">
- update sc_device set status = 0,date_update = NOW(),update_by=#{updateBy}
- where status = 1 and site_id = #{siteId}
- </update>
- <select id="findByDeviceNoUnique" resultType="int">
- select count(1) from sc_device where status = 1 and device_no = #{deviceNo}
- <if test="id != null"> and id != #{id}</if>
- </select>
- <select id="findByWaterMeterNoUnique" resultType="int">
- select count(1) from sc_device where status = 1 and water_meter_no = #{waterMeterNo}
- <if test="id != null"> and id != #{id}</if>
- </select>
- <select id="getGatewayList" resultType="com.bz.smart_city.dto.DeviceDto">
- select sd.*,sdt.equipment_type,sdt.model,sdm.name manufacturer_name
- from sc_device sd
- left join sc_device_type sdt on sdt.id = sd.device_type and sdt.status = 1
- left join sc_device_manufacturer sdm on sdm.id = sd.manufacturer_id and sdm.status = 1
- where sd.status = 1 and sdt.device_type = 2
- <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
- <if test="deviceTypeId != null"> AND sd.device_type = #{deviceTypeId} </if>
- <if test="deviceNo != null and deviceNo != ''"> AND sd.device_no LIKE concat('%',#{deviceNo},'%')</if>
- order by sd.date_create desc
- </select>
- <update id="deleteBySysId">
- update sc_device set status = 0,date_update = NOW(),update_by=#{updateBy}
- where status = 1 and sys_id = #{sysId}
- </update>
- <select id="findByDeviceNo" resultMap="BaseResultMap">
- select * from sc_device where status = 1 and device_no = #{deviceNo}
- </select>
- <select id="findDeviceDetail" resultType="com.bz.smart_city.dto.DeviceDto">
- select sd.*,
- sdt.equipment_type,sdt.model,sdt.is_valve,sdm.name manufacturer_name,
- sb.name as building_name,sc.channel_name as system_name,
- sb.longitude,sb.latitude,
- sb.province,sb.city,sb.region,sb.community,scom.name as community_name,
- swrd.concentrator_id,swrd.collector_id,swrd.channel_number_id,swrd.port,swrd.issue_status,
- scon.serial_number as concentrator_name,scol.collector_no as collector_name,
- scn.channel_name as channel_number_name,
- scus.customer_name,
- sil.plan_time,sil.install_time,sil.accept_time,
- swmed.days,swmed.last_error_type,
- swmed.meter_reading,swmed.valve_status,
- swmed.valve_button_status,
- sd.sync_status
- from sc_device sd
- left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)
- left join sc_device_manufacturer sdm on (sdm.id = sd.manufacturer_id and sdm.status = 1)
- left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
- left join sc_channel sc on (sc.id = sd.sys_id and sc.status = 1)
- left join sc_community scom on ( scom.id = sb.community and scom.status = 1)
- left join sc_water_related_device swrd on ( swrd.device_id = sd.id and swrd.status = 1)
- left join sc_concentrator scon on ( scon.id = swrd.concentrator_id and scon.status = 1)
- left join sc_collector scol on ( scol.id = swrd.collector_id)
- left join sc_channel_number scn on ( scn.id = swrd.channel_number_id)
- left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)
- left join sc_customer scus on ( scus.id = sd.customer_id)
- left join sc_install_list sil on (sil.device_id = sd.id)
- where sd.status = 1 and sd.id = #{deviceId}
- </select>
- <select id="findByDeviceId" resultMap="BaseResultMap">
- select * from sc_device where id = #{deviceId} and status = 1
- </select>
- <update id="batchUpdate" parameterType="list">
- UPDATE sc_device
- <trim prefix="set" suffixOverrides=",">
- <trim prefix="building_id =case" suffix="end,">
- <foreach collection="list" item="item">
- <if test="item.buildingId!=null">
- when id=#{item.id} then #{item.buildingId}
- </if>
- </foreach>
- </trim>
- <trim prefix="site_id =case" suffix="end,">
- <foreach collection="list" item="item">
- <if test="item.siteId!=null">
- when id=#{item.id} then #{item.siteId}
- </if>
- </foreach>
- </trim>
- <trim prefix="Loc_desc =case" suffix="end,">
- <foreach collection="list" item="item">
- <if test="item.locDesc!=null">
- when id=#{item.id} then #{item.locDesc}
- </if>
- </foreach>
- </trim>
- <trim prefix="water_meter_no =case" suffix="end,">
- <foreach collection="list" item="item">
- <if test="item.waterMeterNo!=null">
- when id=#{item.id} then #{item.waterMeterNo}
- </if>
- </foreach>
- </trim>
- <trim prefix="water_meter_file_no =case" suffix="end,">
- <foreach collection="list" item="item">
- <if test="item.waterMeterFileNo!=null">
- when id=#{item.id} then #{item.waterMeterFileNo}
- </if>
- </foreach>
- </trim>
- </trim>
- <where>
- id in <foreach collection="list" item="item" open="(" separator="," close=")">#{item.id}</foreach>
- </where>
- </update>
- <select id="getDeviceStatistics" resultType="int">
- select count(1) from sc_device
- where status = 1
- and building_id is not null
- <if test="siteId != null"> and site_id = #{siteId} </if>
- <if test="channelList != null and channelList.size() != 0">
- and sys_id in <foreach collection="channelList" item="item" open="(" separator="," close=")">#{item.id} </foreach>
- </if>
- <if test="deviceStatus != null and deviceStatus != ''"> and device_status = #{deviceStatus} </if>
- </select>
-
- <select id="countDevice" resultType="int">
- select
- count(1)
- from
- sc_device
- where status = 1
- <if test="device.siteId != null"> and site_id = #{device.siteId} </if>
- <if test="device.sysId != null"> and sys_id = #{device.sysId} </if>
- <if test="device.deviceType != null"> and device_type = #{device.deviceType} </if>
- <if test="device.deviceStatusList != null and device.deviceStatusList.size() != 0">
- and device_status in
- <foreach collection="device.deviceStatusList" item="item" open="(" separator="," close=")">#{item} </foreach>
- </if>
- <if test="device.sysIds != null and device.sysIds.size() != 0">
- and sys_id in
- <foreach collection="device.sysIds" item="item" open="(" separator="," close=")">#{item} </foreach>
- </if>
- order by date_create asc
- </select>
- <select id="getDeviceList" resultType="com.bz.smart_city.dto.DeviceDto">
- SELECT
- d.id as id,
- d.device_no as device_no,
- d.site_id as site_id,
- d.sys_id as sys_id,
- d.building_id as building_id,
- d.floor as floor,
- d.loc_desc as loc_desc,
- d.device_type as deviceType,
- d.device_status as device_status,
- d.water_meter_no as water_meter_no,
- d.water_meter_file_no as water_meter_file_no,
- b.province as province,
- b.city as city,
- b.region as region,
- b.community as community,
- b.`name` as building_name,
- d.customer_id as customer_id,
- d.last_receive_time as last_receive_time,
- d.date_create as date_create
- FROM
- sc_device d
- LEFT JOIN sc_building b ON ( b.id = d.building_id AND b.`status` = 1 )
- WHERE 1=1
- <if test="device.siteId != null"> and d.site_id = #{device.siteId} </if>
- <if test="device.sysId != null"> and d.sys_id = #{device.sysId} </if>
- <if test="device.deviceType != null"> and device_type = #{device.deviceType} </if>
- <if test="device.deviceStatusList != null and device.deviceStatusList.size() != 0">
- and d.device_status in
- <foreach collection="device.deviceStatusList" item="item" open="(" separator="," close=")">#{item} </foreach>
- </if>
- <if test="device.sysIds != null and device.sysIds.size() != 0">
- and d.sys_id in
- <foreach collection="device.sysIds" item="item" open="(" separator="," close=")">#{item} </foreach>
- </if>
- and d.status = 1
- order by d.id desc,d.date_create asc
- limit #{offset}, #{limit}
- </select>
- <select id="getDeviceStatusCount" resultType="com.bz.smart_city.dto.DeviceStatusCountDto">
- SELECT
- count(1) as device_count,
- ifnull(SUM(IF(d.`device_status` = 1, 1, 0)),0) as normalCount,
- ifnull(SUM(IF(d.`device_status` = 2, 1, 0)),0) as alarm_count,
- ifnull(SUM(IF(d.`device_status` = 3, 1, 0)),0) as fault_count,
- ifnull(SUM(IF(d.`device_status` = 4, 1, 0)),0) as offline_count,
- ifnull(SUM(IF(d.`device_status` = 5, 1, 0)),0) as unused_count
- FROM
- sc_device d
- <if test="programItems != null and programItems.size() != 0">left join sc_device_dimension sdd on (sdd.device_id = d.id and sdd.status = 1)</if>
- WHERE
- d.`status` = 1 and d.building_id is not null and d.sys_id != -99
- <if test="siteList != null and siteList.size() != 0">and d.site_id in <foreach collection="siteList" item="item" open="(" separator="," close=")">#{item.id}</foreach></if>
- <if test="programItems != null and programItems.size() != 0"> and
- <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
- sdd.${item.dimensionCode} = #{item.dimensionValue}
- </foreach>
- </if>
- </select>
- <select id="getInstallList" resultType="com.bz.smart_city.dto.DeviceDto">
- select sd.*,sdt.equipment_type,sdt.model,sdm.name manufacturer_name,sb.name as building_name,sc.channel_name as system_name,
- sb.longitude,sb.latitude,
- sb.province,sb.city,sb.region,sb.community,scom.name as community_name,
- scon.serial_number as concentrator_name,scol.collector_no as collector_name,swmed.days,swmed.last_error_type,swmed.meter_reading,scus.customer_name,
- sil.plan_time,sil.install_time,sil.accept_time,sil.new_meter_start,sil.id as install_id,sil.old_meter_end,sd.register_status,sdt.is_valve,sdt.is_register,
- sd.sync_status,
- sil.user_name,
- sil.user_phone,
- sil.id_card,
- swrd.issue_status,
- swrd.channel_number_id,
- swrd.concentrator_id,
- swrd.collector_id,
- swrd.port,
- scn.channel_name as channel_number_name
- from sc_device sd
- left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)
- left join sc_device_manufacturer sdm on (sdm.id = sd.manufacturer_id and sdm.status = 1)
- left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
- left join sc_channel sc on (sc.id = sd.sys_id and sc.status = 1)
- left join sc_community scom on ( scom.id = sb.community and scom.status = 1)
- left join sc_water_related_device swrd on ( swrd.device_id = sd.id and swrd.status = 1)
- left join sc_concentrator scon on ( scon.id = swrd.concentrator_id and scon.status = 1)
- left join sc_channel_number scn on ( scn.id = swrd.channel_number_id and scn.status = 1)
- left join sc_collector scol on ( scol.id = swrd.collector_id)
- left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)
- left join sc_customer scus on ( scus.id = sd.customer_id)
- left join sc_install_list sil on (sil.device_id = sd.id)
- <if test="programItems != null and programItems.size() != 0">left join sc_device_dimension sdd on (sdd.device_id = sd.id and sdd.status = 1)</if>
- where sd.status = 1 and sil.status = 1 AND sd.sys_id = -99
- <if test="deviceTypeIdList != null and deviceTypeIdList.size() != 0">
- and sd.device_type in
- <foreach collection="deviceTypeIdList" item="item" separator="," open="(" close=")">
- #{item}
- </foreach>
- </if>
- <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
- <if test="deviceNo != null and deviceNo != ''"> AND (sd.device_no LIKE concat('%',#{deviceNo},'%') or sd.water_meter_no LIKE concat('%',#{deviceNo},'%') or sd.water_meter_file_no LIKE concat('%',#{deviceNo},'%'))</if>
- <if test="status != null"> AND sd.device_status = #{status}</if>
- <if test="errorType != null and errorType != ''"> AND swmed.last_error_type LIKE concat('%',#{errorType},'%')</if>
- <if test="customerId != null"> and sd.customer_id = #{customerId}</if>
- <if test="province != null"> and sb.province = #{province}</if>
- <if test="city != null"> and sb.city = #{city}</if>
- <if test="region != null"> and sb.region = #{region}</if>
- <if test="community != null"> and sb.community = #{community}</if>
- <if test="buildingId != null"> and sd.building_id = #{buildingId}</if>
- <if test="locDesc != null and locDesc != ''"> AND sd.loc_desc LIKE concat('%',#{locDesc},'%')</if>
- <if test="deviceTypeId != null"> and sd.device_type = #{deviceTypeId}</if>
- <if test="registerStatus != null and registerStatus == 1"> and sd.register_status = #{registerStatus} and sdt.is_register = 1</if>
- <if test="registerStatus != null and registerStatus == 0"> and sd.register_status = #{registerStatus} and sdt.is_register = 1</if>
- <if test="issueStatus != null"> and swrd.issue_status = #{issueStatus}</if>
- <if test="concentratorId != null"> AND swrd.concentrator_id = #{concentratorId}</if>
- <if test="channelNumberId != null"> AND swrd.channel_number_id = #{channelNumberId}</if>
- <if test="collectorNo != null and collectorNo != ''"> AND scol.collector_no LIKE concat('%',#{collectorNo},'%')</if>
- <if test="startDate != null"> and sil.install_time <![CDATA[ >= ]]> #{startDate}</if>
- <if test="endDate != null"> and sil.install_time <![CDATA[ <= ]]> #{endDate}</if>
- <if test="programItems != null and programItems.size() != 0"> and
- <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
- sdd.${item.dimensionCode} = #{item.dimensionValue}
- </foreach>
- </if>
- <if test="sortColumn != null and sortColumn != ''">
- <if test="sortOrder != null and sortOrder != ''">
- order by ${sortColumn} ${sortOrder}
- </if>
- </if>
- <if test="sortColumn == null or sortColumn == ''">
- order by sil.install_time desc
- </if>
- <!--order by sil.install_time desc-->
- </select>
- <select id="queryDeviceByNo" resultType="com.bz.smart_city.dto.DeviceDto">
- select
- sd.*,
- sb.province,
- sb.city,
- sb.region,
- sb.name as building_name,
- sa1.`name` as province_name,
- sa2.`name` as city_name ,
- sa3.`name` as region_name,
- scom.name as community_name,
- scus.customer_name
- from
- sc_device sd
- <if test="programItems != null and programItems.size() != 0">left join sc_device_dimension sdd on (sdd.device_id = sd.id and sdd.status = 1)</if>
- left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
- left join sc_area sa1 on (sa1.id = sb.province)
- left join sc_area sa2 on (sa2.id = sb.city)
- left join sc_area sa3 on (sa3.id = sb.region)
- left join sc_community scom on ( scom.id = sb.community and scom.status = 1)
- left join sc_customer scus on ( scus.id = sd.customer_id)
- where sd.status = 1
- <if test="programItems != null and programItems.size() != 0"> and
- <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
- sdd.${item.dimensionCode} = #{item.dimensionValue}
- </foreach>
- </if>
- <if test="deviceNo != null and deviceNo != ''"> AND sd.device_no LIKE concat('%',#{deviceNo},'%')</if>
- <if test="waterMeterNo != null and waterMeterNo != ''"> and sd.water_meter_no LIKE concat('%',#{waterMeterNo},'%') </if>
- <if test="sysId != null"> AND sd.sys_id = #{sysId}</if>
- <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
- </select>
- <select id="queryDeviceByClearingPlan" resultType="com.bz.smart_city.dto.DeviceDto">
- SELECT
- d.id,
- d.water_meter_no,
- d.water_meter_file_no,
- d.device_no,
- d.device_type,
- d.building_id,
- d.loc_desc ,
- d.device_status,
- b.community,
- b.`name` as building_name,
- c.`name` as community_name
- FROM
- sc_device d
- left join sc_building b on (d.building_id = b.id)
- left join sc_community c on (b.community = c.id)
- WHERE
- d.`status` = 1
- AND d.site_id = 1
- AND d.sys_id IN ( SELECT channel_id FROM sc_w_meter_type wt WHERE wt.parent_id IN ( 1, 2 ) )
- AND d.id IN (
- SELECT
- dd.device_id
- FROM
- sc_device_dimension dd
- LEFT JOIN sc_clearing_plan cp ON (
- FIND_IN_SET( dd.customer, cp.clearing_customer )
- OR FIND_IN_SET( dd.community, cp.clearing_community )
- OR FIND_IN_SET( dd.building, cp.clearing_building )
- )
- WHERE
- cp.id = #{clearingPlanId}
- )
- </select>
- <select id="getDeviceCustomerInfo" resultType="com.bz.smart_city.dto.DeviceCustomerInfo">
- select
- sd.id as device_id,
- sd.device_no as device_no,
- sd.loc_desc as location,
- sil.user_name,
- sil.user_phone,
- sil.install_time
- from sc_device sd
- left join sc_install_list sil on (sil.device_id = sd.id and sil.status = 1)
- where sd.status = 1 and sd.sys_id != -99 and sd.building_id = #{buildingId}
- </select>
- <select id="getDeviceListByCustomer" resultType="com.bz.smart_city.dto.DeviceDto">
- select
- <include refid="Base_Column_List" />
- from
- sc_device
- where status = 1
- and customer_id = #{customerId}
- and device_status = #{deviceStatus}
- </select>
- <select id="findDeviceIdByDeviceNo" resultType="java.lang.Long">
- select id from sc_device where status = 1 and device_no = #{deviceNo}
- <if test="id != null"> and id != #{id}</if>
- </select>
- <select id="findDeviceIdByWaterMeterNo" resultType="java.lang.Long">
- select id from sc_device where status = 1 and water_meter_no = #{waterMeterNo}
- <if test="id != null"> and id != #{id}</if>
- </select>
-
- <select id="getJinNanSyncMeterDeviceList" resultType="com.bz.smart_city.dto.JinNanSyncDTO">
- SELECT
- d.id as device_id ,
- d.water_meter_no as meter_no,
- mu.user_no,
- IFNULL(mdd.read_data,'0') as wsv ,
- IFNULL(mdd.read_time,now()) as read_date
- FROM
- sc_device d
- left join sc_meter_user mu on (d.water_meter_no = mu.meter_no)
- left join (SELECT
- mrr.device_id,
- mrr.read_time,
- mrr.read_data
- FROM
- sc_meter_read_record mrr
- WHERE
- mrr.read_date = (
- SELECT
- max( read_date )
- FROM
- sc_meter_read_record
- WHERE
- customer_id IN ( 3, 4, 5, 6 )
- AND read_status = 2
- AND sys_id = 40
- )
- AND customer_id IN ( 3, 4, 5, 6 )
- AND read_status = 2
- AND sys_id = 40) mdd on (d.id = mdd.device_id)
- WHERE
- d.`status` = 1
- AND d.customer_id IN ( 3, 4, 5, 6 )
- </select>
- <select id="getDeviceListByRange" resultType="com.bz.smart_city.dto.DeviceDto">
- SELECT
- d.id,
- d.device_no,
- dt.equipment_type,
- d.device_type
- FROM
- sc_device d
- LEFT JOIN sc_device_type dt ON ( d.device_type = dt.id )
- LEFT JOIN sc_building b ON ( d.building_id = b.id )
- LEFT JOIN sc_community c ON ( b.community = c.id )
- WHERE
- d.`status` = 1
- AND d.sys_id != - 99
- <if test="customers != null and customers != '' ">
- AND FIND_IN_SET( d.customer_id, #{customers} )
- </if>
- <if test="communitys != null and communitys != '' ">
- AND FIND_IN_SET( c.id, #{communitys} )
- </if>
- <if test="buildings != null and buildings != '' ">
- AND FIND_IN_SET( d.building_id, #{buildings} )
- </if>
- <if test="channels != null and channels != '' ">
- AND FIND_IN_SET( d.sys_id, #{channels} )
- </if>
- <if test="deviceTypes != null and deviceTypes != '' ">
- AND FIND_IN_SET( d.device_type, #{deviceTypes} )
- </if>
- </select>
- <select id="getPushDeviceDataList" resultType="java.util.HashMap">
- SELECT
- d.id AS deviceId,
- d.device_no AS deviceNo,
- cast(d.status as SIGNED ) AS status,
- dt.equipment_type AS deviceType,
- DATE_FORMAT( d.date_create, '%Y-%m-%d' ) AS dateCreate,
- ifnull(m.factory,f.`name`) as factory,
- m.user_name AS userName,
- if(LENGTH(trim(ifnull(ll.new_meter_start,'0')))>0 ,ifnull(ll.new_meter_start,'0'),'0') AS beginWSV,
- ifnull(m.area_name,c.`name`) AS areaName,
- d.loc_desc AS location,
- d.water_meter_no AS meterNumber,
- ifnull(m.meter_no,d.water_meter_no) as meter_no,
- ifnull(m.user_address,b.`name`) AS userAddress,
- m.user_no AS userNumber,
- m.user_phone AS userPhone,
- DATE_FORMAT(m.archive_time,'%Y-%m-%d') AS archiveTime,
- m.caliber
- FROM
- sc_device d
- Left JOIN sc_install_list ll on (d.id = ll.device_id and ll.status =1 )
- LEFT JOIN sc_meter_info m ON ( CONCAT('91000',d.water_meter_no) = m.meter_no )
- LEFT JOIN sc_device_type dt ON ( d.device_type = dt.id )
- LEFT JOIN sc_building b on (d.building_id =b.id)
- LEFT JOIN sc_community c on (b.community = c.id)
- left join sc_device_manufacturer f on (dt.manufacturer_id = f.id)
- where d.sys_id != -99
- <if test="customers != null and customers != '' ">
- AND FIND_IN_SET( d.customer_id, #{customers} )
- </if>
- <if test="communitys != null and communitys != '' ">
- AND FIND_IN_SET( c.id, #{communitys} )
- </if>
- <if test="buildings != null and buildings != '' ">
- AND FIND_IN_SET( d.building_id, #{buildings} )
- </if>
- <if test="channels != null and channels != '' ">
- AND FIND_IN_SET( d.sys_id, #{channels} )
- </if>
- <if test="deviceTypes != null and deviceTypes != '' ">
- AND FIND_IN_SET( d.device_type, #{deviceTypes} )
- </if>
- <if test="status != null">
- AND d.status = #{status}
- </if>
- and d.date_update > #{beginDate ,jdbcType=TIMESTAMP }
- and d.date_update <![CDATA[ <= ]]> #{endDate ,jdbcType=TIMESTAMP }
- </select>
- <select id="findFaultByCommunity" resultType="com.bz.smart_city.dto.assistant.PlanCommunityDTO">
- SELECT
- *
- FROM
- (
- SELECT
- sc.id AS community_id,
- sc.`name` AS community_name,
- sum( IF ( sd.device_status = 5, 1, 0 ) ) AS un_used_count,
- sum( IF ( sd.device_status = 2, 1, 0 ) ) AS fault_count
- FROM
- sc_device sd
- LEFT JOIN sc_building sb ON ( sd.building_id = sb.id )
- LEFT JOIN sc_community sc ON ( sb.community = sc.id )
- WHERE
- sd.`status` = 1
- AND sd.customer_id = #{customerId}
- <if test="communityName != null and communityName !='' ">
- and sc.`name` LIKE concat('%',#{communityName},'%')
- </if>
- GROUP BY
- sc.id,
- sc.`name`
- ) tmp
- WHERE
- ( un_used_count + fault_count ) != 0
- </select>
- <select id="findFaultByBuilding" resultType="com.bz.smart_city.dto.assistant.PlanBuildingDTO">
- SELECT
- *
- FROM
- (
- SELECT
- sb.id AS building_id,
- sb.`name` AS building_name,
- sum( IF ( sd.device_status = 5, 1, 0 ) ) AS un_used_count,
- sum( IF ( sd.device_status = 2, 1, 0 ) ) AS fault_count
- FROM
- sc_device sd
- LEFT JOIN sc_building sb ON ( sd.building_id = sb.id )
- WHERE
- sd.`status` = 1
- AND sd.customer_id = #{customerId}
- and sb.community = #{communityId}
- GROUP BY
- sb.id,
- sb.`name`
- ) tmp
- WHERE
- ( un_used_count + fault_count ) != 0
- </select>
- <select id="findFaultList" resultType="com.bz.smart_city.dto.assistant.InstallListDTO">
- select
- sc.id as device_id ,
- sc.device_no as device_no,
- sc.water_meter_no as electronic_no ,
- sc.seal_no,
- sc.loc_desc as location,
- sc.device_status as device_status,
- w.parent_id as meter_type,
- swrd.concentrator_id,
- swrd.collector_id,
- swrd.channel_number_id,
- swrd.port,
- scon.serial_number as concentrator_name,
- scol.collector_no as collector_name,
- scn.channel_name as channel_number_name
- from
- sc_device sc
- left join sc_w_meter_type w on (w.device_type_id = sc.device_type and w.`status` = 1)
- left join sc_water_related_device swrd on (swrd.device_id = sc.id and swrd.`status` = 1)
- left join sc_concentrator scon on(scon.id = swrd.concentrator_id)
- left join sc_collector scol on(scol.id = swrd.collector_id)
- left join sc_channel_number scn on(scn.id = swrd.channel_number_id)
- where sc.`status` = 1
- and sc.customer_id = #{customerId}
- and sc.device_status in (2,5)
- and sc.building_id = #{buildingId}
- <if test="floor != null and floor != 0 ">
- and sc.floor = #{floor}
- </if>
- <if test="deviceStatus != null and deviceStatus != 0">
- and sc.device_status = #{deviceStatus}
- </if>
- </select>
- <select id="findByDeviceIdIgnore" resultMap="BaseResultMap">
- select * from sc_device where id = #{deviceId}
- </select>
- <select id="findByAccountId" resultType="com.bz.smart_city.entity.Device">
- select MAX(device.metercode) as metercode,account.accountnumber as accountnumber
- from pay_base_account account
- LEFT JOIN sc_device device on device.account_id=account.id
- where account.id=#{accountId}
- group by account.accountnumber
- </select>
- <select id="queryDeviceInfoList" resultType="com.bz.smart_city.dto.DeviceDto">
- select sd.*,
- sdt.equipment_type,sdt.model,sdm.name manufacturer_name,sb.name as building_name,sc.channel_name as system_name,
- sb.longitude,sb.latitude,
- sb.province,sb.city,sb.region,sb.community,scom.name as community_name,
- scus.customer_name,
- sdt.is_valve,
- swmt.parent_id as meter_type
- from sc_device sd
- left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)
- left join sc_w_meter_type swmt on (swmt.device_type_id = sd.device_type and swmt.status = 1)
- left join sc_device_manufacturer sdm on (sdm.id = sd.manufacturer_id and sdm.status = 1)
- left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
- left join sc_channel sc on (sc.id = sd.sys_id and sc.status = 1)
- left join sc_community scom on ( scom.id = sb.community and scom.status = 1)
- left join sc_customer scus on ( scus.id = sd.customer_id)
- <if test="programItems != null and programItems.size() != 0">left join sc_device_dimension sdd on (sdd.device_id = sd.id and sdd.status = 1)</if>
- where sd.status = 1
- <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
- <if test="deviceNo != null and deviceNo != ''"> AND sd.device_no = #{deviceNo}</if>
- <if test="waterMeterNo != null and waterMeterNo != ''"> AND sd.water_meter_no = #{waterMeterNo}</if>
- <if test="programItems != null and programItems.size() != 0"> and
- <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
- sdd.${item.dimensionCode} = #{item.dimensionValue}
- </foreach>
- </if>
- </select>
- <select id="findByFileNo" resultType="com.bz.smart_city.entity.Device">
- select b.water_meter_file_no ,b.water_meter_no,b.id ,b.customer_id ,sil.metercode from
- sc_customer a left join sc_device b on a.id=b.customer_id
- left join sc_install_list sil on(sil.device_id = b.id)
- where
- a.customer_no=#{customerNo}
- and sil.metercode in
- <foreach collection="fileNos" item="item" separator="," open="(" close=")">
- #{item}
- </foreach>
- </select>
- <select id="meterSync" resultType="com.bz.smart_city.dto.sync.MeterSyncDto">
- select
- sd.device_no,
- sd.loc_desc,
- sd.customer_id,
- sd.water_meter_no,
- sd.water_meter_file_no as file_no,
- sil.metercode as meterCode,
- sd.status,
- sd.date_create,
- sd.date_update,
- sil.new_meter_start as initial_data,
- CONCAT_WS('/',sdm.name,sdt.equipment_type,sdt.model) as device_type
- from sc_device sd
- left join sc_install_list sil on(sil.device_id = sd.id)
- left join sc_device_type sdt on(sdt.id = sd.device_type)
- left join sc_device_manufacturer sdm on(sdm.id = sdt.manufacturer_id)
- where sd.status = 1
- and sd.customer_id = #{customerId}
- and sil.is_installed=1
- <if test="createDate != null and createDate != ''"> and DATE_FORMAT(sd.date_create, '%Y%m%d' ) = #{createDate}</if>
- and sil.metercode in
- <foreach collection="fileNo" item="item" open="(" separator="," close=")">#{item}</foreach>
- </select>
- <select id="statisticsEquipmentTotal" resultType="java.lang.Long">
- select count(*)
- from sc_device sd
- left join sc_device_dimension sdd on (sdd.device_id = sd.id and sdd.status = 1)
- where sd.status = 1
- <if test="programItems != null and programItems.size() != 0"> and
- <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
- sdd.${item.dimensionCode} = #{item.dimensionValue}
- </foreach>
- </if>
- </select>
- <select id="findDevicesOnTheMap" resultType="com.bz.smart_city.dto.DeviceDto">
- select sd.*,scus.customer_name,sdt.en_equipment_type ,sdt.model,swmed.meter_reading
- from sc_device sd
- left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)
- left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)
- left join sc_customer scus on ( scus.id = sd.customer_id)
- <if test="programItems != null and programItems.size() != 0">
- left join sc_device_dimension sdd on (sdd.device_id = sd.id and sdd.status = 1)
- </if>
- where sd.status = 1
- <if test="programItems != null and programItems.size() != 0"> and
- <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
- sdd.${item.dimensionCode} = #{item.dimensionValue}
- </foreach>
- </if>
- <if test="device.buildingId!=null">
- and sd.building_id=#{device.buildingId}
- </if>
- <if test="device.keywords!=null">
- and (scus.customer_name LIKE concat('%',#{device.keywords},'%')
- or sd.water_meter_no LIKE concat('%',#{device.keywords},'%') )
- </if>
- </select>
- <update id="updateMeterNo">
- update sc_device set metercode=#{meterNo}
- where metercode=#{meterNo} and customer_id=#{customerId}
- </update>
- </mapper>
|