Administrator
2023-06-19 49588f5a462ae7425e7eb030438a35fd80c246fa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
<?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.gk.firework.Mapper.HiddenDangerReportMapper" >
  <resultMap id="BaseResultMap" type="com.gk.firework.Domain.HiddenDangerReport" >
    <!--          -->
    <id column="id" property="id" jdbcType="BIGINT" />
    <result column="code" property="code" jdbcType="VARCHAR" />
    <result column="enterprisename" property="enterprisename" jdbcType="VARCHAR" />
    <result column="enterpriseid" property="enterpriseid" jdbcType="BIGINT" />
    <result column="cycle" property="cycle" jdbcType="VARCHAR" />
    <result column="createtime" property="createtime" jdbcType="TIMESTAMP" />
    <result column="createby" property="createby" jdbcType="VARCHAR" />
    <result column="updateby" property="updateby" jdbcType="VARCHAR" />
    <result column="updatetime" property="updatetime" jdbcType="TIMESTAMP" />
    <result column="majornum" property="majornum" jdbcType="INTEGER" />
    <result column="normalnum" property="normalnum" jdbcType="INTEGER" />
    <result column="totalnum" property="totalnum" jdbcType="INTEGER" />
    <result column="undealnum" property="undealnum" jdbcType="INTEGER" />
    <result column="overduenum" property="overduenum" jdbcType="INTEGER" />
    <result column="viewcount" property="viewcount" jdbcType="INTEGER" />
    <result column="applyperson" property="applyperson" jdbcType="VARCHAR" />
    <result column="validflag" property="validflag" jdbcType="BIT" />
  </resultMap>
 
 
  <resultMap id="TableRow" type="com.gk.firework.Domain.Vo.HiddenDangerTableRow" >
    <result column="parentmenuid" property="parentmenuid" jdbcType="BIGINT" />
    <result column="checkcontent" property="checkcontent" jdbcType="VARCHAR" />
    <result column="checkcriteria" property="checkcriteria" jdbcType="VARCHAR" />
    <result column="basis" property="basis" jdbcType="VARCHAR" />
    <result column="checktype" property="checktype" jdbcType="VARCHAR" />
    <result column="checkresult1" property="checkresult1" jdbcType="VARCHAR" />
    <result column="result1" property="result1" jdbcType="BIGINT" />
    <result column="qualified" property="qualified" jdbcType="BIT" />
    <result column="checkresult0" property="checkresult0" jdbcType="VARCHAR" />
    <result column="unqualified" property="unqualified" jdbcType="BIT" />
    <result column="id" property="answer.id" jdbcType="BIGINT" />
    <result column="resultid" property="answer.resultid" jdbcType="BIGINT" />
    <result column="findtime" property="answer.findtime" jdbcType="TIMESTAMP" />
    <result column="level" property="answer.level" jdbcType="VARCHAR" />
    <result column="memo" property="answer.memo" jdbcType="VARCHAR" />
    <result column="rectifycompletedate" property="answer.rectifycompletedate" jdbcType="TIMESTAMP" />
    <result column="rectifydeadline" property="answer.rectifydeadline" jdbcType="TIMESTAMP" />
    <result column="rectifymeasure" property="answer.rectifymeasure" jdbcType="VARCHAR" />
    <result column="rectifyprincipal" property="answer.rectifyprincipal" jdbcType="VARCHAR" />
    <result column="rectifystatus" property="answer.rectifystatus" jdbcType="VARCHAR" />
     <result column="url" property="answer.url" jdbcType="VARCHAR" />
 
 
  </resultMap>
 
  <sql id="Base_Column_List" >
    <!--          -->
    id, code, enterprisename, enterpriseid, cycle, createtime, createby, updateby, updatetime, 
    majornum, normalnum, totalnum, undealnum, overduenum, viewcount
  </sql>
  <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Long" >
    <!--          -->
    select 
    <include refid="Base_Column_List" />
    from hiddendangerreport
    where id = #{id,jdbcType=BIGINT}
  </select>
  <select id="selectReportList" resultType="com.gk.firework.Domain.HiddenDangerReport">
    select
    hdr.id,
    hdr.code,
    e.enterprisename,
    hdr.cycle,
    hdr.createtime,
    hdr.applyperson,
    hdr.majornum,
    hdr.normalnum,
    hdr.undealnum,
    hdr.totalnum,
    hdr.status
    from hiddendangerreport hdr
    left join enterprise as e on e.enterprisenumber = hdr.enterprisenumber and e.validflag = 1
    where hdr.validflag = 1
    <choose>
        <when test="params.enterprisenumber != null and params.enterprisenumber !=''">
            and hdr.enterprisenumber = #{params.enterprisenumber}
        </when>
        <otherwise>
            and hdr.status = #{params.committed}
          <if test="params.enterprisename != null and params.enterprisename != ''">
            and e.enterprisename like concat("%",#{params.enterprisename},"%")
          </if>
          <if test="params.safetysupervision != null and params.safetysupervision != ''">
            and e.safetysupervision = #{params.safetysupervision}
          </if>
          <if test="params.province != null and params.province != ''">
            and e.province = #{params.province}
          </if>
          <if test="params.city != null and params.city != ''">
            and e.city = #{params.city}
          </if>
          <if test="params.district != null and params.district != ''">
            and e.district = #{params.district}
          </if>
          <if test="params.street != null and params.street != ''">
            and e.street = #{params.street}
          </if>
          <if test="params.committee != null and params.committee != ''">
            and e.committee = #{params.committee}
          </if>
        </otherwise>
    </choose>
    <if test="params.starttime != null and params.starttime != ''">
      and hdr.createtime &gt;= #{params.starttime}
    </if>
    <if test="params.endtime != null and params.endtime != ''">
      and hdr.createtime &lt; #{params.endtime}
    </if>
    <if test="params.cycle != null and params.cycle != ''">
      and hdr.cycle = #{params.cycle}
    </if>
    <if test="params.range != null and params.range != ''">
      <if test="params.range == 1">
        and hdr.normalnum = 0
        and hdr.majornum = 0
      </if>
      <if test="params.range == 2">
        and hdr.normalnum >0
        and hdr.majornum = 0
      </if>
      <if test="params.range == 3">
        and hdr.majornum >0
        and hdr.normalnum = 0
      </if>
      <if test="params.range == 4">
        and hdr.undealnum >0
      </if>
    </if>
    <if test="params.filterProvince != null and params.filterProvince  != ''">
      and e.province = #{params.filterProvince}
    </if>
    <if test="params.filterCity != null and  params.filterCity  != ''">
      and e.city = #{params.filterCity}
    </if>
    <if test="params.filterDistrict != null and params.filterDistrict  != ''">
      and e.district = #{params.filterDistrict}
    </if>
    <if test="params.filterStreet != null and params.filterStreet  != ''">
      and e.street = #{params.filterStreet}
    </if>
    <if test="params.filterCommittee != null and params.filterCommittee  != ''">
      and e.committee = #{params.filterCommittee}
    </if>
    order by hdr.createtime desc
 
  </select>
  <select id="selectReport" resultMap="TableRow">
  select
        hdcct.checkcontent checkcontent ,
        hdcct.belongid parentmenuid,
        hdcca.checkcriteria checkcriteria,
        hdcca.id criteriaid,
        hdcca.basis basis,
        hdcr1.checkresult checkresult1,
        hdcr1.id result1,
        hdcr2.checkresult checkresult0,
        hdcr2.id result0,
        hdct.checktype checktype,
        hdct.id checktypeid,
        hdr.code,
        hdrd.id id,
        hdrd.resultid resultid,
        hdrd.findtime findtime,
        hdrd.memo memo,
        hdrd.rectifycompletedate rectifycompletedate,
        hdrd.rectifydeadline rectifydeadline,
        hdrd.level level,
        hdrd.rectifymeasure rectifymeasure,
        hdrd.rectifystatus rectifystatus,
        hdrd.rectifyprincipal rectifyprincipal,
        hdrd.url url,
        case hdrd.isqualified when 0 then 1 else 0 end unqualified,
        case hdrd.isqualified when 1 then 1 else 0 end qualified
        from hiddendangercheckcontent hdcct
        left join hiddendangercheckcriteria hdcca on hdcca.belongid =  hdcct.id and  hdcca.validflag = 1
        left join hiddendangerchecktype  hdct on hdct.belongid =  hdcca.id and  hdct.validflag = 1
        left join hiddendangerreportdetail hdrd on hdrd.checktypeid = hdct.id and hdrd.validflag = 1 and hdrd.reportcode =  #{code}
        left join hiddendangercheckresult hdcr1 on hdcr1.belongid =  hdct.id and hdcr1.isqualified = 1 and hdcr1.validflag = 1
        left join hiddendangercheckresult hdcr2 on hdcr2.belongid =  hdct.id and hdcr2.isqualified = 0 and hdcr2.validflag = 1
        left join hiddendangerreport hdr on hdr.code = hdrd.reportcode and hdr.validflag = 1
        order by hdct.id
  </select>
  <select id="viewReport"  resultMap="TableRow">
        SELECT
        hdcct.checkcontent checkcontent ,
        hdcct.belongid parentmenuid,
        hdcca.checkcriteria checkcriteria,
        hdcca.id criteriaid,
        hdcca.basis basis,
        hdcr1.checkresult checkresult1,
        hdcr1.id result1,
        hdcr2.checkresult checkresult0,
        hdcr2.id result0,
        hdct.checktype checktype,
        hdct.id checktypeid,
        hdrd.reportcode code,
        hdrd.id id,
        hdrd.resultid resultid,
        hdrd.findtime findtime,
        hdrd.memo memo,
        hdrd.rectifycompletedate rectifycompletedate,
        hdrd.rectifydeadline rectifydeadline,
        hdrd.level level,
        hdrd.rectifymeasure rectifymeasure,
        hdrd.rectifystatus rectifystatus,
        hdrd.rectifyprincipal rectifyprincipal,
        hdrd.url url,
        case hdrd.isqualified when 0 then 1 else 0 end unqualified,
        case hdrd.isqualified when 1 then 1 else 0 end qualified
        from hiddendangerreportdetail hdrd
        left join hiddendangerchecktype  hdct on hdrd.checktypeid =  hdct.id
        left join hiddendangercheckcriteria hdcca on hdcca.id = hdct.belongid
        left join hiddendangercheckcontent hdcct on  hdcct.id = hdcca.belongid
        left join hiddendangercheckresult hdcr1 on hdcr1.belongid =  hdct.id and hdcr1.isqualified = 1 and hdcr1.validflag = 1
        left join hiddendangercheckresult hdcr2 on hdcr2.belongid =  hdct.id and hdcr2.isqualified = 0 and hdcr2.validflag = 1
        where hdrd.validflag = 1
        and hdrd.reportcode = #{code}
  </select>
    <select id="getReportByCode" resultType="com.gk.firework.Domain.HiddenDangerReport">
        select
        id,
        code,
        enterprisename,
        cycle,
        createtime,
        applyperson,
        majornum,
        normalnum,
        undealnum,
        totalnum,
        status
        from hiddendangerreport
        where validflag = 1
        and code = #{code}
    </select>
  <select id="getReportList" resultType="java.util.Map">
    select
        id,
        code,
        createtime,
        applyperson,
        majornum,
        normalnum,
        undealnum,
        totalnum
        from hiddendangerreport
        where validflag = 1
        and enterprisenumber = #{enterprisenumber}
        and createtime > #{starttime}
        order by createtime desc
  </select>
    <select id="selectExportReport" resultType="java.util.Map">
      select
      hdr.id,
      hdr.code,
      e.enterprisename,
      hdr.cycle,
      hdr.createtime,
      hdr.applyperson,
      hdr.majornum,
      hdr.normalnum,
      hdr.undealnum,
      hdr.totalnum,
      hdr.status
      from hiddendangerreport hdr
      left join enterprise as e on e.enterprisenumber = hdr.enterprisenumber and e.validflag = 1
      where hdr.validflag = 1
      <choose>
        <when test="params.enterprisenumber != null and params.enterprisenumber !=''">
          and hdr.enterprisenumber = #{params.enterprisenumber}
        </when>
        <otherwise>
          and hdr.status = #{params.committed}
          <if test="params.enterprisename != null and params.enterprisename != ''">
            and e.enterprisename like concat("%",#{params.enterprisename},"%")
          </if>
          <if test="params.safetysupervision != null and params.safetysupervision != ''">
            and e.safetysupervision = #{params.safetysupervision}
          </if>
          <if test="params.province != null and params.province != ''">
            and e.province = #{params.province}
          </if>
          <if test="params.city != null and params.city != ''">
            and e.city = #{params.city}
          </if>
          <if test="params.district != null and params.district != ''">
            and e.district = #{params.district}
          </if>
          <if test="params.street != null and params.street != ''">
            and e.street = #{params.street}
          </if>
          <if test="params.committee != null and params.committee != ''">
            and e.committee = #{params.committee}
          </if>
        </otherwise>
      </choose>
      <if test="params.starttime != null and params.starttime != ''">
        and hdr.createtime &gt; #{params.starttime}
      </if>
      <if test="params.endtime != null and params.endtime != ''">
        and hdr.createtime &lt; #{params.endtime}
      </if>
      <if test="params.cycle != null and params.cycle != ''">
        and hdr.cycle = #{params.cycle}
      </if>
      <if test="params.range != null and params.range != ''">
        <if test="params.range == 1">
          and hdr.normalnum = 0
          and hdr.majornum = 0
        </if>
        <if test="params.range == 2">
          and hdr.normalnum >0
          and hdr.majornum = 0
        </if>
        <if test="params.range == 3">
          and hdr.majornum >0
          and hdr.normalnum = 0
        </if>
        <if test="params.range == 4">
          and hdr.undealnum >0
        </if>
      </if>
      <if test="params.filterProvince != null and params.filterProvince  != ''">
        and e.province = #{params.filterProvince}
      </if>
      <if test="params.filterCity != null and  params.filterCity  != ''">
        and e.city = #{params.filterCity}
      </if>
      <if test="params.filterDistrict != null and params.filterDistrict  != ''">
        and e.district = #{params.filterDistrict}
      </if>
      <if test="params.filterStreet != null and params.filterStreet  != ''">
        and e.street = #{params.filterStreet}
      </if>
      <if test="params.filterCommittee != null and params.filterCommittee  != ''">
        and e.committee = #{params.filterCommittee}
      </if>
      order by hdr.createtime desc
 
    </select>
 
    <delete id="deleteByPrimaryKey" parameterType="java.lang.Long" >
    <!--          -->
    delete from hiddendangerreport
    where id = #{id,jdbcType=BIGINT}
  </delete>
 
  <insert id="insertSelective" parameterType="com.gk.firework.Domain.HiddenDangerReport" >
    <!--          -->
    insert into hiddendangerreport
    <trim prefix="(" suffix=")" suffixOverrides="," >
      <if test="id != null" >
        id,
      </if>
      <if test="code != null" >
        code,
      </if>
      <if test="enterprisename != null" >
        enterprisename,
      </if>
      <if test="enterpriseid != null" >
        enterpriseid,
      </if>
      <if test="cycle != null" >
        cycle,
      </if>
      <if test="createtime != null" >
        createtime,
      </if>
      <if test="createby != null" >
        createby,
      </if>
      <if test="updateby != null" >
        updateby,
      </if>
      <if test="updatetime != null" >
        updatetime,
      </if>
      <if test="majornum != null" >
        majornum,
      </if>
      <if test="normalnum != null" >
        normalnum,
      </if>
      <if test="totalnum != null" >
        totalnum,
      </if>
      <if test="undealnum != null" >
        undealnum,
      </if>
      <if test="overduenum != null" >
        overduenum,
      </if>
      <if test="viewcount != null" >
        viewcount,
      </if>
    </trim>
    <trim prefix="values (" suffix=")" suffixOverrides="," >
      <if test="id != null" >
        #{id,jdbcType=BIGINT},
      </if>
      <if test="code != null" >
        #{code,jdbcType=VARCHAR},
      </if>
      <if test="enterprisename != null" >
        #{enterprisename,jdbcType=VARCHAR},
      </if>
      <if test="enterpriseid != null" >
        #{enterpriseid,jdbcType=BIGINT},
      </if>
      <if test="cycle != null" >
        #{cycle,jdbcType=VARCHAR},
      </if>
      <if test="createtime != null" >
        #{createtime,jdbcType=TIMESTAMP},
      </if>
      <if test="createby != null" >
        #{createby,jdbcType=VARCHAR},
      </if>
      <if test="updateby != null" >
        #{updateby,jdbcType=VARCHAR},
      </if>
      <if test="updatetime != null" >
        #{updatetime,jdbcType=TIMESTAMP},
      </if>
      <if test="majornum != null" >
        #{majornum,jdbcType=INTEGER},
      </if>
      <if test="normalnum != null" >
        #{normalnum,jdbcType=INTEGER},
      </if>
      <if test="totalnum != null" >
        #{totalnum,jdbcType=INTEGER},
      </if>
      <if test="undealnum != null" >
        #{undealnum,jdbcType=INTEGER},
      </if>
      <if test="overduenum != null" >
        #{overduenum,jdbcType=INTEGER},
      </if>
      <if test="viewcount != null" >
        #{viewcount,jdbcType=INTEGER},
      </if>
    </trim>
  </insert>
  <update id="updateByPrimaryKeySelective" parameterType="com.gk.firework.Domain.HiddenDangerReport" >
    <!--          -->
    update hiddendangerreport
    <set >
      <if test="code != null" >
        code = #{code,jdbcType=VARCHAR},
      </if>
      <if test="enterprisename != null" >
        enterprisename = #{enterprisename,jdbcType=VARCHAR},
      </if>
      <if test="enterpriseid != null" >
        enterpriseid = #{enterpriseid,jdbcType=BIGINT},
      </if>
      <if test="cycle != null" >
        cycle = #{cycle,jdbcType=VARCHAR},
      </if>
      <if test="createtime != null" >
        createtime = #{createtime,jdbcType=TIMESTAMP},
      </if>
      <if test="createby != null" >
        createby = #{createby,jdbcType=VARCHAR},
      </if>
      <if test="updateby != null" >
        updateby = #{updateby,jdbcType=VARCHAR},
      </if>
      <if test="updatetime != null" >
        updatetime = #{updatetime,jdbcType=TIMESTAMP},
      </if>
      <if test="majornum != null" >
        majornum = #{majornum,jdbcType=INTEGER},
      </if>
      <if test="normalnum != null" >
        normalnum = #{normalnum,jdbcType=INTEGER},
      </if>
      <if test="totalnum != null" >
        totalnum = #{totalnum,jdbcType=INTEGER},
      </if>
      <if test="undealnum != null" >
        undealnum = #{undealnum,jdbcType=INTEGER},
      </if>
      <if test="overduenum != null" >
        overduenum = #{overduenum,jdbcType=INTEGER},
      </if>
      <if test="viewcount != null" >
        viewcount = #{viewcount,jdbcType=INTEGER},
      </if>
    </set>
    where id = #{id,jdbcType=BIGINT}
  </update>
  <update id="updateByPrimaryKey" parameterType="com.gk.firework.Domain.HiddenDangerReport" >
    <!--          -->
    update hiddendangerreport
    set code = #{code,jdbcType=VARCHAR},
      enterprisename = #{enterprisename,jdbcType=VARCHAR},
      enterpriseid = #{enterpriseid,jdbcType=BIGINT},
      cycle = #{cycle,jdbcType=VARCHAR},
      createtime = #{createtime,jdbcType=TIMESTAMP},
      createby = #{createby,jdbcType=VARCHAR},
      updateby = #{updateby,jdbcType=VARCHAR},
      updatetime = #{updatetime,jdbcType=TIMESTAMP},
      majornum = #{majornum,jdbcType=INTEGER},
      normalnum = #{normalnum,jdbcType=INTEGER},
      totalnum = #{totalnum,jdbcType=INTEGER},
      undealnum = #{undealnum,jdbcType=INTEGER},
      overduenum = #{overduenum,jdbcType=INTEGER},
      viewcount = #{viewcount,jdbcType=INTEGER}
    where id = #{id,jdbcType=BIGINT}
  </update>
  <update id="updateStatusByCode">
    update hiddendangerreport
    set status = #{status}
    where code = #{code}
  </update>
</mapper>