DeviceMapper.xml 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="com.bz.smart_city.dao.DeviceMapper">
  4. <!--auto generated Code-->
  5. <resultMap id="BaseResultMap" type="com.bz.smart_city.entity.Device">
  6. <result column="id" property="id" jdbcType="BIGINT"/>
  7. <result column="device_no" property="deviceNo" jdbcType="VARCHAR"/>
  8. <result column="device_type" property="deviceType" jdbcType="BIGINT"/>
  9. <result column="sys_id" property="sysId" jdbcType="BIGINT"/>
  10. <result column="site_id" property="siteId" jdbcType="BIGINT"/>
  11. <result column="building_id" property="buildingId" jdbcType="BIGINT"/>
  12. <result column="floor" property="floor" jdbcType="INTEGER"/>
  13. <result column="loc_desc" property="locDesc" jdbcType="VARCHAR"/>
  14. <result column="related_device_no" property="relatedDeviceNo" jdbcType="BIGINT"/>
  15. <result column="manufacturer_id" property="manufacturerId" jdbcType="BIGINT"/>
  16. <result column="device_status" property="deviceStatus" jdbcType="INTEGER"/>
  17. <result column="status" property="status" jdbcType="INTEGER"/>
  18. <result column="is_tag" property="isTag" jdbcType="INTEGER"/>
  19. <result column="x_coordinates" property="xCoordinates" jdbcType="DECIMAL"/>
  20. <result column="y_coordinates" property="yCoordinates" jdbcType="DECIMAL"/>
  21. <result column="create_by" property="createBy" jdbcType="VARCHAR"/>
  22. <result column="update_by" property="updateBy" jdbcType="VARCHAR"/>
  23. <result column="date_create" property="dateCreate" jdbcType="TIMESTAMP"/>
  24. <result column="date_update" property="dateUpdate" jdbcType="TIMESTAMP"/>
  25. <result column="plan_id" property="planId" jdbcType="INTEGER"/>
  26. <result column="water_meter_no" property="waterMeterNo" jdbcType="VARCHAR"/>
  27. <result column="water_meter_file_no" property="waterMeterFileNo" jdbcType="VARCHAR"/>
  28. <result column="customer_id" property="customerId" jdbcType="INTEGER"/>
  29. <result column="udip_id" property="udipId" jdbcType="VARCHAR"/>
  30. <result column="seal_no" property="sealNo" jdbcType="VARCHAR"/>
  31. </resultMap>
  32. <!--auto generated Code-->
  33. <sql id="Base_Column_List">
  34. id,
  35. device_no,
  36. device_type,
  37. sys_id,
  38. site_id,
  39. building_id,
  40. floor,
  41. loc_desc,
  42. related_device_no,
  43. manufacturer_id,
  44. device_status,
  45. status,
  46. is_tag,
  47. x_coordinates,
  48. y_coordinates,
  49. create_by,
  50. update_by,
  51. date_create,
  52. date_update,
  53. plan_id,
  54. water_meter_no,
  55. water_meter_file_no,
  56. customer_id,
  57. udip_id
  58. </sql>
  59. <resultMap id="JobCardMap" type="com.bz.smart_city.entity.JobCard">
  60. <result column="id" property="id" jdbcType="BIGINT"/>
  61. <result column="device_no" property="deviceNo" jdbcType="VARCHAR"/>
  62. <result column="device_type_id" property="deviceTypeId" jdbcType="INTEGER"/>
  63. <result column="site_id" property="siteId" jdbcType="INTEGER"/>
  64. <result column="is_used" property="isUsed" jdbcType="INTEGER"/>
  65. <result column="manufacturer_name" property="manufactureName" jdbcType="VARCHAR"/>
  66. <result column="manufacturer_id" property="manufacturerId" jdbcType="INTEGER"/>
  67. <result column="device_type_name" property="deviceTypeName" jdbcType="VARCHAR"/>
  68. <result column="plan_id" property="planId" jdbcType="INTEGER"/>
  69. <result column="water_meter_no" property="waterMeterNo" jdbcType="VARCHAR"/>
  70. <result column="water_meter_file_no" property="waterMeterFileNo" jdbcType="VARCHAR"/>
  71. <result column="customer_id" property="customerId" jdbcType="INTEGER"/>
  72. </resultMap>
  73. <select id="queryJobCard" resultType="com.bz.smart_city.entity.JobCard">
  74. SELECT
  75. d.id as id,
  76. d.site_id as site_id,
  77. d.manufacturer_id as manufacturer_id,
  78. d.device_type as device_type_id,
  79. d.device_no as device_no,
  80. j.is_used as is_used,
  81. m.`name` as manufacturer_name,
  82. CONCAT( m.`name`, '/', t.equipment_type, '/', t.model ) AS device_type_name
  83. FROM
  84. (
  85. SELECT
  86. cat.device_id AS device_id,
  87. cat.device_no AS device_no,
  88. cat.extend_value AS category,
  89. u.extend_value AS is_used
  90. FROM
  91. sc_device_extend_info cat
  92. LEFT JOIN sc_device_extend_info u ON ( cat.device_id = u.device_id and u.extend_type_name = 'isUsed' and u.`status` = 1 )
  93. WHERE
  94. cat.extend_type_name = 'category'
  95. AND cat.extend_value = 'jobCard'
  96. AND cat.`status` = 1
  97. ) j
  98. LEFT JOIN sc_device d ON ( d.id = j.device_id )
  99. LEFT JOIN sc_device_type t ON ( d.device_type = t.id )
  100. LEFT JOIN sc_device_manufacturer m ON ( d.manufacturer_id = m.id )
  101. WHERE
  102. d.`status` = 1
  103. <if test="siteId != null">and d.site_id = #{siteId,jdbcType=INTEGER}</if>
  104. <if test="isUsed != null">and j.is_used = #{isUsed,jdbcType=INTEGER}</if>
  105. <if test="deviceNo != null and deviceNo != '' ">and d.device_no like #{deviceNo,jdbcType=VARCHAR}</if>
  106. order by d.date_create desc
  107. </select>
  108. <select id="singleQueryJobCard" resultType="com.bz.smart_city.entity.JobCard">
  109. SELECT
  110. d.id as id,
  111. d.site_id as site_id,
  112. d.manufacturer_id as manufacturer_id,
  113. d.device_type as device_type_id,
  114. d.device_no as device_no,
  115. j.is_used as is_used,
  116. m.`name` as manufacturer_name,
  117. CONCAT( m.`name`, '/', t.equipment_type, '/', t.model ) AS device_type_name
  118. FROM
  119. (
  120. SELECT
  121. cat.device_id AS device_id,
  122. cat.device_no AS device_no,
  123. cat.extend_value AS category,
  124. u.extend_value AS is_used
  125. FROM
  126. sc_device_extend_info cat
  127. LEFT JOIN sc_device_extend_info u ON ( cat.device_id = u.device_id and u.extend_type_name = 'isUsed' and u.`status` = 1 )
  128. WHERE
  129. cat.extend_type_name = 'category'
  130. AND cat.extend_value = 'jobCard'
  131. AND cat.`status` = 1
  132. ) j
  133. LEFT JOIN sc_device d ON ( d.id = j.device_id )
  134. LEFT JOIN sc_device_type t ON ( d.device_type = t.id )
  135. LEFT JOIN sc_device_manufacturer m ON ( d.manufacturer_id = m.id )
  136. WHERE
  137. d.`status` = 1
  138. <if test="card.deviceNo != null">and d.device_no = #{card.deviceNo,jdbcType=VARCHAR}</if>
  139. <if test="card.id != null">and d.id = #{card.id,jdbcType=BIGINT}</if>
  140. limit 1
  141. </select>
  142. <!--auto generated Code-->
  143. <insert id="insert" useGeneratedKeys="true" keyProperty="device.id">
  144. INSERT INTO sc_device (
  145. id,
  146. device_no,
  147. device_type,
  148. sys_id,
  149. site_id,
  150. building_id,
  151. `floor`,
  152. loc_desc,
  153. related_device_no,
  154. manufacturer_id,
  155. device_status,
  156. `status`,
  157. is_tag,
  158. x_coordinates,
  159. y_coordinates,
  160. create_by,
  161. update_by,
  162. date_create,
  163. date_update,
  164. plan_id,
  165. water_meter_no,
  166. water_meter_file_no,
  167. customer_id,
  168. metercode,
  169. account_id,
  170. udip_id,
  171. register_status,
  172. sync_status,
  173. seal_no
  174. ) VALUES (
  175. #{device.id,jdbcType=BIGINT},
  176. #{device.deviceNo,jdbcType=VARCHAR},
  177. #{device.deviceType,jdbcType=BIGINT},
  178. #{device.sysId,jdbcType=BIGINT},
  179. #{device.siteId,jdbcType=BIGINT},
  180. #{device.buildingId,jdbcType=BIGINT},
  181. #{device.floor,jdbcType=INTEGER},
  182. #{device.locDesc,jdbcType=VARCHAR},
  183. #{device.relatedDeviceNo,jdbcType=BIGINT},
  184. #{device.manufacturerId,jdbcType=BIGINT},
  185. #{device.deviceStatus,jdbcType=INTEGER},
  186. #{device.status,jdbcType=INTEGER},
  187. #{device.isTag,jdbcType=INTEGER},
  188. #{device.xCoordinates,jdbcType=DECIMAL},
  189. #{device.yCoordinates,jdbcType=DECIMAL},
  190. #{device.createBy,jdbcType=VARCHAR},
  191. #{device.updateBy,jdbcType=VARCHAR},
  192. #{device.dateCreate,jdbcType=TIMESTAMP},
  193. #{device.dateUpdate,jdbcType=TIMESTAMP},
  194. #{device.planId,jdbcType=INTEGER},
  195. #{device.waterMeterNo,jdbcType=VARCHAR},
  196. #{device.waterMeterFileNo,jdbcType=VARCHAR},
  197. #{device.customerId,jdbcType=INTEGER},
  198. #{device.metercode,jdbcType=VARCHAR},
  199. #{device.accountId,jdbcType=BIGINT},
  200. #{device.udipId,jdbcType=VARCHAR},
  201. #{device.registerStatus,jdbcType=INTEGER},
  202. #{device.syncStatus,jdbcType=INTEGER},
  203. #{device.sealNo,jdbcType=VARCHAR}
  204. )
  205. </insert>
  206. <!--auto generated Code-->
  207. <insert id="insertSelective" useGeneratedKeys="true" keyProperty="device.id">
  208. INSERT INTO sc_device
  209. <trim prefix="(" suffix=")" suffixOverrides=",">
  210. <if test="device.id!=null"> id,</if>
  211. <if test="device.deviceNo!=null"> device_no,</if>
  212. <if test="device.deviceType!=null"> device_type,</if>
  213. <if test="device.sysId!=null"> sys_id,</if>
  214. <if test="device.siteId!=null"> site_id,</if>
  215. <if test="device.buildingId!=null"> building_id,</if>
  216. <if test="device.floor!=null"> `floor`,</if>
  217. <if test="device.locDesc!=null"> loc_desc,</if>
  218. <if test="device.relatedDeviceNo!=null"> related_device_no,</if>
  219. <if test="device.manufacturerId!=null"> manufacturer_id,</if>
  220. <if test="device.deviceStatus!=null"> device_status,</if>
  221. <if test="device.status!=null"> `status`,</if>
  222. <if test="device.isTag!=null"> is_tag,</if>
  223. <if test="device.xCoordinates!=null"> x_coordinates,</if>
  224. <if test="device.yCoordinates!=null"> y_coordinates,</if>
  225. <if test="device.createBy!=null"> create_by,</if>
  226. <if test="device.updateBy!=null"> update_by,</if>
  227. <if test="device.dateCreate!=null"> date_create,</if>
  228. <if test="device.dateUpdate!=null"> date_update,</if>
  229. <if test="device.planId!=null"> plan_id,</if>
  230. <if test="device.waterMeterNo!=null"> water_meter_no,</if>
  231. <if test="device.waterMeterFileNo!=null"> water_meter_file_no,</if>
  232. <if test="device.customerId!=null"> customer_id,</if>
  233. <if test="device.udipId!=null"> udip_id,</if>
  234. <if test="device.registerStatus!=null"> register_status,</if>
  235. <if test="device.sealNo!=null"> seal_no</if>
  236. </trim>
  237. VALUES
  238. <trim prefix="(" suffix=")" suffixOverrides=",">
  239. <if test="device.id!=null"> #{device.id,jdbcType=BIGINT},</if>
  240. <if test="device.deviceNo!=null"> #{device.deviceNo,jdbcType=VARCHAR},</if>
  241. <if test="device.deviceType!=null"> #{device.deviceType,jdbcType=BIGINT},</if>
  242. <if test="device.sysId!=null"> #{device.sysId,jdbcType=BIGINT},</if>
  243. <if test="device.siteId!=null"> #{device.siteId,jdbcType=BIGINT},</if>
  244. <if test="device.buildingId!=null"> #{device.buildingId,jdbcType=BIGINT},</if>
  245. <if test="device.floor!=null"> #{device.floor,jdbcType=INTEGER},</if>
  246. <if test="device.locDesc!=null"> #{device.locDesc,jdbcType=VARCHAR},</if>
  247. <if test="device.relatedDeviceNo!=null"> #{device.relatedDeviceNo,jdbcType=BIGINT},</if>
  248. <if test="device.manufacturerId!=null"> #{device.manufacturerId,jdbcType=BIGINT},</if>
  249. <if test="device.deviceStatus!=null"> #{device.deviceStatus,jdbcType=INTEGER},</if>
  250. <if test="device.status!=null"> #{device.status,jdbcType=INTEGER},</if>
  251. <if test="device.isTag!=null"> #{device.isTag,jdbcType=INTEGER},</if>
  252. <if test="device.xCoordinates!=null"> #{device.xCoordinates,jdbcType=DECIMAL},</if>
  253. <if test="device.yCoordinates!=null"> #{device.yCoordinates,jdbcType=DECIMAL},</if>
  254. <if test="device.createBy!=null"> #{device.createBy,jdbcType=VARCHAR},</if>
  255. <if test="device.updateBy!=null"> #{device.updateBy,jdbcType=VARCHAR},</if>
  256. <if test="device.dateCreate!=null"> #{device.dateCreate,jdbcType=TIMESTAMP},</if>
  257. <if test="device.dateUpdate!=null"> #{device.dateUpdate,jdbcType=TIMESTAMP},</if>
  258. <if test="device.planId!=null"> #{device.planId,jdbcType=INTEGER},</if>
  259. <if test="device.waterMeterNo!=null"> #{device.waterMeterNo,jdbcType=VARCHAR},</if>
  260. <if test="device.waterMeterFileNo!=null"> #{device.waterMeterFileNo,jdbcType=VARCHAR},</if>
  261. <if test="device.customerId!=null"> #{device.customerId,jdbcType=INTEGER},</if>
  262. <if test="device.udipId!=null"> #{device.udipId,jdbcType=VARCHAR},</if>
  263. <if test="device.registerStatus!=null"> #{device.registerStatus,jdbcType=INTEGER},</if>
  264. <if test="device.sealNo!=null"> #{device.sealNo,jdbcType=VARCHAR}</if>
  265. </trim>
  266. </insert>
  267. <!--auto generated Code-->
  268. <insert id="insertList">
  269. INSERT INTO sc_device(
  270. id,
  271. device_no,
  272. device_type,
  273. sys_id,
  274. site_id,
  275. building_id,
  276. `floor`,
  277. loc_desc,
  278. related_device_no,
  279. manufacturer_id,
  280. device_status,
  281. `status`,
  282. is_tag,
  283. x_coordinates,
  284. y_coordinates,
  285. create_by,
  286. update_by,
  287. date_create,
  288. date_update,
  289. plan_id,
  290. water_meter_no,
  291. water_meter_file_no,
  292. customer_id,
  293. udip_id
  294. )VALUES
  295. <foreach collection="devices" item="device" index="index" separator=",">
  296. (
  297. #{device.id,jdbcType=BIGINT},
  298. #{device.deviceNo,jdbcType=VARCHAR},
  299. #{device.deviceType,jdbcType=BIGINT},
  300. #{device.sysId,jdbcType=BIGINT},
  301. #{device.siteId,jdbcType=BIGINT},
  302. #{device.buildingId,jdbcType=BIGINT},
  303. #{device.floor,jdbcType=INTEGER},
  304. #{device.locDesc,jdbcType=VARCHAR},
  305. #{device.relatedDeviceNo,jdbcType=BIGINT},
  306. #{device.manufacturerId,jdbcType=BIGINT},
  307. #{device.deviceStatus,jdbcType=INTEGER},
  308. #{device.status,jdbcType=INTEGER},
  309. #{device.isTag,jdbcType=INTEGER},
  310. #{device.xCoordinates,jdbcType=DECIMAL},
  311. #{device.yCoordinates,jdbcType=DECIMAL},
  312. #{device.createBy,jdbcType=VARCHAR},
  313. #{device.updateBy,jdbcType=VARCHAR},
  314. #{device.dateCreate,jdbcType=TIMESTAMP},
  315. #{device.dateUpdate,jdbcType=TIMESTAMP},
  316. #{device.planId,jdbcType=INTEGER},
  317. #{device.waterMeterNo,jdbcType=VARCHAR},
  318. #{device.waterMeterFileNo,jdbcType=VARCHAR},
  319. #{device.customerId,jdbcType=INTEGER},
  320. #{device.udipId,jdbcType=VARCHAR}
  321. )
  322. </foreach>
  323. </insert>
  324. <!--auto generated Code-->
  325. <update id="updateByPrimaryKeySelective">
  326. UPDATE sc_device
  327. <set>
  328. <if test="device.deviceNo != null"> device_no = #{device.deviceNo,jdbcType=VARCHAR},</if>
  329. <if test="device.deviceType != null"> device_type = #{device.deviceType,jdbcType=BIGINT},</if>
  330. <if test="device.sysId != null"> sys_id = #{device.sysId,jdbcType=BIGINT},</if>
  331. <if test="device.siteId != null"> site_id = #{device.siteId,jdbcType=BIGINT},</if>
  332. <if test="device.buildingId != null"> building_id = #{device.buildingId,jdbcType=BIGINT},</if>
  333. <if test="device.floor != null"> `floor` = #{device.floor,jdbcType=INTEGER},</if>
  334. <if test="device.locDesc != null"> loc_desc = #{device.locDesc,jdbcType=VARCHAR},</if>
  335. <if test="device.relatedDeviceNo != null"> related_device_no = #{device.relatedDeviceNo,jdbcType=BIGINT},</if>
  336. <if test="device.manufacturerId != null"> manufacturer_id = #{device.manufacturerId,jdbcType=BIGINT},</if>
  337. <if test="device.deviceStatus != null"> device_status = #{device.deviceStatus,jdbcType=INTEGER},</if>
  338. <if test="device.status != null"> `status` = #{device.status,jdbcType=INTEGER},</if>
  339. <if test="device.isTag != null"> is_tag = #{device.isTag,jdbcType=INTEGER},</if>
  340. <if test="device.xCoordinates != null"> x_coordinates = #{device.xCoordinates,jdbcType=DECIMAL},</if>
  341. <if test="device.yCoordinates != null"> y_coordinates = #{device.yCoordinates,jdbcType=DECIMAL},</if>
  342. <if test="device.updateBy != null"> update_by = #{device.updateBy,jdbcType=VARCHAR},</if>
  343. <if test="device.dateUpdate != null"> date_update = #{device.dateUpdate,jdbcType=TIMESTAMP},</if>
  344. <if test="device.planId != null"> plan_id = #{device.planId,jdbcType=INTEGER},</if>
  345. <if test="device.waterMeterNo != null"> water_meter_no = #{device.waterMeterNo,jdbcType=VARCHAR},</if>
  346. <if test="device.waterMeterFileNo != null"> water_meter_file_no = #{device.waterMeterFileNo,jdbcType=VARCHAR},</if>
  347. <if test="device.customerId != null"> customer_id = #{device.customerId,jdbcType=INTEGER},</if>
  348. <if test="device.udipId != null"> udip_id = #{device.udipId,jdbcType=VARCHAR},</if>
  349. <if test="device.registerStatus != null"> register_status = #{device.registerStatus,jdbcType=INTEGER},</if>
  350. <if test="device.syncStatus != null"> sync_status = #{device.syncStatus,jdbcType=INTEGER},</if>
  351. <if test="device.sealNo != null"> seal_no = #{device.sealNo,jdbcType=VARCHAR}</if>
  352. </set>
  353. WHERE id = #{device.id,jdbcType=BIGINT}
  354. </update>
  355. <select id="getList" resultType="com.bz.smart_city.dto.DeviceDto">
  356. select sd.*,
  357. sdt.equipment_type,sdt.model,sdt.is_valve,sdt.is_register,sdm.name manufacturer_name,
  358. sb.name as building_name,sc.channel_name as system_name,
  359. sb.longitude,sb.latitude,
  360. sb.province,sb.city,sb.region,sb.community,scom.name as community_name,
  361. <if test="sysId==55">swrd.concentrator_id,swrd.collector_id,swrd.channel_number_id,swrd.port,swrd.issue_status,
  362. scon.serial_number as concentrator_name,scol.collector_no as collector_name,scn.channel_name as channel_number_name,</if>
  363. scus.customer_name,
  364. sil.plan_time,sil.install_time,sil.accept_time,sil.user_name,
  365. swmed.days,swmed.last_error_type,
  366. swmed.meter_reading,swmed.valve_status,
  367. swmed.valve_button_status,
  368. sd.sync_status
  369. from sc_device sd
  370. left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)
  371. left join sc_device_manufacturer sdm on (sdm.id = sd.manufacturer_id and sdm.status = 1)
  372. left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
  373. left join sc_channel sc on (sc.id = sd.sys_id and sc.status = 1)
  374. left join sc_community scom on ( scom.id = sb.community and scom.status = 1)
  375. <if test="sysId==55">left join sc_water_related_device swrd on ( swrd.device_id = sd.id and swrd.status = 1)
  376. left join sc_concentrator scon on ( scon.id = swrd.concentrator_id and scon.status = 1)
  377. left join sc_collector scol on ( scol.id = swrd.collector_id)
  378. left join sc_channel_number scn on ( scn.id = swrd.channel_number_id)</if>
  379. left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)
  380. left join sc_customer scus on ( scus.id = sd.customer_id)
  381. left join sc_install_list sil on (sil.device_id = sd.id)
  382. <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>
  383. where sd.status = 1
  384. <if test="sysId != null"> AND sd.sys_id = #{sysId}</if>
  385. <if test="buildingId != null"> AND sd.building_id = #{buildingId}</if>
  386. <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
  387. <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>
  388. <if test="status != null"> AND sd.device_status = #{status}</if>
  389. <if test="deviceTypeId != null"> AND sd.device_type = #{deviceTypeId}</if>
  390. <if test="floor != null"> AND sd.floor = #{floor}</if>
  391. <if test="locDesc != null and locDesc != ''"> AND sd.loc_desc LIKE concat('%',#{locDesc},'%')</if>
  392. <if test="province != null"> and sb.province = #{province}</if>
  393. <if test="city != null"> and sb.city = #{city}</if>
  394. <if test="region != null"> and sb.region = #{region}</if>
  395. <if test="community != null"> and sb.community = #{community}</if>
  396. <if test="concentratorId != null"> AND swrd.concentrator_id = #{concentratorId}</if>
  397. <if test="concentratorNo != null and concentratorNo != ''"> AND scon.serial_number LIKE concat('%',#{concentratorNo},'%')</if>
  398. <if test="collectorId != null"> AND swrd.collector_id = #{channelNumberId}</if>
  399. <if test="collectorNo != null and collectorNo != ''"> AND scol.collector_no LIKE concat('%',#{collectorNo},'%')</if>
  400. <if test="channelNumberId != null">AND swrd.channel_number_id = #{collectorId}</if>
  401. <if test="errorType != null and errorType != ''"> AND swmed.last_error_type LIKE concat('%',#{errorType},'%')</if>
  402. <if test="customerId != null"> and sd.customer_id = #{customerId}</if>
  403. <if test="valveStatus != null and valveStatus == 0"> and swmed.valve_status = #{valveStatus} and sdt.is_valve = 1</if>
  404. <if test="valveStatus != null and valveStatus == 1"> and (swmed.valve_status = #{valveStatus} or swmed.valve_status is null ) and sdt.is_valve = 1</if>
  405. <if test="valveStatus != null and valveStatus == 2"> and sdt.is_valve = 0</if>
  406. <if test="registerStatus != null"> and sd.register_status = #{registerStatus}</if>
  407. <if test="issueStatus != null"> and swrd.issue_status = #{issueStatus}</if>
  408. <if test="syncStatus != null"> and sd.sync_status = #{syncStatus}</if>
  409. <if test="startReading != null"> and swmed.meter_reading >= #{startReading} </if>
  410. <if test="endReading != null"> and swmed.meter_reading <![CDATA[ <= ]]> #{endReading} </if>
  411. <if test="days != null">
  412. <choose>
  413. <when test="days == 0">
  414. and (swmed.days = #{days} or swmed.days is null )
  415. </when>
  416. <otherwise>
  417. and swmed.days = #{days}
  418. </otherwise>
  419. </choose>
  420. </if>
  421. <if test="programItems != null and programItems.size() != 0"> and
  422. <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
  423. sdd.${item.dimensionCode} = #{item.dimensionValue}
  424. </foreach>
  425. </if>
  426. <if test="sortColumn != null and sortColumn != ''">
  427. <if test="sortOrder != null and sortOrder != ''">
  428. order by ${sortColumn} ${sortOrder}
  429. </if>
  430. </if>
  431. </select>
  432. <!--自定义getList的count统计-->
  433. <select id="getList_COUNT" resultType="Long">
  434. select count(1)
  435. from sc_device sd
  436. <if test="valveStatus != null"> left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)</if>
  437. <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>
  438. <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>
  439. <if test="concentratorNo != null and concentratorNo != ''">left join sc_concentrator scon on ( scon.id = swrd.concentrator_id and scon.status = 1)</if>
  440. <if test="collectorNo != null and collectorNo != ''">left join sc_collector scol on ( scol.id = swrd.collector_id)</if>
  441. <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>
  442. <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>
  443. where sd.status = 1
  444. <if test="sysId != null"> AND sd.sys_id = #{sysId}</if>
  445. <if test="buildingId != null"> AND sd.building_id = #{buildingId}</if>
  446. <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
  447. <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>
  448. <if test="status != null"> AND sd.device_status = #{status}</if>
  449. <if test="deviceTypeId != null"> AND sd.device_type = #{deviceTypeId}</if>
  450. <if test="floor != null"> AND sd.floor = #{floor}</if>
  451. <if test="locDesc != null and locDesc != ''"> AND sd.loc_desc LIKE concat('%',#{locDesc},'%')</if>
  452. <if test="province != null"> and sb.province = #{province}</if>
  453. <if test="city != null"> and sb.city = #{city}</if>
  454. <if test="region != null"> and sb.region = #{region}</if>
  455. <if test="community != null"> and sb.community = #{community}</if>
  456. <if test="concentratorId != null"> AND swrd.concentrator_id = #{concentratorId}</if>
  457. <if test="concentratorNo != null and concentratorNo != ''"> AND scon.serial_number LIKE concat('%',#{concentratorNo},'%')</if>
  458. <if test="collectorId != null"> AND swrd.collector_id = #{channelNumberId}</if>
  459. <if test="collectorNo != null and collectorNo != ''"> AND scol.collector_no LIKE concat('%',#{collectorNo},'%')</if>
  460. <if test="channelNumberId != null">AND swrd.channel_number_id = #{collectorId}</if>
  461. <if test="errorType != null and errorType != ''"> AND swmed.last_error_type LIKE concat('%',#{errorType},'%')</if>
  462. <if test="customerId != null"> and sd.customer_id = #{customerId}</if>
  463. <if test="valveStatus != null and valveStatus == 0"> and swmed.valve_status = #{valveStatus} and sdt.is_valve = 1</if>
  464. <if test="valveStatus != null and valveStatus == 1"> and (swmed.valve_status = #{valveStatus} or swmed.valve_status is null ) and sdt.is_valve = 1</if>
  465. <if test="valveStatus != null and valveStatus == 2"> and sdt.is_valve = 0</if>
  466. <if test="registerStatus != null"> and sd.register_status = #{registerStatus}</if>
  467. <if test="issueStatus != null"> and swrd.issue_status = #{issueStatus}</if>
  468. <if test="syncStatus != null"> and sd.sync_status = #{syncStatus}</if>
  469. <if test="startReading != null"> and swmed.meter_reading >= #{startReading} </if>
  470. <if test="endReading != null"> and swmed.meter_reading <![CDATA[ <= ]]> #{endReading} </if>
  471. <if test="days != null">
  472. <choose>
  473. <when test="days == 0">
  474. and (swmed.days = #{days} or swmed.days is null )
  475. </when>
  476. <otherwise>
  477. and swmed.days = #{days}
  478. </otherwise>
  479. </choose>
  480. </if>
  481. <if test="programItems != null and programItems.size() != 0"> and
  482. <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
  483. sdd.${item.dimensionCode} = #{item.dimensionValue}
  484. </foreach>
  485. </if>
  486. </select>
  487. <select id="getWaterMeterListByDeviceNo" resultType="com.bz.smart_city.dto.DeviceDto">
  488. select sd.*,sdt.equipment_type,sdt.model,sdm.name manufacturer_name,sb.name as building_name,sc.channel_name as system_name,
  489. sb.longitude,sb.latitude,
  490. sb.province,sb.city,sb.region,sb.community,scom.name as community_name,
  491. scon.serial_number as concentrator_name,scol.collector_no as collector_name,swmed.days,swmed.last_error_type,scus.customer_name,
  492. sil.plan_time,sil.install_time,sil.accept_time,
  493. swmed.meter_reading,
  494. swmed.valve_status,
  495. swmed.valve_button_status
  496. from sc_device sd
  497. left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)
  498. left join sc_device_manufacturer sdm on (sdm.id = sd.manufacturer_id and sdm.status = 1)
  499. left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
  500. left join sc_channel sc on (sc.id = sd.sys_id and sc.status = 1)
  501. left join sc_community scom on ( scom.id = sb.community and scom.status = 1)
  502. left join sc_water_related_device swrd on ( swrd.device_id = sd.id and swrd.status = 1)
  503. left join sc_concentrator scon on ( scon.id = swrd.concentrator_id and scon.status = 1)
  504. left join sc_collector scol on ( scol.id = swrd.collector_id)
  505. left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)
  506. left join sc_customer scus on ( scus.id = sd.customer_id)
  507. left join sc_install_list sil on (sil.device_id = sd.id)
  508. where sd.status = 1
  509. <if test="deviceNo != null and deviceNo != ''">
  510. AND sd.device_no = #{deviceNo}
  511. </if>
  512. <if test="waterMeterNo != null and waterMeterNo != ''">
  513. AND right(sd.water_meter_no,9) = right(#{waterMeterNo},9)
  514. </if>
  515. </select>
  516. <select id="getSyncMeterDeviceList" resultType="com.bz.smart_city.dto.JinNanSyncDTO">
  517. select
  518. sd.id as device_id ,
  519. sd.water_meter_no as meter_no,
  520. mu.user_no,
  521. IFNULL(swmed.meter_reading,'0') as wsv ,
  522. IFNULL(sd.last_receive_time,now()) as read_date
  523. from
  524. sc_device sd
  525. left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)
  526. left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
  527. left join sc_meter_user mu on (sd.water_meter_no = mu.meter_no)
  528. <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>
  529. where sd.status = 1
  530. <if test="sysId != null"> AND sd.sys_id = #{sysId}</if>
  531. <if test="sysId == null"> AND sd.sys_id != -99</if>
  532. <if test="buildingId != null"> AND sd.building_id = #{buildingId}</if>
  533. <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
  534. <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>
  535. <if test="status != null"> AND sd.device_status = #{status}</if>
  536. <if test="customerId != null"> and sd.customer_id = #{customerId}</if>
  537. <if test="programItems != null and programItems.size() != 0"> and
  538. <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
  539. sdd.${item.dimensionCode} = #{item.dimensionValue}
  540. </foreach>
  541. </if>
  542. <if test="errorType != null and errorType != ''"> AND swmed.last_error_type LIKE concat('%',#{errorType},'%')</if>
  543. <if test="days != null"> and swmed.days = #{days} </if>
  544. <if test="province != null"> and sb.province = #{province}</if>
  545. <if test="city != null"> and sb.city = #{city}</if>
  546. <if test="region != null"> and sb.region = #{region}</if>
  547. <if test="community != null"> and sb.community = #{community}</if>
  548. <if test="locDesc != null and locDesc != ''"> AND sd.loc_desc LIKE concat('%',#{locDesc},'%')</if>
  549. </select>
  550. <update id="batchDelete">
  551. update sc_device set status = 0,date_update=NOW(),update_by=#{updateBy}
  552. where status = 1
  553. <if test="deviceIds != null">
  554. and id in <foreach collection="deviceIds" item="item" open="(" separator="," close=")">#{item}</foreach>
  555. </if>
  556. </update>
  557. <select id="deleteQuery" resultType="java.lang.Long">
  558. select site_id from sc_device where device_type = #{deviceTypeId} and status = 1 group by site_id
  559. </select>
  560. <update id="deleteBySiteId">
  561. update sc_device set status = 0,date_update = NOW(),update_by=#{updateBy}
  562. where status = 1 and site_id = #{siteId}
  563. </update>
  564. <select id="findByDeviceNoUnique" resultType="int">
  565. select count(1) from sc_device where status = 1 and device_no = #{deviceNo}
  566. <if test="id != null"> and id != #{id}</if>
  567. </select>
  568. <select id="findByWaterMeterNoUnique" resultType="int">
  569. select count(1) from sc_device where status = 1 and water_meter_no = #{waterMeterNo}
  570. <if test="id != null"> and id != #{id}</if>
  571. </select>
  572. <select id="getGatewayList" resultType="com.bz.smart_city.dto.DeviceDto">
  573. select sd.*,sdt.equipment_type,sdt.model,sdm.name manufacturer_name
  574. from sc_device sd
  575. left join sc_device_type sdt on sdt.id = sd.device_type and sdt.status = 1
  576. left join sc_device_manufacturer sdm on sdm.id = sd.manufacturer_id and sdm.status = 1
  577. where sd.status = 1 and sdt.device_type = 2
  578. <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
  579. <if test="deviceTypeId != null"> AND sd.device_type = #{deviceTypeId} </if>
  580. <if test="deviceNo != null and deviceNo != ''"> AND sd.device_no LIKE concat('%',#{deviceNo},'%')</if>
  581. order by sd.date_create desc
  582. </select>
  583. <update id="deleteBySysId">
  584. update sc_device set status = 0,date_update = NOW(),update_by=#{updateBy}
  585. where status = 1 and sys_id = #{sysId}
  586. </update>
  587. <select id="findByDeviceNo" resultMap="BaseResultMap">
  588. select * from sc_device where status = 1 and device_no = #{deviceNo}
  589. </select>
  590. <select id="findDeviceDetail" resultType="com.bz.smart_city.dto.DeviceDto">
  591. select sd.*,
  592. sdt.equipment_type,sdt.model,sdt.is_valve,sdm.name manufacturer_name,
  593. sb.name as building_name,sc.channel_name as system_name,
  594. sb.longitude,sb.latitude,
  595. sb.province,sb.city,sb.region,sb.community,scom.name as community_name,
  596. swrd.concentrator_id,swrd.collector_id,swrd.channel_number_id,swrd.port,swrd.issue_status,
  597. scon.serial_number as concentrator_name,scol.collector_no as collector_name,
  598. scn.channel_name as channel_number_name,
  599. scus.customer_name,
  600. sil.plan_time,sil.install_time,sil.accept_time,
  601. swmed.days,swmed.last_error_type,
  602. swmed.meter_reading,swmed.valve_status,
  603. swmed.valve_button_status,
  604. sd.sync_status
  605. from sc_device sd
  606. left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)
  607. left join sc_device_manufacturer sdm on (sdm.id = sd.manufacturer_id and sdm.status = 1)
  608. left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
  609. left join sc_channel sc on (sc.id = sd.sys_id and sc.status = 1)
  610. left join sc_community scom on ( scom.id = sb.community and scom.status = 1)
  611. left join sc_water_related_device swrd on ( swrd.device_id = sd.id and swrd.status = 1)
  612. left join sc_concentrator scon on ( scon.id = swrd.concentrator_id and scon.status = 1)
  613. left join sc_collector scol on ( scol.id = swrd.collector_id)
  614. left join sc_channel_number scn on ( scn.id = swrd.channel_number_id)
  615. left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)
  616. left join sc_customer scus on ( scus.id = sd.customer_id)
  617. left join sc_install_list sil on (sil.device_id = sd.id)
  618. where sd.status = 1 and sd.id = #{deviceId}
  619. </select>
  620. <select id="findByDeviceId" resultMap="BaseResultMap">
  621. select * from sc_device where id = #{deviceId} and status = 1
  622. </select>
  623. <update id="batchUpdate" parameterType="list">
  624. UPDATE sc_device
  625. <trim prefix="set" suffixOverrides=",">
  626. <trim prefix="building_id =case" suffix="end,">
  627. <foreach collection="list" item="item">
  628. <if test="item.buildingId!=null">
  629. when id=#{item.id} then #{item.buildingId}
  630. </if>
  631. </foreach>
  632. </trim>
  633. <trim prefix="site_id =case" suffix="end,">
  634. <foreach collection="list" item="item">
  635. <if test="item.siteId!=null">
  636. when id=#{item.id} then #{item.siteId}
  637. </if>
  638. </foreach>
  639. </trim>
  640. <trim prefix="Loc_desc =case" suffix="end,">
  641. <foreach collection="list" item="item">
  642. <if test="item.locDesc!=null">
  643. when id=#{item.id} then #{item.locDesc}
  644. </if>
  645. </foreach>
  646. </trim>
  647. <trim prefix="water_meter_no =case" suffix="end,">
  648. <foreach collection="list" item="item">
  649. <if test="item.waterMeterNo!=null">
  650. when id=#{item.id} then #{item.waterMeterNo}
  651. </if>
  652. </foreach>
  653. </trim>
  654. <trim prefix="water_meter_file_no =case" suffix="end,">
  655. <foreach collection="list" item="item">
  656. <if test="item.waterMeterFileNo!=null">
  657. when id=#{item.id} then #{item.waterMeterFileNo}
  658. </if>
  659. </foreach>
  660. </trim>
  661. </trim>
  662. <where>
  663. id in <foreach collection="list" item="item" open="(" separator="," close=")">#{item.id}</foreach>
  664. </where>
  665. </update>
  666. <select id="getDeviceStatistics" resultType="int">
  667. select count(1) from sc_device
  668. where status = 1
  669. and building_id is not null
  670. <if test="siteId != null"> and site_id = #{siteId} </if>
  671. <if test="channelList != null and channelList.size() != 0">
  672. and sys_id in <foreach collection="channelList" item="item" open="(" separator="," close=")">#{item.id} </foreach>
  673. </if>
  674. <if test="deviceStatus != null and deviceStatus != ''"> and device_status = #{deviceStatus} </if>
  675. </select>
  676. <select id="countDevice" resultType="int">
  677. select
  678. count(1)
  679. from
  680. sc_device
  681. where status = 1
  682. <if test="device.siteId != null"> and site_id = #{device.siteId} </if>
  683. <if test="device.sysId != null"> and sys_id = #{device.sysId} </if>
  684. <if test="device.deviceType != null"> and device_type = #{device.deviceType} </if>
  685. <if test="device.deviceStatusList != null and device.deviceStatusList.size() != 0">
  686. and device_status in
  687. <foreach collection="device.deviceStatusList" item="item" open="(" separator="," close=")">#{item} </foreach>
  688. </if>
  689. <if test="device.sysIds != null and device.sysIds.size() != 0">
  690. and sys_id in
  691. <foreach collection="device.sysIds" item="item" open="(" separator="," close=")">#{item} </foreach>
  692. </if>
  693. order by date_create asc
  694. </select>
  695. <select id="getDeviceList" resultType="com.bz.smart_city.dto.DeviceDto">
  696. SELECT
  697. d.id as id,
  698. d.device_no as device_no,
  699. d.site_id as site_id,
  700. d.sys_id as sys_id,
  701. d.building_id as building_id,
  702. d.floor as floor,
  703. d.loc_desc as loc_desc,
  704. d.device_type as deviceType,
  705. d.device_status as device_status,
  706. d.water_meter_no as water_meter_no,
  707. d.water_meter_file_no as water_meter_file_no,
  708. b.province as province,
  709. b.city as city,
  710. b.region as region,
  711. b.community as community,
  712. b.`name` as building_name,
  713. d.customer_id as customer_id,
  714. d.last_receive_time as last_receive_time,
  715. d.date_create as date_create
  716. FROM
  717. sc_device d
  718. LEFT JOIN sc_building b ON ( b.id = d.building_id AND b.`status` = 1 )
  719. WHERE 1=1
  720. <if test="device.siteId != null"> and d.site_id = #{device.siteId} </if>
  721. <if test="device.sysId != null"> and d.sys_id = #{device.sysId} </if>
  722. <if test="device.deviceType != null"> and device_type = #{device.deviceType} </if>
  723. <if test="device.deviceStatusList != null and device.deviceStatusList.size() != 0">
  724. and d.device_status in
  725. <foreach collection="device.deviceStatusList" item="item" open="(" separator="," close=")">#{item} </foreach>
  726. </if>
  727. <if test="device.sysIds != null and device.sysIds.size() != 0">
  728. and d.sys_id in
  729. <foreach collection="device.sysIds" item="item" open="(" separator="," close=")">#{item} </foreach>
  730. </if>
  731. and d.status = 1
  732. order by d.id desc,d.date_create asc
  733. limit #{offset}, #{limit}
  734. </select>
  735. <select id="getDeviceStatusCount" resultType="com.bz.smart_city.dto.DeviceStatusCountDto">
  736. SELECT
  737. count(1) as device_count,
  738. ifnull(SUM(IF(d.`device_status` = 1, 1, 0)),0) as normalCount,
  739. ifnull(SUM(IF(d.`device_status` = 2, 1, 0)),0) as alarm_count,
  740. ifnull(SUM(IF(d.`device_status` = 3, 1, 0)),0) as fault_count,
  741. ifnull(SUM(IF(d.`device_status` = 4, 1, 0)),0) as offline_count,
  742. ifnull(SUM(IF(d.`device_status` = 5, 1, 0)),0) as unused_count
  743. FROM
  744. sc_device d
  745. <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>
  746. WHERE
  747. d.`status` = 1 and d.building_id is not null and d.sys_id != -99
  748. <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>
  749. <if test="programItems != null and programItems.size() != 0"> and
  750. <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
  751. sdd.${item.dimensionCode} = #{item.dimensionValue}
  752. </foreach>
  753. </if>
  754. </select>
  755. <select id="getInstallList" resultType="com.bz.smart_city.dto.DeviceDto">
  756. select sd.*,sdt.equipment_type,sdt.model,sdm.name manufacturer_name,sb.name as building_name,sc.channel_name as system_name,
  757. sb.longitude,sb.latitude,
  758. sb.province,sb.city,sb.region,sb.community,scom.name as community_name,
  759. scon.serial_number as concentrator_name,scol.collector_no as collector_name,swmed.days,swmed.last_error_type,swmed.meter_reading,scus.customer_name,
  760. 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,
  761. sd.sync_status,
  762. sil.user_name,
  763. sil.user_phone,
  764. sil.id_card,
  765. swrd.issue_status,
  766. swrd.channel_number_id,
  767. swrd.concentrator_id,
  768. swrd.collector_id,
  769. swrd.port,
  770. scn.channel_name as channel_number_name
  771. from sc_device sd
  772. left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)
  773. left join sc_device_manufacturer sdm on (sdm.id = sd.manufacturer_id and sdm.status = 1)
  774. left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
  775. left join sc_channel sc on (sc.id = sd.sys_id and sc.status = 1)
  776. left join sc_community scom on ( scom.id = sb.community and scom.status = 1)
  777. left join sc_water_related_device swrd on ( swrd.device_id = sd.id and swrd.status = 1)
  778. left join sc_concentrator scon on ( scon.id = swrd.concentrator_id and scon.status = 1)
  779. left join sc_channel_number scn on ( scn.id = swrd.channel_number_id and scn.status = 1)
  780. left join sc_collector scol on ( scol.id = swrd.collector_id)
  781. left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)
  782. left join sc_customer scus on ( scus.id = sd.customer_id)
  783. left join sc_install_list sil on (sil.device_id = sd.id)
  784. <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>
  785. where sd.status = 1 and sil.status = 1 AND sd.sys_id = -99
  786. <if test="deviceTypeIdList != null and deviceTypeIdList.size() != 0">
  787. and sd.device_type in
  788. <foreach collection="deviceTypeIdList" item="item" separator="," open="(" close=")">
  789. #{item}
  790. </foreach>
  791. </if>
  792. <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
  793. <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>
  794. <if test="status != null"> AND sd.device_status = #{status}</if>
  795. <if test="errorType != null and errorType != ''"> AND swmed.last_error_type LIKE concat('%',#{errorType},'%')</if>
  796. <if test="customerId != null"> and sd.customer_id = #{customerId}</if>
  797. <if test="province != null"> and sb.province = #{province}</if>
  798. <if test="city != null"> and sb.city = #{city}</if>
  799. <if test="region != null"> and sb.region = #{region}</if>
  800. <if test="community != null"> and sb.community = #{community}</if>
  801. <if test="buildingId != null"> and sd.building_id = #{buildingId}</if>
  802. <if test="locDesc != null and locDesc != ''"> AND sd.loc_desc LIKE concat('%',#{locDesc},'%')</if>
  803. <if test="deviceTypeId != null"> and sd.device_type = #{deviceTypeId}</if>
  804. <if test="registerStatus != null and registerStatus == 1"> and sd.register_status = #{registerStatus} and sdt.is_register = 1</if>
  805. <if test="registerStatus != null and registerStatus == 0"> and sd.register_status = #{registerStatus} and sdt.is_register = 1</if>
  806. <if test="issueStatus != null"> and swrd.issue_status = #{issueStatus}</if>
  807. <if test="concentratorId != null"> AND swrd.concentrator_id = #{concentratorId}</if>
  808. <if test="channelNumberId != null"> AND swrd.channel_number_id = #{channelNumberId}</if>
  809. <if test="collectorNo != null and collectorNo != ''"> AND scol.collector_no LIKE concat('%',#{collectorNo},'%')</if>
  810. <if test="startDate != null"> and sil.install_time <![CDATA[ >= ]]> #{startDate}</if>
  811. <if test="endDate != null"> and sil.install_time <![CDATA[ <= ]]> #{endDate}</if>
  812. <if test="programItems != null and programItems.size() != 0"> and
  813. <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
  814. sdd.${item.dimensionCode} = #{item.dimensionValue}
  815. </foreach>
  816. </if>
  817. <if test="sortColumn != null and sortColumn != ''">
  818. <if test="sortOrder != null and sortOrder != ''">
  819. order by ${sortColumn} ${sortOrder}
  820. </if>
  821. </if>
  822. <if test="sortColumn == null or sortColumn == ''">
  823. order by sil.install_time desc
  824. </if>
  825. <!--order by sil.install_time desc-->
  826. </select>
  827. <select id="queryDeviceByNo" resultType="com.bz.smart_city.dto.DeviceDto">
  828. select
  829. sd.*,
  830. sb.province,
  831. sb.city,
  832. sb.region,
  833. sb.name as building_name,
  834. sa1.`name` as province_name,
  835. sa2.`name` as city_name ,
  836. sa3.`name` as region_name,
  837. scom.name as community_name,
  838. scus.customer_name
  839. from
  840. sc_device sd
  841. <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>
  842. left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
  843. left join sc_area sa1 on (sa1.id = sb.province)
  844. left join sc_area sa2 on (sa2.id = sb.city)
  845. left join sc_area sa3 on (sa3.id = sb.region)
  846. left join sc_community scom on ( scom.id = sb.community and scom.status = 1)
  847. left join sc_customer scus on ( scus.id = sd.customer_id)
  848. where sd.status = 1
  849. <if test="programItems != null and programItems.size() != 0"> and
  850. <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
  851. sdd.${item.dimensionCode} = #{item.dimensionValue}
  852. </foreach>
  853. </if>
  854. <if test="deviceNo != null and deviceNo != ''"> AND sd.device_no LIKE concat('%',#{deviceNo},'%')</if>
  855. <if test="waterMeterNo != null and waterMeterNo != ''"> and sd.water_meter_no LIKE concat('%',#{waterMeterNo},'%') </if>
  856. <if test="sysId != null"> AND sd.sys_id = #{sysId}</if>
  857. <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
  858. </select>
  859. <select id="queryDeviceByClearingPlan" resultType="com.bz.smart_city.dto.DeviceDto">
  860. SELECT
  861. d.id,
  862. d.water_meter_no,
  863. d.water_meter_file_no,
  864. d.device_no,
  865. d.device_type,
  866. d.building_id,
  867. d.loc_desc ,
  868. d.device_status,
  869. b.community,
  870. b.`name` as building_name,
  871. c.`name` as community_name
  872. FROM
  873. sc_device d
  874. left join sc_building b on (d.building_id = b.id)
  875. left join sc_community c on (b.community = c.id)
  876. WHERE
  877. d.`status` = 1
  878. AND d.site_id = 1
  879. AND d.sys_id IN ( SELECT channel_id FROM sc_w_meter_type wt WHERE wt.parent_id IN ( 1, 2 ) )
  880. AND d.id IN (
  881. SELECT
  882. dd.device_id
  883. FROM
  884. sc_device_dimension dd
  885. LEFT JOIN sc_clearing_plan cp ON (
  886. FIND_IN_SET( dd.customer, cp.clearing_customer )
  887. OR FIND_IN_SET( dd.community, cp.clearing_community )
  888. OR FIND_IN_SET( dd.building, cp.clearing_building )
  889. )
  890. WHERE
  891. cp.id = #{clearingPlanId}
  892. )
  893. </select>
  894. <select id="getDeviceCustomerInfo" resultType="com.bz.smart_city.dto.DeviceCustomerInfo">
  895. select
  896. sd.id as device_id,
  897. sd.device_no as device_no,
  898. sd.loc_desc as location,
  899. sil.user_name,
  900. sil.user_phone,
  901. sil.install_time
  902. from sc_device sd
  903. left join sc_install_list sil on (sil.device_id = sd.id and sil.status = 1)
  904. where sd.status = 1 and sd.sys_id != -99 and sd.building_id = #{buildingId}
  905. </select>
  906. <select id="getDeviceListByCustomer" resultType="com.bz.smart_city.dto.DeviceDto">
  907. select
  908. <include refid="Base_Column_List" />
  909. from
  910. sc_device
  911. where status = 1
  912. and customer_id = #{customerId}
  913. and device_status = #{deviceStatus}
  914. </select>
  915. <select id="findDeviceIdByDeviceNo" resultType="java.lang.Long">
  916. select id from sc_device where status = 1 and device_no = #{deviceNo}
  917. <if test="id != null"> and id != #{id}</if>
  918. </select>
  919. <select id="findDeviceIdByWaterMeterNo" resultType="java.lang.Long">
  920. select id from sc_device where status = 1 and water_meter_no = #{waterMeterNo}
  921. <if test="id != null"> and id != #{id}</if>
  922. </select>
  923. <select id="getJinNanSyncMeterDeviceList" resultType="com.bz.smart_city.dto.JinNanSyncDTO">
  924. SELECT
  925. d.id as device_id ,
  926. d.water_meter_no as meter_no,
  927. mu.user_no,
  928. IFNULL(mdd.read_data,'0') as wsv ,
  929. IFNULL(mdd.read_time,now()) as read_date
  930. FROM
  931. sc_device d
  932. left join sc_meter_user mu on (d.water_meter_no = mu.meter_no)
  933. left join (SELECT
  934. mrr.device_id,
  935. mrr.read_time,
  936. mrr.read_data
  937. FROM
  938. sc_meter_read_record mrr
  939. WHERE
  940. mrr.read_date = (
  941. SELECT
  942. max( read_date )
  943. FROM
  944. sc_meter_read_record
  945. WHERE
  946. customer_id IN ( 3, 4, 5, 6 )
  947. AND read_status = 2
  948. AND sys_id = 40
  949. )
  950. AND customer_id IN ( 3, 4, 5, 6 )
  951. AND read_status = 2
  952. AND sys_id = 40) mdd on (d.id = mdd.device_id)
  953. WHERE
  954. d.`status` = 1
  955. AND d.customer_id IN ( 3, 4, 5, 6 )
  956. </select>
  957. <select id="getDeviceListByRange" resultType="com.bz.smart_city.dto.DeviceDto">
  958. SELECT
  959. d.id,
  960. d.device_no,
  961. dt.equipment_type,
  962. d.device_type
  963. FROM
  964. sc_device d
  965. LEFT JOIN sc_device_type dt ON ( d.device_type = dt.id )
  966. LEFT JOIN sc_building b ON ( d.building_id = b.id )
  967. LEFT JOIN sc_community c ON ( b.community = c.id )
  968. WHERE
  969. d.`status` = 1
  970. AND d.sys_id != - 99
  971. <if test="customers != null and customers != '' ">
  972. AND FIND_IN_SET( d.customer_id, #{customers} )
  973. </if>
  974. <if test="communitys != null and communitys != '' ">
  975. AND FIND_IN_SET( c.id, #{communitys} )
  976. </if>
  977. <if test="buildings != null and buildings != '' ">
  978. AND FIND_IN_SET( d.building_id, #{buildings} )
  979. </if>
  980. <if test="channels != null and channels != '' ">
  981. AND FIND_IN_SET( d.sys_id, #{channels} )
  982. </if>
  983. <if test="deviceTypes != null and deviceTypes != '' ">
  984. AND FIND_IN_SET( d.device_type, #{deviceTypes} )
  985. </if>
  986. </select>
  987. <select id="getPushDeviceDataList" resultType="java.util.HashMap">
  988. SELECT
  989. d.id AS deviceId,
  990. d.device_no AS deviceNo,
  991. cast(d.status as SIGNED ) AS status,
  992. dt.equipment_type AS deviceType,
  993. DATE_FORMAT( d.date_create, '%Y-%m-%d' ) AS dateCreate,
  994. ifnull(m.factory,f.`name`) as factory,
  995. m.user_name AS userName,
  996. if(LENGTH(trim(ifnull(ll.new_meter_start,'0')))>0 ,ifnull(ll.new_meter_start,'0'),'0') AS beginWSV,
  997. ifnull(m.area_name,c.`name`) AS areaName,
  998. d.loc_desc AS location,
  999. d.water_meter_no AS meterNumber,
  1000. ifnull(m.meter_no,d.water_meter_no) as meter_no,
  1001. ifnull(m.user_address,b.`name`) AS userAddress,
  1002. m.user_no AS userNumber,
  1003. m.user_phone AS userPhone,
  1004. DATE_FORMAT(m.archive_time,'%Y-%m-%d') AS archiveTime,
  1005. m.caliber
  1006. FROM
  1007. sc_device d
  1008. Left JOIN sc_install_list ll on (d.id = ll.device_id and ll.status =1 )
  1009. LEFT JOIN sc_meter_info m ON ( CONCAT('91000',d.water_meter_no) = m.meter_no )
  1010. LEFT JOIN sc_device_type dt ON ( d.device_type = dt.id )
  1011. LEFT JOIN sc_building b on (d.building_id =b.id)
  1012. LEFT JOIN sc_community c on (b.community = c.id)
  1013. left join sc_device_manufacturer f on (dt.manufacturer_id = f.id)
  1014. where d.sys_id != -99
  1015. <if test="customers != null and customers != '' ">
  1016. AND FIND_IN_SET( d.customer_id, #{customers} )
  1017. </if>
  1018. <if test="communitys != null and communitys != '' ">
  1019. AND FIND_IN_SET( c.id, #{communitys} )
  1020. </if>
  1021. <if test="buildings != null and buildings != '' ">
  1022. AND FIND_IN_SET( d.building_id, #{buildings} )
  1023. </if>
  1024. <if test="channels != null and channels != '' ">
  1025. AND FIND_IN_SET( d.sys_id, #{channels} )
  1026. </if>
  1027. <if test="deviceTypes != null and deviceTypes != '' ">
  1028. AND FIND_IN_SET( d.device_type, #{deviceTypes} )
  1029. </if>
  1030. <if test="status != null">
  1031. AND d.status = #{status}
  1032. </if>
  1033. and d.date_update > #{beginDate ,jdbcType=TIMESTAMP }
  1034. and d.date_update <![CDATA[ <= ]]> #{endDate ,jdbcType=TIMESTAMP }
  1035. </select>
  1036. <select id="findFaultByCommunity" resultType="com.bz.smart_city.dto.assistant.PlanCommunityDTO">
  1037. SELECT
  1038. *
  1039. FROM
  1040. (
  1041. SELECT
  1042. sc.id AS community_id,
  1043. sc.`name` AS community_name,
  1044. sum( IF ( sd.device_status = 5, 1, 0 ) ) AS un_used_count,
  1045. sum( IF ( sd.device_status = 2, 1, 0 ) ) AS fault_count
  1046. FROM
  1047. sc_device sd
  1048. LEFT JOIN sc_building sb ON ( sd.building_id = sb.id )
  1049. LEFT JOIN sc_community sc ON ( sb.community = sc.id )
  1050. WHERE
  1051. sd.`status` = 1
  1052. AND sd.customer_id = #{customerId}
  1053. <if test="communityName != null and communityName !='' ">
  1054. and sc.`name` LIKE concat('%',#{communityName},'%')
  1055. </if>
  1056. GROUP BY
  1057. sc.id,
  1058. sc.`name`
  1059. ) tmp
  1060. WHERE
  1061. ( un_used_count + fault_count ) != 0
  1062. </select>
  1063. <select id="findFaultByBuilding" resultType="com.bz.smart_city.dto.assistant.PlanBuildingDTO">
  1064. SELECT
  1065. *
  1066. FROM
  1067. (
  1068. SELECT
  1069. sb.id AS building_id,
  1070. sb.`name` AS building_name,
  1071. sum( IF ( sd.device_status = 5, 1, 0 ) ) AS un_used_count,
  1072. sum( IF ( sd.device_status = 2, 1, 0 ) ) AS fault_count
  1073. FROM
  1074. sc_device sd
  1075. LEFT JOIN sc_building sb ON ( sd.building_id = sb.id )
  1076. WHERE
  1077. sd.`status` = 1
  1078. AND sd.customer_id = #{customerId}
  1079. and sb.community = #{communityId}
  1080. GROUP BY
  1081. sb.id,
  1082. sb.`name`
  1083. ) tmp
  1084. WHERE
  1085. ( un_used_count + fault_count ) != 0
  1086. </select>
  1087. <select id="findFaultList" resultType="com.bz.smart_city.dto.assistant.InstallListDTO">
  1088. select
  1089. sc.id as device_id ,
  1090. sc.device_no as device_no,
  1091. sc.water_meter_no as electronic_no ,
  1092. sc.seal_no,
  1093. sc.loc_desc as location,
  1094. sc.device_status as device_status,
  1095. w.parent_id as meter_type,
  1096. swrd.concentrator_id,
  1097. swrd.collector_id,
  1098. swrd.channel_number_id,
  1099. swrd.port,
  1100. scon.serial_number as concentrator_name,
  1101. scol.collector_no as collector_name,
  1102. scn.channel_name as channel_number_name
  1103. from
  1104. sc_device sc
  1105. left join sc_w_meter_type w on (w.device_type_id = sc.device_type and w.`status` = 1)
  1106. left join sc_water_related_device swrd on (swrd.device_id = sc.id and swrd.`status` = 1)
  1107. left join sc_concentrator scon on(scon.id = swrd.concentrator_id)
  1108. left join sc_collector scol on(scol.id = swrd.collector_id)
  1109. left join sc_channel_number scn on(scn.id = swrd.channel_number_id)
  1110. where sc.`status` = 1
  1111. and sc.customer_id = #{customerId}
  1112. and sc.device_status in (2,5)
  1113. and sc.building_id = #{buildingId}
  1114. <if test="floor != null and floor != 0 ">
  1115. and sc.floor = #{floor}
  1116. </if>
  1117. <if test="deviceStatus != null and deviceStatus != 0">
  1118. and sc.device_status = #{deviceStatus}
  1119. </if>
  1120. </select>
  1121. <select id="findByDeviceIdIgnore" resultMap="BaseResultMap">
  1122. select * from sc_device where id = #{deviceId}
  1123. </select>
  1124. <select id="findByAccountId" resultType="com.bz.smart_city.entity.Device">
  1125. select MAX(device.metercode) as metercode,account.accountnumber as accountnumber
  1126. from pay_base_account account
  1127. LEFT JOIN sc_device device on device.account_id=account.id
  1128. where account.id=#{accountId}
  1129. group by account.accountnumber
  1130. </select>
  1131. <select id="queryDeviceInfoList" resultType="com.bz.smart_city.dto.DeviceDto">
  1132. select sd.*,
  1133. sdt.equipment_type,sdt.model,sdm.name manufacturer_name,sb.name as building_name,sc.channel_name as system_name,
  1134. sb.longitude,sb.latitude,
  1135. sb.province,sb.city,sb.region,sb.community,scom.name as community_name,
  1136. scus.customer_name,
  1137. sdt.is_valve,
  1138. swmt.parent_id as meter_type
  1139. from sc_device sd
  1140. left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)
  1141. left join sc_w_meter_type swmt on (swmt.device_type_id = sd.device_type and swmt.status = 1)
  1142. left join sc_device_manufacturer sdm on (sdm.id = sd.manufacturer_id and sdm.status = 1)
  1143. left join sc_building sb on (sb.id = sd.building_id and sb.status = 1)
  1144. left join sc_channel sc on (sc.id = sd.sys_id and sc.status = 1)
  1145. left join sc_community scom on ( scom.id = sb.community and scom.status = 1)
  1146. left join sc_customer scus on ( scus.id = sd.customer_id)
  1147. <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>
  1148. where sd.status = 1
  1149. <if test="siteId != null"> AND sd.site_id = #{siteId}</if>
  1150. <if test="deviceNo != null and deviceNo != ''"> AND sd.device_no = #{deviceNo}</if>
  1151. <if test="waterMeterNo != null and waterMeterNo != ''"> AND sd.water_meter_no = #{waterMeterNo}</if>
  1152. <if test="programItems != null and programItems.size() != 0"> and
  1153. <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
  1154. sdd.${item.dimensionCode} = #{item.dimensionValue}
  1155. </foreach>
  1156. </if>
  1157. </select>
  1158. <select id="findByFileNo" resultType="com.bz.smart_city.entity.Device">
  1159. select b.water_meter_file_no ,b.water_meter_no,b.id ,b.customer_id ,sil.metercode from
  1160. sc_customer a left join sc_device b on a.id=b.customer_id
  1161. left join sc_install_list sil on(sil.device_id = b.id)
  1162. where
  1163. a.customer_no=#{customerNo}
  1164. and sil.metercode in
  1165. <foreach collection="fileNos" item="item" separator="," open="(" close=")">
  1166. #{item}
  1167. </foreach>
  1168. </select>
  1169. <select id="meterSync" resultType="com.bz.smart_city.dto.sync.MeterSyncDto">
  1170. select
  1171. sd.device_no,
  1172. sd.loc_desc,
  1173. sd.customer_id,
  1174. sd.water_meter_no,
  1175. sd.water_meter_file_no as file_no,
  1176. sil.metercode as meterCode,
  1177. sd.status,
  1178. sd.date_create,
  1179. sd.date_update,
  1180. sil.new_meter_start as initial_data,
  1181. CONCAT_WS('/',sdm.name,sdt.equipment_type,sdt.model) as device_type
  1182. from sc_device sd
  1183. left join sc_install_list sil on(sil.device_id = sd.id)
  1184. left join sc_device_type sdt on(sdt.id = sd.device_type)
  1185. left join sc_device_manufacturer sdm on(sdm.id = sdt.manufacturer_id)
  1186. where sd.status = 1
  1187. and sd.customer_id = #{customerId}
  1188. and sil.is_installed=1
  1189. <if test="createDate != null and createDate != ''"> and DATE_FORMAT(sd.date_create, '%Y%m%d' ) = #{createDate}</if>
  1190. and sil.metercode in
  1191. <foreach collection="fileNo" item="item" open="(" separator="," close=")">#{item}</foreach>
  1192. </select>
  1193. <select id="statisticsEquipmentTotal" resultType="java.lang.Long">
  1194. select count(*)
  1195. from sc_device sd
  1196. left join sc_device_dimension sdd on (sdd.device_id = sd.id and sdd.status = 1)
  1197. where sd.status = 1
  1198. <if test="programItems != null and programItems.size() != 0"> and
  1199. <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
  1200. sdd.${item.dimensionCode} = #{item.dimensionValue}
  1201. </foreach>
  1202. </if>
  1203. </select>
  1204. <select id="findDevicesOnTheMap" resultType="com.bz.smart_city.dto.DeviceDto">
  1205. select sd.*,scus.customer_name,sdt.en_equipment_type ,sdt.model,swmed.meter_reading
  1206. from sc_device sd
  1207. left join sc_device_type sdt on (sdt.id = sd.device_type and sdt.status = 1)
  1208. left join sc_water_meter_error_days swmed on ( swmed.device_id = sd.id)
  1209. left join sc_customer scus on ( scus.id = sd.customer_id)
  1210. <if test="programItems != null and programItems.size() != 0">
  1211. left join sc_device_dimension sdd on (sdd.device_id = sd.id and sdd.status = 1)
  1212. </if>
  1213. where sd.status = 1
  1214. <if test="programItems != null and programItems.size() != 0"> and
  1215. <foreach collection="programItems" item="item" open="(" separator=" or " close=")">
  1216. sdd.${item.dimensionCode} = #{item.dimensionValue}
  1217. </foreach>
  1218. </if>
  1219. <if test="device.buildingId!=null">
  1220. and sd.building_id=#{device.buildingId}
  1221. </if>
  1222. <if test="device.keywords!=null">
  1223. and (scus.customer_name LIKE concat('%',#{device.keywords},'%')
  1224. or sd.water_meter_no LIKE concat('%',#{device.keywords},'%') )
  1225. </if>
  1226. </select>
  1227. <update id="updateMeterNo">
  1228. update sc_device set metercode=#{meterNo}
  1229. where metercode=#{meterNo} and customer_id=#{customerId}
  1230. </update>
  1231. </mapper>