lvzhikai před 5 roky
rodič
revize
59f8c7b160

+ 1 - 0
src/main/java/com/chinaitop/depot/intelligent/fumigation/controller/FumigationPlanController.java

@@ -95,6 +95,7 @@ public class FumigationPlanController {
95 95
         }
96 96
 
97 97
         criteria.andDeleteStateEqualTo("1");
98
+        example.setOrderByClause(" create_time DESC");
98 99
         map.put("deleteState",1);
99 100
 
100 101
         List<TFumigationPlan> list = null;

+ 2 - 0
src/main/java/com/chinaitop/depot/intelligent/fumigation/mapper/TFumigationAfterMapper.xml

@@ -594,6 +594,7 @@
594 594
       AND plan.house_id = #{houseId,jdbcType=INTEGER}
595 595
     </if>
596 596
     GROUP BY af.id
597
+    ORDER BY af.create_time DESC
597 598
   </select>
598 599
   <select id="selectHomeWorkQueryList" parameterType="java.util.Map" resultType="java.util.HashMap">
599 600
     SELECT
@@ -633,5 +634,6 @@
633 634
       AND plan.house_id = #{houseId,jdbcType=INTEGER}
634 635
     </if>
635 636
     GROUP BY af.id
637
+    ORDER BY createTime DESC
636 638
   </select>
637 639
 </mapper>

+ 157 - 18
src/main/java/com/chinaitop/depot/intelligent/fumigation/mapper/TFumigationPlanMapper.xml

@@ -6,7 +6,7 @@
6 6
     <result column="house_id" property="houseId" jdbcType="INTEGER" />
7 7
     <result column="keeper" property="keeper" jdbcType="INTEGER" />
8 8
     <result column="grain_kind" property="grainKind" jdbcType="INTEGER" />
9
-    <result column="grain_count" property="grainCount" jdbcType="INTEGER" />
9
+    <result column="grain_count" property="grainCount" jdbcType="DECIMAL" />
10 10
     <result column="grain_storage_time" property="grainStorageTime" jdbcType="TIMESTAMP" />
11 11
     <result column="fumigation_type" property="fumigationType" jdbcType="INTEGER" />
12 12
     <result column="fumigation_number" property="fumigationNumber" jdbcType="INTEGER" />
@@ -26,7 +26,16 @@
26 26
     <result column="delete_state" property="deleteState" jdbcType="VARCHAR" />
27 27
     <result column="org_id" property="orgId" jdbcType="VARCHAR" />
28 28
     <result column="fumigation_frequency" property="fumigationFrequency" jdbcType="INTEGER" />
29
+    <result column="cgxzfs" property="cgxzfs" jdbcType="VARCHAR" />
30
+    <result column="hlxzfs" property="hlxzfs" jdbcType="VARCHAR" />
31
+    <result column="hlxzynhljsjh" property="hlxzynhljsjh" jdbcType="VARCHAR" />
32
+    <result column="xzfazd" property="xzfazd" jdbcType="VARCHAR" />
33
+    <result column="xzfaqcr" property="xzfaqcr" jdbcType="VARCHAR" />
34
+    <result column="xzfapzr" property="xzfapzr" jdbcType="VARCHAR" />
35
+    <result column="xzfabbqk" property="xzfabbqk" jdbcType="VARCHAR" />
36
+    <result column="xzfzr" property="xzfzr" jdbcType="VARCHAR" />
29 37
     <result column="hcjcdh" property="hcjcdh" jdbcType="VARCHAR" />
38
+    <result column="updatetime" property="updatetime" jdbcType="TIMESTAMP" />
30 39
   </resultMap>
31 40
   <sql id="Example_Where_Clause" >
32 41
     <where >
@@ -90,7 +99,8 @@
90 99
     id, house_id, keeper, grain_kind, grain_count, grain_storage_time, fumigation_type, 
91 100
     fumigation_number, fumigation_command, fumigation_operation, fumiagtion_protective, 
92 101
     expected, points_work, note, state, creater, create_time, approve_people, approve_department, 
93
-    approve_note, approve_time, delete_state, org_id, fumigation_frequency, hcjcdh
102
+    approve_note, approve_time, delete_state, org_id, fumigation_frequency, cgxzfs, hlxzfs, 
103
+    hlxzynhljsjh, xzfazd, xzfaqcr, xzfapzr, xzfabbqk, xzfzr, hcjcdh, updatetime
94 104
   </sql>
95 105
   <select id="selectByExample" resultMap="BaseResultMap" parameterType="com.chinaitop.depot.intelligent.fumigation.model.TFumigationPlanExample" >
96 106
     select
@@ -130,18 +140,23 @@
130 140
       expected, points_work, note, 
131 141
       state, creater, create_time, 
132 142
       approve_people, approve_department, approve_note, 
133
-      approve_time, delete_state, org_id, fumigation_frequency, hcjcdh
134
-      )
143
+      approve_time, delete_state, org_id, 
144
+      fumigation_frequency, cgxzfs, hlxzfs, 
145
+      hlxzynhljsjh, xzfazd, xzfaqcr, 
146
+      xzfapzr, xzfabbqk, xzfzr, 
147
+      hcjcdh, updatetime)
135 148
     values (#{id,jdbcType=VARCHAR}, #{houseId,jdbcType=INTEGER}, #{keeper,jdbcType=INTEGER}, 
136
-      #{grainKind,jdbcType=INTEGER}, #{grainCount,jdbcType=INTEGER}, #{grainStorageTime,jdbcType=TIMESTAMP}, 
149
+      #{grainKind,jdbcType=INTEGER}, #{grainCount,jdbcType=DECIMAL}, #{grainStorageTime,jdbcType=TIMESTAMP},
137 150
       #{fumigationType,jdbcType=INTEGER}, #{fumigationNumber,jdbcType=INTEGER}, #{fumigationCommand,jdbcType=VARCHAR}, 
138 151
       #{fumigationOperation,jdbcType=VARCHAR}, #{fumiagtionProtective,jdbcType=VARCHAR}, 
139 152
       #{expected,jdbcType=VARCHAR}, #{pointsWork,jdbcType=VARCHAR}, #{note,jdbcType=VARCHAR}, 
140 153
       #{state,jdbcType=INTEGER}, #{creater,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, 
141 154
       #{approvePeople,jdbcType=VARCHAR}, #{approveDepartment,jdbcType=VARCHAR}, #{approveNote,jdbcType=VARCHAR}, 
142
-      #{approveTime,jdbcType=TIMESTAMP}, #{deleteState,jdbcType=VARCHAR}, #{orgId,jdbcType=VARCHAR},  
143
-      #{fumigationFrequency,jdbcType=INTEGER}, #{hcjcdh,jdbcType=VARCHAR}
144
-      )
155
+      #{approveTime,jdbcType=TIMESTAMP}, #{deleteState,jdbcType=VARCHAR}, #{orgId,jdbcType=VARCHAR}, 
156
+      #{fumigationFrequency,jdbcType=INTEGER}, #{cgxzfs,jdbcType=VARCHAR}, #{hlxzfs,jdbcType=VARCHAR}, 
157
+      #{hlxzynhljsjh,jdbcType=VARCHAR}, #{xzfazd,jdbcType=VARCHAR}, #{xzfaqcr,jdbcType=VARCHAR}, 
158
+      #{xzfapzr,jdbcType=VARCHAR}, #{xzfabbqk,jdbcType=VARCHAR}, #{xzfzr,jdbcType=VARCHAR}, 
159
+      #{hcjcdh,jdbcType=VARCHAR}, #{updatetime,jdbcType=TIMESTAMP})
145 160
   </insert>
146 161
   <insert id="insertSelective" parameterType="com.chinaitop.depot.intelligent.fumigation.model.TFumigationPlan" >
147 162
     insert into t_fumigation_plan
@@ -218,9 +233,36 @@
218 233
       <if test="fumigationFrequency != null" >
219 234
         fumigation_frequency,
220 235
       </if>
236
+      <if test="cgxzfs != null" >
237
+        cgxzfs,
238
+      </if>
239
+      <if test="hlxzfs != null" >
240
+        hlxzfs,
241
+      </if>
242
+      <if test="hlxzynhljsjh != null" >
243
+        hlxzynhljsjh,
244
+      </if>
245
+      <if test="xzfazd != null" >
246
+        xzfazd,
247
+      </if>
248
+      <if test="xzfaqcr != null" >
249
+        xzfaqcr,
250
+      </if>
251
+      <if test="xzfapzr != null" >
252
+        xzfapzr,
253
+      </if>
254
+      <if test="xzfabbqk != null" >
255
+        xzfabbqk,
256
+      </if>
257
+      <if test="xzfzr != null" >
258
+        xzfzr,
259
+      </if>
221 260
       <if test="hcjcdh != null" >
222 261
         hcjcdh,
223 262
       </if>
263
+      <if test="updatetime != null" >
264
+        updatetime,
265
+      </if>
224 266
     </trim>
225 267
     <trim prefix="values (" suffix=")" suffixOverrides="," >
226 268
       <if test="id != null" >
@@ -236,7 +278,7 @@
236 278
         #{grainKind,jdbcType=INTEGER},
237 279
       </if>
238 280
       <if test="grainCount != null" >
239
-        #{grainCount,jdbcType=INTEGER},
281
+        #{grainCount,jdbcType=DECIMAL},
240 282
       </if>
241 283
       <if test="grainStorageTime != null" >
242 284
         #{grainStorageTime,jdbcType=TIMESTAMP},
@@ -295,9 +337,36 @@
295 337
       <if test="fumigationFrequency != null" >
296 338
         #{fumigationFrequency,jdbcType=INTEGER},
297 339
       </if>
340
+      <if test="cgxzfs != null" >
341
+        #{cgxzfs,jdbcType=VARCHAR},
342
+      </if>
343
+      <if test="hlxzfs != null" >
344
+        #{hlxzfs,jdbcType=VARCHAR},
345
+      </if>
346
+      <if test="hlxzynhljsjh != null" >
347
+        #{hlxzynhljsjh,jdbcType=VARCHAR},
348
+      </if>
349
+      <if test="xzfazd != null" >
350
+        #{xzfazd,jdbcType=VARCHAR},
351
+      </if>
352
+      <if test="xzfaqcr != null" >
353
+        #{xzfaqcr,jdbcType=VARCHAR},
354
+      </if>
355
+      <if test="xzfapzr != null" >
356
+        #{xzfapzr,jdbcType=VARCHAR},
357
+      </if>
358
+      <if test="xzfabbqk != null" >
359
+        #{xzfabbqk,jdbcType=VARCHAR},
360
+      </if>
361
+      <if test="xzfzr != null" >
362
+        #{xzfzr,jdbcType=VARCHAR},
363
+      </if>
298 364
       <if test="hcjcdh != null" >
299 365
         #{hcjcdh,jdbcType=VARCHAR},
300 366
       </if>
367
+      <if test="updatetime != null" >
368
+        #{updatetime,jdbcType=TIMESTAMP},
369
+      </if>
301 370
     </trim>
302 371
   </insert>
303 372
   <select id="countByExample" parameterType="com.chinaitop.depot.intelligent.fumigation.model.TFumigationPlanExample" resultType="java.lang.Integer" >
@@ -322,7 +391,7 @@
322 391
         grain_kind = #{record.grainKind,jdbcType=INTEGER},
323 392
       </if>
324 393
       <if test="record.grainCount != null" >
325
-        grain_count = #{record.grainCount,jdbcType=INTEGER},
394
+        grain_count = #{record.grainCount,jdbcType=DECIMAL},
326 395
       </if>
327 396
       <if test="record.grainStorageTime != null" >
328 397
         grain_storage_time = #{record.grainStorageTime,jdbcType=TIMESTAMP},
@@ -381,9 +450,36 @@
381 450
       <if test="record.fumigationFrequency != null" >
382 451
         fumigation_frequency = #{record.fumigationFrequency,jdbcType=INTEGER},
383 452
       </if>
453
+      <if test="record.cgxzfs != null" >
454
+        cgxzfs = #{record.cgxzfs,jdbcType=VARCHAR},
455
+      </if>
456
+      <if test="record.hlxzfs != null" >
457
+        hlxzfs = #{record.hlxzfs,jdbcType=VARCHAR},
458
+      </if>
459
+      <if test="record.hlxzynhljsjh != null" >
460
+        hlxzynhljsjh = #{record.hlxzynhljsjh,jdbcType=VARCHAR},
461
+      </if>
462
+      <if test="record.xzfazd != null" >
463
+        xzfazd = #{record.xzfazd,jdbcType=VARCHAR},
464
+      </if>
465
+      <if test="record.xzfaqcr != null" >
466
+        xzfaqcr = #{record.xzfaqcr,jdbcType=VARCHAR},
467
+      </if>
468
+      <if test="record.xzfapzr != null" >
469
+        xzfapzr = #{record.xzfapzr,jdbcType=VARCHAR},
470
+      </if>
471
+      <if test="record.xzfabbqk != null" >
472
+        xzfabbqk = #{record.xzfabbqk,jdbcType=VARCHAR},
473
+      </if>
474
+      <if test="record.xzfzr != null" >
475
+        xzfzr = #{record.xzfzr,jdbcType=VARCHAR},
476
+      </if>
384 477
       <if test="record.hcjcdh != null" >
385 478
         hcjcdh = #{record.hcjcdh,jdbcType=VARCHAR},
386 479
       </if>
480
+      <if test="record.updatetime != null" >
481
+        updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
482
+      </if>
387 483
     </set>
388 484
     <if test="_parameter != null" >
389 485
       <include refid="Update_By_Example_Where_Clause" />
@@ -395,7 +491,7 @@
395 491
       house_id = #{record.houseId,jdbcType=INTEGER},
396 492
       keeper = #{record.keeper,jdbcType=INTEGER},
397 493
       grain_kind = #{record.grainKind,jdbcType=INTEGER},
398
-      grain_count = #{record.grainCount,jdbcType=INTEGER},
494
+      grain_count = #{record.grainCount,jdbcType=DECIMAL},
399 495
       grain_storage_time = #{record.grainStorageTime,jdbcType=TIMESTAMP},
400 496
       fumigation_type = #{record.fumigationType,jdbcType=INTEGER},
401 497
       fumigation_number = #{record.fumigationNumber,jdbcType=INTEGER},
@@ -415,7 +511,16 @@
415 511
       delete_state = #{record.deleteState,jdbcType=VARCHAR},
416 512
       org_id = #{record.orgId,jdbcType=VARCHAR},
417 513
       fumigation_frequency = #{record.fumigationFrequency,jdbcType=INTEGER},
418
-      hcjcdh = #{record.hcjcdh,jdbcType=VARCHAR}
514
+      cgxzfs = #{record.cgxzfs,jdbcType=VARCHAR},
515
+      hlxzfs = #{record.hlxzfs,jdbcType=VARCHAR},
516
+      hlxzynhljsjh = #{record.hlxzynhljsjh,jdbcType=VARCHAR},
517
+      xzfazd = #{record.xzfazd,jdbcType=VARCHAR},
518
+      xzfaqcr = #{record.xzfaqcr,jdbcType=VARCHAR},
519
+      xzfapzr = #{record.xzfapzr,jdbcType=VARCHAR},
520
+      xzfabbqk = #{record.xzfabbqk,jdbcType=VARCHAR},
521
+      xzfzr = #{record.xzfzr,jdbcType=VARCHAR},
522
+      hcjcdh = #{record.hcjcdh,jdbcType=VARCHAR},
523
+      updatetime = #{record.updatetime,jdbcType=TIMESTAMP}
419 524
     <if test="_parameter != null" >
420 525
       <include refid="Update_By_Example_Where_Clause" />
421 526
     </if>
@@ -433,7 +538,7 @@
433 538
         grain_kind = #{grainKind,jdbcType=INTEGER},
434 539
       </if>
435 540
       <if test="grainCount != null" >
436
-        grain_count = #{grainCount,jdbcType=INTEGER},
541
+        grain_count = #{grainCount,jdbcType=DECIMAL},
437 542
       </if>
438 543
       <if test="grainStorageTime != null" >
439 544
         grain_storage_time = #{grainStorageTime,jdbcType=TIMESTAMP},
@@ -492,9 +597,36 @@
492 597
       <if test="fumigationFrequency != null" >
493 598
         fumigation_frequency = #{fumigationFrequency,jdbcType=INTEGER},
494 599
       </if>
600
+      <if test="cgxzfs != null" >
601
+        cgxzfs = #{cgxzfs,jdbcType=VARCHAR},
602
+      </if>
603
+      <if test="hlxzfs != null" >
604
+        hlxzfs = #{hlxzfs,jdbcType=VARCHAR},
605
+      </if>
606
+      <if test="hlxzynhljsjh != null" >
607
+        hlxzynhljsjh = #{hlxzynhljsjh,jdbcType=VARCHAR},
608
+      </if>
609
+      <if test="xzfazd != null" >
610
+        xzfazd = #{xzfazd,jdbcType=VARCHAR},
611
+      </if>
612
+      <if test="xzfaqcr != null" >
613
+        xzfaqcr = #{xzfaqcr,jdbcType=VARCHAR},
614
+      </if>
615
+      <if test="xzfapzr != null" >
616
+        xzfapzr = #{xzfapzr,jdbcType=VARCHAR},
617
+      </if>
618
+      <if test="xzfabbqk != null" >
619
+        xzfabbqk = #{xzfabbqk,jdbcType=VARCHAR},
620
+      </if>
621
+      <if test="xzfzr != null" >
622
+        xzfzr = #{xzfzr,jdbcType=VARCHAR},
623
+      </if>
495 624
       <if test="hcjcdh != null" >
496 625
         hcjcdh = #{hcjcdh,jdbcType=VARCHAR},
497 626
       </if>
627
+      <if test="updatetime != null" >
628
+        updatetime = #{updatetime,jdbcType=TIMESTAMP},
629
+      </if>
498 630
     </set>
499 631
     where id = #{id,jdbcType=VARCHAR}
500 632
   </update>
@@ -503,7 +635,7 @@
503 635
     set house_id = #{houseId,jdbcType=INTEGER},
504 636
       keeper = #{keeper,jdbcType=INTEGER},
505 637
       grain_kind = #{grainKind,jdbcType=INTEGER},
506
-      grain_count = #{grainCount,jdbcType=INTEGER},
638
+      grain_count = #{grainCount,jdbcType=DECIMAL},
507 639
       grain_storage_time = #{grainStorageTime,jdbcType=TIMESTAMP},
508 640
       fumigation_type = #{fumigationType,jdbcType=INTEGER},
509 641
       fumigation_number = #{fumigationNumber,jdbcType=INTEGER},
@@ -523,7 +655,16 @@
523 655
       delete_state = #{deleteState,jdbcType=VARCHAR},
524 656
       org_id = #{orgId,jdbcType=VARCHAR},
525 657
       fumigation_frequency = #{fumigationFrequency,jdbcType=INTEGER},
526
-      hcjcdh = #{hcjcdh,jdbcType=VARCHAR}
658
+      cgxzfs = #{cgxzfs,jdbcType=VARCHAR},
659
+      hlxzfs = #{hlxzfs,jdbcType=VARCHAR},
660
+      hlxzynhljsjh = #{hlxzynhljsjh,jdbcType=VARCHAR},
661
+      xzfazd = #{xzfazd,jdbcType=VARCHAR},
662
+      xzfaqcr = #{xzfaqcr,jdbcType=VARCHAR},
663
+      xzfapzr = #{xzfapzr,jdbcType=VARCHAR},
664
+      xzfabbqk = #{xzfabbqk,jdbcType=VARCHAR},
665
+      xzfzr = #{xzfzr,jdbcType=VARCHAR},
666
+      hcjcdh = #{hcjcdh,jdbcType=VARCHAR},
667
+      updatetime = #{updatetime,jdbcType=TIMESTAMP}
527 668
     where id = #{id,jdbcType=VARCHAR}
528 669
   </update>
529 670
   <select id="selectPlanQueryList" parameterType="java.util.Map" resultType="java.util.HashMap">
@@ -668,9 +809,7 @@
668 809
       AND plan.delete_state = #{deleteState,jdbcType=INTEGER}
669 810
     </if>
670 811
     AND pro.id IS NULL
671
-    <if test="orderByClause != null" >
672
-      order by ${orderByClause}
673
-    </if>
812
+    ORDER BY create_time DESC
674 813
   </select>
675 814
   <select id="getJcd" parameterType="java.util.Map" resultType="java.util.Map">
676 815
     SELECT

+ 2 - 0
src/main/java/com/chinaitop/depot/intelligent/fumigation/mapper/TFumigationProcessMapper.xml

@@ -1018,6 +1018,7 @@
1018 1018
     pes.drug_name drugName,
1019 1019
     plan.fumigation_type fumigationType,
1020 1020
     plan.creater,
1021
+    plan.state,
1021 1022
     pro.task_end_time taskEndTime
1022 1023
     FROM
1023 1024
     t_fumigation_process pro
@@ -1031,6 +1032,7 @@
1031 1032
       AND plan.org_id = #{orgId,jdbcType=INTEGER}
1032 1033
     </if>
1033 1034
     GROUP BY pro.id
1035
+    ORDER BY pro.create_time DESC
1034 1036
   </select>
1035 1037
 
1036 1038
   <insert id="insertBatch" parameterType="java.util.List">

+ 381 - 19
src/main/java/com/chinaitop/depot/intelligent/fumigation/model/TFumigationPlan.java

@@ -1,5 +1,6 @@
1 1
 package com.chinaitop.depot.intelligent.fumigation.model;
2 2
 
3
+import java.math.BigDecimal;
3 4
 import java.util.Date;
4 5
 
5 6
 public class TFumigationPlan {
@@ -11,7 +12,7 @@ public class TFumigationPlan {
11 12
 
12 13
     private Integer grainKind;
13 14
 
14
-    private Integer grainCount;
15
+    private BigDecimal grainCount;
15 16
 
16 17
     private Date grainStorageTime;
17 18
 
@@ -48,209 +49,570 @@ public class TFumigationPlan {
48 49
     private String deleteState;
49 50
 
50 51
     private String orgId;
51
-    
52
+
52 53
     private Integer fumigationFrequency;
53
-    
54
+
55
+    private String cgxzfs;
56
+
57
+    private String hlxzfs;
58
+
59
+    private String hlxzynhljsjh;
60
+
61
+    private String xzfazd;
62
+
63
+    private String xzfaqcr;
64
+
65
+    private String xzfapzr;
66
+
67
+    private String xzfabbqk;
68
+
69
+    private String xzfzr;
70
+
54 71
     private String hcjcdh;
55 72
 
73
+    private Date updatetime;
74
+
75
+    /**
76
+     * 熏蒸(主键)
77
+     * @return id 熏蒸(主键)
78
+     */
56 79
     public String getId() {
57 80
         return id;
58 81
     }
59 82
 
83
+    /**
84
+     * 熏蒸(主键)
85
+     * @param id 熏蒸(主键)
86
+     */
60 87
     public void setId(String id) {
61 88
         this.id = id == null ? null : id.trim();
62 89
     }
63 90
 
91
+    /**
92
+     * 仓房id
93
+     * @return house_id 仓房id
94
+     */
64 95
     public Integer getHouseId() {
65 96
         return houseId;
66 97
     }
67 98
 
99
+    /**
100
+     * 仓房id
101
+     * @param houseId 仓房id
102
+     */
68 103
     public void setHouseId(Integer houseId) {
69 104
         this.houseId = houseId;
70 105
     }
71 106
 
107
+    /**
108
+     * 保管员
109
+     * @return keeper 保管员
110
+     */
72 111
     public Integer getKeeper() {
73 112
         return keeper;
74 113
     }
75 114
 
115
+    /**
116
+     * 保管员
117
+     * @param keeper 保管员
118
+     */
76 119
     public void setKeeper(Integer keeper) {
77 120
         this.keeper = keeper;
78 121
     }
79 122
 
123
+    /**
124
+     * 粮食品种
125
+     * @return grain_kind 粮食品种
126
+     */
80 127
     public Integer getGrainKind() {
81 128
         return grainKind;
82 129
     }
83 130
 
131
+    /**
132
+     * 粮食品种
133
+     * @param grainKind 粮食品种
134
+     */
84 135
     public void setGrainKind(Integer grainKind) {
85 136
         this.grainKind = grainKind;
86 137
     }
87 138
 
88
-    public Integer getGrainCount() {
139
+    /**
140
+     * 粮食数量
141
+     * @return grain_count 粮食数量
142
+     */
143
+    public BigDecimal getGrainCount() {
89 144
         return grainCount;
90 145
     }
91 146
 
92
-    public void setGrainCount(Integer grainCount) {
147
+    /**
148
+     * 粮食数量
149
+     * @param grainCount 粮食数量
150
+     */
151
+    public void setGrainCount(BigDecimal grainCount) {
93 152
         this.grainCount = grainCount;
94 153
     }
95 154
 
155
+    /**
156
+     * 粮食存储时间
157
+     * @return grain_storage_time 粮食存储时间
158
+     */
96 159
     public Date getGrainStorageTime() {
97 160
         return grainStorageTime;
98 161
     }
99 162
 
163
+    /**
164
+     * 粮食存储时间
165
+     * @param grainStorageTime 粮食存储时间
166
+     */
100 167
     public void setGrainStorageTime(Date grainStorageTime) {
101 168
         this.grainStorageTime = grainStorageTime;
102 169
     }
103 170
 
171
+    /**
172
+     * 熏蒸方式
173
+     * @return fumigation_type 熏蒸方式
174
+     */
104 175
     public Integer getFumigationType() {
105 176
         return fumigationType;
106 177
     }
107 178
 
179
+    /**
180
+     * 熏蒸方式
181
+     * @param fumigationType 熏蒸方式
182
+     */
108 183
     public void setFumigationType(Integer fumigationType) {
109 184
         this.fumigationType = fumigationType;
110 185
     }
111 186
 
187
+    /**
188
+     * 熏蒸人数
189
+     * @return fumigation_number 熏蒸人数
190
+     */
112 191
     public Integer getFumigationNumber() {
113 192
         return fumigationNumber;
114 193
     }
115 194
 
195
+    /**
196
+     * 熏蒸人数
197
+     * @param fumigationNumber 熏蒸人数
198
+     */
116 199
     public void setFumigationNumber(Integer fumigationNumber) {
117 200
         this.fumigationNumber = fumigationNumber;
118 201
     }
119 202
 
203
+    /**
204
+     * 熏蒸指挥人
205
+     * @return fumigation_command 熏蒸指挥人
206
+     */
120 207
     public String getFumigationCommand() {
121 208
         return fumigationCommand;
122 209
     }
123 210
 
211
+    /**
212
+     * 熏蒸指挥人
213
+     * @param fumigationCommand 熏蒸指挥人
214
+     */
124 215
     public void setFumigationCommand(String fumigationCommand) {
125 216
         this.fumigationCommand = fumigationCommand == null ? null : fumigationCommand.trim();
126 217
     }
127 218
 
219
+    /**
220
+     * 熏蒸操作人员
221
+     * @return fumigation_operation 熏蒸操作人员
222
+     */
128 223
     public String getFumigationOperation() {
129 224
         return fumigationOperation;
130 225
     }
131 226
 
227
+    /**
228
+     * 熏蒸操作人员
229
+     * @param fumigationOperation 熏蒸操作人员
230
+     */
132 231
     public void setFumigationOperation(String fumigationOperation) {
133 232
         this.fumigationOperation = fumigationOperation == null ? null : fumigationOperation.trim();
134 233
     }
135 234
 
235
+    /**
236
+     * 防护人员
237
+     * @return fumiagtion_protective 防护人员
238
+     */
136 239
     public String getFumiagtionProtective() {
137 240
         return fumiagtionProtective;
138 241
     }
139 242
 
243
+    /**
244
+     * 防护人员
245
+     * @param fumiagtionProtective 防护人员
246
+     */
140 247
     public void setFumiagtionProtective(String fumiagtionProtective) {
141 248
         this.fumiagtionProtective = fumiagtionProtective == null ? null : fumiagtionProtective.trim();
142 249
     }
143 250
 
251
+    /**
252
+     * 预期达到效果
253
+     * @return expected 预期达到效果
254
+     */
144 255
     public String getExpected() {
145 256
         return expected;
146 257
     }
147 258
 
259
+    /**
260
+     * 预期达到效果
261
+     * @param expected 预期达到效果
262
+     */
148 263
     public void setExpected(String expected) {
149 264
         this.expected = expected == null ? null : expected.trim();
150 265
     }
151 266
 
267
+    /**
268
+     * 熏蒸人员分工
269
+     * @return points_work 熏蒸人员分工
270
+     */
152 271
     public String getPointsWork() {
153 272
         return pointsWork;
154 273
     }
155 274
 
275
+    /**
276
+     * 熏蒸人员分工
277
+     * @param pointsWork 熏蒸人员分工
278
+     */
156 279
     public void setPointsWork(String pointsWork) {
157 280
         this.pointsWork = pointsWork == null ? null : pointsWork.trim();
158 281
     }
159 282
 
283
+    /**
284
+     * 备注
285
+     * @return note 备注
286
+     */
160 287
     public String getNote() {
161 288
         return note;
162 289
     }
163 290
 
291
+    /**
292
+     * 备注
293
+     * @param note 备注
294
+     */
164 295
     public void setNote(String note) {
165 296
         this.note = note == null ? null : note.trim();
166 297
     }
167 298
 
299
+    /**
300
+     *  0待提交,1待审批,2驳回,3拒绝,4通过,5作业中,6作业结束
301
+     * @return state  0待提交,1待审批,2驳回,3拒绝,4通过,5作业中,6作业结束
302
+     */
168 303
     public Integer getState() {
169 304
         return state;
170 305
     }
171 306
 
307
+    /**
308
+     *  0待提交,1待审批,2驳回,3拒绝,4通过,5作业中,6作业结束
309
+     * @param state  0待提交,1待审批,2驳回,3拒绝,4通过,5作业中,6作业结束
310
+     */
172 311
     public void setState(Integer state) {
173 312
         this.state = state;
174 313
     }
175 314
 
315
+    /**
316
+     * 创建人
317
+     * @return creater 创建人
318
+     */
176 319
     public String getCreater() {
177 320
         return creater;
178 321
     }
179 322
 
323
+    /**
324
+     * 创建人
325
+     * @param creater 创建人
326
+     */
180 327
     public void setCreater(String creater) {
181 328
         this.creater = creater == null ? null : creater.trim();
182 329
     }
183 330
 
331
+    /**
332
+     * 创建日期
333
+     * @return create_time 创建日期
334
+     */
184 335
     public Date getCreateTime() {
185 336
         return createTime;
186 337
     }
187 338
 
339
+    /**
340
+     * 创建日期
341
+     * @param createTime 创建日期
342
+     */
188 343
     public void setCreateTime(Date createTime) {
189 344
         this.createTime = createTime;
190 345
     }
191 346
 
347
+    /**
348
+     * 审批工作人员
349
+     * @return approve_people 审批工作人员
350
+     */
192 351
     public String getApprovePeople() {
193 352
         return approvePeople;
194 353
     }
195 354
 
355
+    /**
356
+     * 审批工作人员
357
+     * @param approvePeople 审批工作人员
358
+     */
196 359
     public void setApprovePeople(String approvePeople) {
197 360
         this.approvePeople = approvePeople == null ? null : approvePeople.trim();
198 361
     }
199 362
 
363
+    /**
364
+     * 审批部门
365
+     * @return approve_department 审批部门
366
+     */
200 367
     public String getApproveDepartment() {
201 368
         return approveDepartment;
202 369
     }
203 370
 
371
+    /**
372
+     * 审批部门
373
+     * @param approveDepartment 审批部门
374
+     */
204 375
     public void setApproveDepartment(String approveDepartment) {
205 376
         this.approveDepartment = approveDepartment == null ? null : approveDepartment.trim();
206 377
     }
207 378
 
379
+    /**
380
+     * 审批意见
381
+     * @return approve_note 审批意见
382
+     */
208 383
     public String getApproveNote() {
209 384
         return approveNote;
210 385
     }
211 386
 
387
+    /**
388
+     * 审批意见
389
+     * @param approveNote 审批意见
390
+     */
212 391
     public void setApproveNote(String approveNote) {
213 392
         this.approveNote = approveNote == null ? null : approveNote.trim();
214 393
     }
215 394
 
395
+    /**
396
+     * 审批时间
397
+     * @return approve_time 审批时间
398
+     */
216 399
     public Date getApproveTime() {
217 400
         return approveTime;
218 401
     }
219 402
 
403
+    /**
404
+     * 审批时间
405
+     * @param approveTime 审批时间
406
+     */
220 407
     public void setApproveTime(Date approveTime) {
221 408
         this.approveTime = approveTime;
222 409
     }
223 410
 
411
+    /**
412
+     * 0是删除,1是未删除
413
+     * @return delete_state 0是删除,1是未删除
414
+     */
224 415
     public String getDeleteState() {
225 416
         return deleteState;
226 417
     }
227 418
 
419
+    /**
420
+     * 0是删除,1是未删除
421
+     * @param deleteState 0是删除,1是未删除
422
+     */
228 423
     public void setDeleteState(String deleteState) {
229 424
         this.deleteState = deleteState == null ? null : deleteState.trim();
230 425
     }
231 426
 
427
+    /**
428
+     * 组织机构id
429
+     * @return org_id 组织机构id
430
+     */
232 431
     public String getOrgId() {
233 432
         return orgId;
234 433
     }
235 434
 
435
+    /**
436
+     * 组织机构id
437
+     * @param orgId 组织机构id
438
+     */
236 439
     public void setOrgId(String orgId) {
237 440
         this.orgId = orgId == null ? null : orgId.trim();
238 441
     }
239 442
 
240
-	public Integer getFumigationFrequency() {
241
-		return fumigationFrequency;
242
-	}
443
+    /**
444
+     * 熏蒸次数
445
+     * @return fumigation_frequency 熏蒸次数
446
+     */
447
+    public Integer getFumigationFrequency() {
448
+        return fumigationFrequency;
449
+    }
450
+
451
+    /**
452
+     * 熏蒸次数
453
+     * @param fumigationFrequency 熏蒸次数
454
+     */
455
+    public void setFumigationFrequency(Integer fumigationFrequency) {
456
+        this.fumigationFrequency = fumigationFrequency;
457
+    }
458
+
459
+    /**
460
+     * 常规熏蒸方式
461
+     * @return cgxzfs 常规熏蒸方式
462
+     */
463
+    public String getCgxzfs() {
464
+        return cgxzfs;
465
+    }
243 466
 
244
-	public void setFumigationFrequency(Integer fumigationFrequency) {
245
-		this.fumigationFrequency = fumigationFrequency;
246
-	}
467
+    /**
468
+     * 常规熏蒸方式
469
+     * @param cgxzfs 常规熏蒸方式
470
+     */
471
+    public void setCgxzfs(String cgxzfs) {
472
+        this.cgxzfs = cgxzfs == null ? null : cgxzfs.trim();
473
+    }
247 474
 
248
-	public String getHcjcdh() {
249
-		return hcjcdh;
250
-	}
475
+    /**
476
+     * 环流熏蒸方式
477
+     * @return hlxzfs 环流熏蒸方式
478
+     */
479
+    public String getHlxzfs() {
480
+        return hlxzfs;
481
+    }
482
+
483
+    /**
484
+     * 环流熏蒸方式
485
+     * @param hlxzfs 环流熏蒸方式
486
+     */
487
+    public void setHlxzfs(String hlxzfs) {
488
+        this.hlxzfs = hlxzfs == null ? null : hlxzfs.trim();
489
+    }
490
+
491
+    /**
492
+     * 环流熏蒸与内环流技术结合
493
+     * @return hlxzynhljsjh 环流熏蒸与内环流技术结合
494
+     */
495
+    public String getHlxzynhljsjh() {
496
+        return hlxzynhljsjh;
497
+    }
498
+
499
+    /**
500
+     * 环流熏蒸与内环流技术结合
501
+     * @param hlxzynhljsjh 环流熏蒸与内环流技术结合
502
+     */
503
+    public void setHlxzynhljsjh(String hlxzynhljsjh) {
504
+        this.hlxzynhljsjh = hlxzynhljsjh == null ? null : hlxzynhljsjh.trim();
505
+    }
506
+
507
+    /**
508
+     * 熏蒸方案制定
509
+     * @return xzfazd 熏蒸方案制定
510
+     */
511
+    public String getXzfazd() {
512
+        return xzfazd;
513
+    }
251 514
 
252
-	public void setHcjcdh(String hcjcdh) {
253
-		this.hcjcdh = hcjcdh == null ? null : hcjcdh.trim();
254
-	}
255
-    
256
-}
515
+    /**
516
+     * 熏蒸方案制定
517
+     * @param xzfazd 熏蒸方案制定
518
+     */
519
+    public void setXzfazd(String xzfazd) {
520
+        this.xzfazd = xzfazd == null ? null : xzfazd.trim();
521
+    }
522
+
523
+    /**
524
+     * 熏蒸方案起草人
525
+     * @return xzfaqcr 熏蒸方案起草人
526
+     */
527
+    public String getXzfaqcr() {
528
+        return xzfaqcr;
529
+    }
530
+
531
+    /**
532
+     * 熏蒸方案起草人
533
+     * @param xzfaqcr 熏蒸方案起草人
534
+     */
535
+    public void setXzfaqcr(String xzfaqcr) {
536
+        this.xzfaqcr = xzfaqcr == null ? null : xzfaqcr.trim();
537
+    }
538
+
539
+    /**
540
+     * 熏蒸方案批准人
541
+     * @return xzfapzr 熏蒸方案批准人
542
+     */
543
+    public String getXzfapzr() {
544
+        return xzfapzr;
545
+    }
546
+
547
+    /**
548
+     * 熏蒸方案批准人
549
+     * @param xzfapzr 熏蒸方案批准人
550
+     */
551
+    public void setXzfapzr(String xzfapzr) {
552
+        this.xzfapzr = xzfapzr == null ? null : xzfapzr.trim();
553
+    }
554
+
555
+    /**
556
+     * 熏蒸方案报备情况
557
+     * @return xzfabbqk 熏蒸方案报备情况
558
+     */
559
+    public String getXzfabbqk() {
560
+        return xzfabbqk;
561
+    }
562
+
563
+    /**
564
+     * 熏蒸方案报备情况
565
+     * @param xzfabbqk 熏蒸方案报备情况
566
+     */
567
+    public void setXzfabbqk(String xzfabbqk) {
568
+        this.xzfabbqk = xzfabbqk == null ? null : xzfabbqk.trim();
569
+    }
570
+
571
+    /**
572
+     * 熏蒸负责人
573
+     * @return xzfzr 熏蒸负责人
574
+     */
575
+    public String getXzfzr() {
576
+        return xzfzr;
577
+    }
578
+
579
+    /**
580
+     * 熏蒸负责人
581
+     * @param xzfzr 熏蒸负责人
582
+     */
583
+    public void setXzfzr(String xzfzr) {
584
+        this.xzfzr = xzfzr == null ? null : xzfzr.trim();
585
+    }
586
+
587
+    /**
588
+     * 害虫检测单号
589
+     * @return hcjcdh 害虫检测单号
590
+     */
591
+    public String getHcjcdh() {
592
+        return hcjcdh;
593
+    }
594
+
595
+    /**
596
+     * 害虫检测单号
597
+     * @param hcjcdh 害虫检测单号
598
+     */
599
+    public void setHcjcdh(String hcjcdh) {
600
+        this.hcjcdh = hcjcdh == null ? null : hcjcdh.trim();
601
+    }
602
+
603
+    /**
604
+     * 
605
+     * @return updatetime 
606
+     */
607
+    public Date getUpdatetime() {
608
+        return updatetime;
609
+    }
610
+
611
+    /**
612
+     * 
613
+     * @param updatetime 
614
+     */
615
+    public void setUpdatetime(Date updatetime) {
616
+        this.updatetime = updatetime;
617
+    }
618
+}

+ 761 - 10
src/main/java/com/chinaitop/depot/intelligent/fumigation/model/TFumigationPlanExample.java

@@ -1,5 +1,6 @@
1 1
 package com.chinaitop.depot.intelligent.fumigation.model;
2 2
 
3
+import java.math.BigDecimal;
3 4
 import java.util.ArrayList;
4 5
 import java.util.Date;
5 6
 import java.util.List;
@@ -365,52 +366,52 @@ public class TFumigationPlanExample {
365 366
             return (Criteria) this;
366 367
         }
367 368
 
368
-        public Criteria andGrainCountEqualTo(Integer value) {
369
+        public Criteria andGrainCountEqualTo(BigDecimal value) {
369 370
             addCriterion("grain_count =", value, "grainCount");
370 371
             return (Criteria) this;
371 372
         }
372 373
 
373
-        public Criteria andGrainCountNotEqualTo(Integer value) {
374
+        public Criteria andGrainCountNotEqualTo(BigDecimal value) {
374 375
             addCriterion("grain_count <>", value, "grainCount");
375 376
             return (Criteria) this;
376 377
         }
377 378
 
378
-        public Criteria andGrainCountGreaterThan(Integer value) {
379
+        public Criteria andGrainCountGreaterThan(BigDecimal value) {
379 380
             addCriterion("grain_count >", value, "grainCount");
380 381
             return (Criteria) this;
381 382
         }
382 383
 
383
-        public Criteria andGrainCountGreaterThanOrEqualTo(Integer value) {
384
+        public Criteria andGrainCountGreaterThanOrEqualTo(BigDecimal value) {
384 385
             addCriterion("grain_count >=", value, "grainCount");
385 386
             return (Criteria) this;
386 387
         }
387 388
 
388
-        public Criteria andGrainCountLessThan(Integer value) {
389
+        public Criteria andGrainCountLessThan(BigDecimal value) {
389 390
             addCriterion("grain_count <", value, "grainCount");
390 391
             return (Criteria) this;
391 392
         }
392 393
 
393
-        public Criteria andGrainCountLessThanOrEqualTo(Integer value) {
394
+        public Criteria andGrainCountLessThanOrEqualTo(BigDecimal value) {
394 395
             addCriterion("grain_count <=", value, "grainCount");
395 396
             return (Criteria) this;
396 397
         }
397 398
 
398
-        public Criteria andGrainCountIn(List<Integer> values) {
399
+        public Criteria andGrainCountIn(List<BigDecimal> values) {
399 400
             addCriterion("grain_count in", values, "grainCount");
400 401
             return (Criteria) this;
401 402
         }
402 403
 
403
-        public Criteria andGrainCountNotIn(List<Integer> values) {
404
+        public Criteria andGrainCountNotIn(List<BigDecimal> values) {
404 405
             addCriterion("grain_count not in", values, "grainCount");
405 406
             return (Criteria) this;
406 407
         }
407 408
 
408
-        public Criteria andGrainCountBetween(Integer value1, Integer value2) {
409
+        public Criteria andGrainCountBetween(BigDecimal value1, BigDecimal value2) {
409 410
             addCriterion("grain_count between", value1, value2, "grainCount");
410 411
             return (Criteria) this;
411 412
         }
412 413
 
413
-        public Criteria andGrainCountNotBetween(Integer value1, Integer value2) {
414
+        public Criteria andGrainCountNotBetween(BigDecimal value1, BigDecimal value2) {
414 415
             addCriterion("grain_count not between", value1, value2, "grainCount");
415 416
             return (Criteria) this;
416 417
         }
@@ -1614,6 +1615,756 @@ public class TFumigationPlanExample {
1614 1615
             addCriterion("org_id not between", value1, value2, "orgId");
1615 1616
             return (Criteria) this;
1616 1617
         }
1618
+
1619
+        public Criteria andFumigationFrequencyIsNull() {
1620
+            addCriterion("fumigation_frequency is null");
1621
+            return (Criteria) this;
1622
+        }
1623
+
1624
+        public Criteria andFumigationFrequencyIsNotNull() {
1625
+            addCriterion("fumigation_frequency is not null");
1626
+            return (Criteria) this;
1627
+        }
1628
+
1629
+        public Criteria andFumigationFrequencyEqualTo(Integer value) {
1630
+            addCriterion("fumigation_frequency =", value, "fumigationFrequency");
1631
+            return (Criteria) this;
1632
+        }
1633
+
1634
+        public Criteria andFumigationFrequencyNotEqualTo(Integer value) {
1635
+            addCriterion("fumigation_frequency <>", value, "fumigationFrequency");
1636
+            return (Criteria) this;
1637
+        }
1638
+
1639
+        public Criteria andFumigationFrequencyGreaterThan(Integer value) {
1640
+            addCriterion("fumigation_frequency >", value, "fumigationFrequency");
1641
+            return (Criteria) this;
1642
+        }
1643
+
1644
+        public Criteria andFumigationFrequencyGreaterThanOrEqualTo(Integer value) {
1645
+            addCriterion("fumigation_frequency >=", value, "fumigationFrequency");
1646
+            return (Criteria) this;
1647
+        }
1648
+
1649
+        public Criteria andFumigationFrequencyLessThan(Integer value) {
1650
+            addCriterion("fumigation_frequency <", value, "fumigationFrequency");
1651
+            return (Criteria) this;
1652
+        }
1653
+
1654
+        public Criteria andFumigationFrequencyLessThanOrEqualTo(Integer value) {
1655
+            addCriterion("fumigation_frequency <=", value, "fumigationFrequency");
1656
+            return (Criteria) this;
1657
+        }
1658
+
1659
+        public Criteria andFumigationFrequencyIn(List<Integer> values) {
1660
+            addCriterion("fumigation_frequency in", values, "fumigationFrequency");
1661
+            return (Criteria) this;
1662
+        }
1663
+
1664
+        public Criteria andFumigationFrequencyNotIn(List<Integer> values) {
1665
+            addCriterion("fumigation_frequency not in", values, "fumigationFrequency");
1666
+            return (Criteria) this;
1667
+        }
1668
+
1669
+        public Criteria andFumigationFrequencyBetween(Integer value1, Integer value2) {
1670
+            addCriterion("fumigation_frequency between", value1, value2, "fumigationFrequency");
1671
+            return (Criteria) this;
1672
+        }
1673
+
1674
+        public Criteria andFumigationFrequencyNotBetween(Integer value1, Integer value2) {
1675
+            addCriterion("fumigation_frequency not between", value1, value2, "fumigationFrequency");
1676
+            return (Criteria) this;
1677
+        }
1678
+
1679
+        public Criteria andCgxzfsIsNull() {
1680
+            addCriterion("cgxzfs is null");
1681
+            return (Criteria) this;
1682
+        }
1683
+
1684
+        public Criteria andCgxzfsIsNotNull() {
1685
+            addCriterion("cgxzfs is not null");
1686
+            return (Criteria) this;
1687
+        }
1688
+
1689
+        public Criteria andCgxzfsEqualTo(String value) {
1690
+            addCriterion("cgxzfs =", value, "cgxzfs");
1691
+            return (Criteria) this;
1692
+        }
1693
+
1694
+        public Criteria andCgxzfsNotEqualTo(String value) {
1695
+            addCriterion("cgxzfs <>", value, "cgxzfs");
1696
+            return (Criteria) this;
1697
+        }
1698
+
1699
+        public Criteria andCgxzfsGreaterThan(String value) {
1700
+            addCriterion("cgxzfs >", value, "cgxzfs");
1701
+            return (Criteria) this;
1702
+        }
1703
+
1704
+        public Criteria andCgxzfsGreaterThanOrEqualTo(String value) {
1705
+            addCriterion("cgxzfs >=", value, "cgxzfs");
1706
+            return (Criteria) this;
1707
+        }
1708
+
1709
+        public Criteria andCgxzfsLessThan(String value) {
1710
+            addCriterion("cgxzfs <", value, "cgxzfs");
1711
+            return (Criteria) this;
1712
+        }
1713
+
1714
+        public Criteria andCgxzfsLessThanOrEqualTo(String value) {
1715
+            addCriterion("cgxzfs <=", value, "cgxzfs");
1716
+            return (Criteria) this;
1717
+        }
1718
+
1719
+        public Criteria andCgxzfsLike(String value) {
1720
+            addCriterion("cgxzfs like", value, "cgxzfs");
1721
+            return (Criteria) this;
1722
+        }
1723
+
1724
+        public Criteria andCgxzfsNotLike(String value) {
1725
+            addCriterion("cgxzfs not like", value, "cgxzfs");
1726
+            return (Criteria) this;
1727
+        }
1728
+
1729
+        public Criteria andCgxzfsIn(List<String> values) {
1730
+            addCriterion("cgxzfs in", values, "cgxzfs");
1731
+            return (Criteria) this;
1732
+        }
1733
+
1734
+        public Criteria andCgxzfsNotIn(List<String> values) {
1735
+            addCriterion("cgxzfs not in", values, "cgxzfs");
1736
+            return (Criteria) this;
1737
+        }
1738
+
1739
+        public Criteria andCgxzfsBetween(String value1, String value2) {
1740
+            addCriterion("cgxzfs between", value1, value2, "cgxzfs");
1741
+            return (Criteria) this;
1742
+        }
1743
+
1744
+        public Criteria andCgxzfsNotBetween(String value1, String value2) {
1745
+            addCriterion("cgxzfs not between", value1, value2, "cgxzfs");
1746
+            return (Criteria) this;
1747
+        }
1748
+
1749
+        public Criteria andHlxzfsIsNull() {
1750
+            addCriterion("hlxzfs is null");
1751
+            return (Criteria) this;
1752
+        }
1753
+
1754
+        public Criteria andHlxzfsIsNotNull() {
1755
+            addCriterion("hlxzfs is not null");
1756
+            return (Criteria) this;
1757
+        }
1758
+
1759
+        public Criteria andHlxzfsEqualTo(String value) {
1760
+            addCriterion("hlxzfs =", value, "hlxzfs");
1761
+            return (Criteria) this;
1762
+        }
1763
+
1764
+        public Criteria andHlxzfsNotEqualTo(String value) {
1765
+            addCriterion("hlxzfs <>", value, "hlxzfs");
1766
+            return (Criteria) this;
1767
+        }
1768
+
1769
+        public Criteria andHlxzfsGreaterThan(String value) {
1770
+            addCriterion("hlxzfs >", value, "hlxzfs");
1771
+            return (Criteria) this;
1772
+        }
1773
+
1774
+        public Criteria andHlxzfsGreaterThanOrEqualTo(String value) {
1775
+            addCriterion("hlxzfs >=", value, "hlxzfs");
1776
+            return (Criteria) this;
1777
+        }
1778
+
1779
+        public Criteria andHlxzfsLessThan(String value) {
1780
+            addCriterion("hlxzfs <", value, "hlxzfs");
1781
+            return (Criteria) this;
1782
+        }
1783
+
1784
+        public Criteria andHlxzfsLessThanOrEqualTo(String value) {
1785
+            addCriterion("hlxzfs <=", value, "hlxzfs");
1786
+            return (Criteria) this;
1787
+        }
1788
+
1789
+        public Criteria andHlxzfsLike(String value) {
1790
+            addCriterion("hlxzfs like", value, "hlxzfs");
1791
+            return (Criteria) this;
1792
+        }
1793
+
1794
+        public Criteria andHlxzfsNotLike(String value) {
1795
+            addCriterion("hlxzfs not like", value, "hlxzfs");
1796
+            return (Criteria) this;
1797
+        }
1798
+
1799
+        public Criteria andHlxzfsIn(List<String> values) {
1800
+            addCriterion("hlxzfs in", values, "hlxzfs");
1801
+            return (Criteria) this;
1802
+        }
1803
+
1804
+        public Criteria andHlxzfsNotIn(List<String> values) {
1805
+            addCriterion("hlxzfs not in", values, "hlxzfs");
1806
+            return (Criteria) this;
1807
+        }
1808
+
1809
+        public Criteria andHlxzfsBetween(String value1, String value2) {
1810
+            addCriterion("hlxzfs between", value1, value2, "hlxzfs");
1811
+            return (Criteria) this;
1812
+        }
1813
+
1814
+        public Criteria andHlxzfsNotBetween(String value1, String value2) {
1815
+            addCriterion("hlxzfs not between", value1, value2, "hlxzfs");
1816
+            return (Criteria) this;
1817
+        }
1818
+
1819
+        public Criteria andHlxzynhljsjhIsNull() {
1820
+            addCriterion("hlxzynhljsjh is null");
1821
+            return (Criteria) this;
1822
+        }
1823
+
1824
+        public Criteria andHlxzynhljsjhIsNotNull() {
1825
+            addCriterion("hlxzynhljsjh is not null");
1826
+            return (Criteria) this;
1827
+        }
1828
+
1829
+        public Criteria andHlxzynhljsjhEqualTo(String value) {
1830
+            addCriterion("hlxzynhljsjh =", value, "hlxzynhljsjh");
1831
+            return (Criteria) this;
1832
+        }
1833
+
1834
+        public Criteria andHlxzynhljsjhNotEqualTo(String value) {
1835
+            addCriterion("hlxzynhljsjh <>", value, "hlxzynhljsjh");
1836
+            return (Criteria) this;
1837
+        }
1838
+
1839
+        public Criteria andHlxzynhljsjhGreaterThan(String value) {
1840
+            addCriterion("hlxzynhljsjh >", value, "hlxzynhljsjh");
1841
+            return (Criteria) this;
1842
+        }
1843
+
1844
+        public Criteria andHlxzynhljsjhGreaterThanOrEqualTo(String value) {
1845
+            addCriterion("hlxzynhljsjh >=", value, "hlxzynhljsjh");
1846
+            return (Criteria) this;
1847
+        }
1848
+
1849
+        public Criteria andHlxzynhljsjhLessThan(String value) {
1850
+            addCriterion("hlxzynhljsjh <", value, "hlxzynhljsjh");
1851
+            return (Criteria) this;
1852
+        }
1853
+
1854
+        public Criteria andHlxzynhljsjhLessThanOrEqualTo(String value) {
1855
+            addCriterion("hlxzynhljsjh <=", value, "hlxzynhljsjh");
1856
+            return (Criteria) this;
1857
+        }
1858
+
1859
+        public Criteria andHlxzynhljsjhLike(String value) {
1860
+            addCriterion("hlxzynhljsjh like", value, "hlxzynhljsjh");
1861
+            return (Criteria) this;
1862
+        }
1863
+
1864
+        public Criteria andHlxzynhljsjhNotLike(String value) {
1865
+            addCriterion("hlxzynhljsjh not like", value, "hlxzynhljsjh");
1866
+            return (Criteria) this;
1867
+        }
1868
+
1869
+        public Criteria andHlxzynhljsjhIn(List<String> values) {
1870
+            addCriterion("hlxzynhljsjh in", values, "hlxzynhljsjh");
1871
+            return (Criteria) this;
1872
+        }
1873
+
1874
+        public Criteria andHlxzynhljsjhNotIn(List<String> values) {
1875
+            addCriterion("hlxzynhljsjh not in", values, "hlxzynhljsjh");
1876
+            return (Criteria) this;
1877
+        }
1878
+
1879
+        public Criteria andHlxzynhljsjhBetween(String value1, String value2) {
1880
+            addCriterion("hlxzynhljsjh between", value1, value2, "hlxzynhljsjh");
1881
+            return (Criteria) this;
1882
+        }
1883
+
1884
+        public Criteria andHlxzynhljsjhNotBetween(String value1, String value2) {
1885
+            addCriterion("hlxzynhljsjh not between", value1, value2, "hlxzynhljsjh");
1886
+            return (Criteria) this;
1887
+        }
1888
+
1889
+        public Criteria andXzfazdIsNull() {
1890
+            addCriterion("xzfazd is null");
1891
+            return (Criteria) this;
1892
+        }
1893
+
1894
+        public Criteria andXzfazdIsNotNull() {
1895
+            addCriterion("xzfazd is not null");
1896
+            return (Criteria) this;
1897
+        }
1898
+
1899
+        public Criteria andXzfazdEqualTo(String value) {
1900
+            addCriterion("xzfazd =", value, "xzfazd");
1901
+            return (Criteria) this;
1902
+        }
1903
+
1904
+        public Criteria andXzfazdNotEqualTo(String value) {
1905
+            addCriterion("xzfazd <>", value, "xzfazd");
1906
+            return (Criteria) this;
1907
+        }
1908
+
1909
+        public Criteria andXzfazdGreaterThan(String value) {
1910
+            addCriterion("xzfazd >", value, "xzfazd");
1911
+            return (Criteria) this;
1912
+        }
1913
+
1914
+        public Criteria andXzfazdGreaterThanOrEqualTo(String value) {
1915
+            addCriterion("xzfazd >=", value, "xzfazd");
1916
+            return (Criteria) this;
1917
+        }
1918
+
1919
+        public Criteria andXzfazdLessThan(String value) {
1920
+            addCriterion("xzfazd <", value, "xzfazd");
1921
+            return (Criteria) this;
1922
+        }
1923
+
1924
+        public Criteria andXzfazdLessThanOrEqualTo(String value) {
1925
+            addCriterion("xzfazd <=", value, "xzfazd");
1926
+            return (Criteria) this;
1927
+        }
1928
+
1929
+        public Criteria andXzfazdLike(String value) {
1930
+            addCriterion("xzfazd like", value, "xzfazd");
1931
+            return (Criteria) this;
1932
+        }
1933
+
1934
+        public Criteria andXzfazdNotLike(String value) {
1935
+            addCriterion("xzfazd not like", value, "xzfazd");
1936
+            return (Criteria) this;
1937
+        }
1938
+
1939
+        public Criteria andXzfazdIn(List<String> values) {
1940
+            addCriterion("xzfazd in", values, "xzfazd");
1941
+            return (Criteria) this;
1942
+        }
1943
+
1944
+        public Criteria andXzfazdNotIn(List<String> values) {
1945
+            addCriterion("xzfazd not in", values, "xzfazd");
1946
+            return (Criteria) this;
1947
+        }
1948
+
1949
+        public Criteria andXzfazdBetween(String value1, String value2) {
1950
+            addCriterion("xzfazd between", value1, value2, "xzfazd");
1951
+            return (Criteria) this;
1952
+        }
1953
+
1954
+        public Criteria andXzfazdNotBetween(String value1, String value2) {
1955
+            addCriterion("xzfazd not between", value1, value2, "xzfazd");
1956
+            return (Criteria) this;
1957
+        }
1958
+
1959
+        public Criteria andXzfaqcrIsNull() {
1960
+            addCriterion("xzfaqcr is null");
1961
+            return (Criteria) this;
1962
+        }
1963
+
1964
+        public Criteria andXzfaqcrIsNotNull() {
1965
+            addCriterion("xzfaqcr is not null");
1966
+            return (Criteria) this;
1967
+        }
1968
+
1969
+        public Criteria andXzfaqcrEqualTo(String value) {
1970
+            addCriterion("xzfaqcr =", value, "xzfaqcr");
1971
+            return (Criteria) this;
1972
+        }
1973
+
1974
+        public Criteria andXzfaqcrNotEqualTo(String value) {
1975
+            addCriterion("xzfaqcr <>", value, "xzfaqcr");
1976
+            return (Criteria) this;
1977
+        }
1978
+
1979
+        public Criteria andXzfaqcrGreaterThan(String value) {
1980
+            addCriterion("xzfaqcr >", value, "xzfaqcr");
1981
+            return (Criteria) this;
1982
+        }
1983
+
1984
+        public Criteria andXzfaqcrGreaterThanOrEqualTo(String value) {
1985
+            addCriterion("xzfaqcr >=", value, "xzfaqcr");
1986
+            return (Criteria) this;
1987
+        }
1988
+
1989
+        public Criteria andXzfaqcrLessThan(String value) {
1990
+            addCriterion("xzfaqcr <", value, "xzfaqcr");
1991
+            return (Criteria) this;
1992
+        }
1993
+
1994
+        public Criteria andXzfaqcrLessThanOrEqualTo(String value) {
1995
+            addCriterion("xzfaqcr <=", value, "xzfaqcr");
1996
+            return (Criteria) this;
1997
+        }
1998
+
1999
+        public Criteria andXzfaqcrLike(String value) {
2000
+            addCriterion("xzfaqcr like", value, "xzfaqcr");
2001
+            return (Criteria) this;
2002
+        }
2003
+
2004
+        public Criteria andXzfaqcrNotLike(String value) {
2005
+            addCriterion("xzfaqcr not like", value, "xzfaqcr");
2006
+            return (Criteria) this;
2007
+        }
2008
+
2009
+        public Criteria andXzfaqcrIn(List<String> values) {
2010
+            addCriterion("xzfaqcr in", values, "xzfaqcr");
2011
+            return (Criteria) this;
2012
+        }
2013
+
2014
+        public Criteria andXzfaqcrNotIn(List<String> values) {
2015
+            addCriterion("xzfaqcr not in", values, "xzfaqcr");
2016
+            return (Criteria) this;
2017
+        }
2018
+
2019
+        public Criteria andXzfaqcrBetween(String value1, String value2) {
2020
+            addCriterion("xzfaqcr between", value1, value2, "xzfaqcr");
2021
+            return (Criteria) this;
2022
+        }
2023
+
2024
+        public Criteria andXzfaqcrNotBetween(String value1, String value2) {
2025
+            addCriterion("xzfaqcr not between", value1, value2, "xzfaqcr");
2026
+            return (Criteria) this;
2027
+        }
2028
+
2029
+        public Criteria andXzfapzrIsNull() {
2030
+            addCriterion("xzfapzr is null");
2031
+            return (Criteria) this;
2032
+        }
2033
+
2034
+        public Criteria andXzfapzrIsNotNull() {
2035
+            addCriterion("xzfapzr is not null");
2036
+            return (Criteria) this;
2037
+        }
2038
+
2039
+        public Criteria andXzfapzrEqualTo(String value) {
2040
+            addCriterion("xzfapzr =", value, "xzfapzr");
2041
+            return (Criteria) this;
2042
+        }
2043
+
2044
+        public Criteria andXzfapzrNotEqualTo(String value) {
2045
+            addCriterion("xzfapzr <>", value, "xzfapzr");
2046
+            return (Criteria) this;
2047
+        }
2048
+
2049
+        public Criteria andXzfapzrGreaterThan(String value) {
2050
+            addCriterion("xzfapzr >", value, "xzfapzr");
2051
+            return (Criteria) this;
2052
+        }
2053
+
2054
+        public Criteria andXzfapzrGreaterThanOrEqualTo(String value) {
2055
+            addCriterion("xzfapzr >=", value, "xzfapzr");
2056
+            return (Criteria) this;
2057
+        }
2058
+
2059
+        public Criteria andXzfapzrLessThan(String value) {
2060
+            addCriterion("xzfapzr <", value, "xzfapzr");
2061
+            return (Criteria) this;
2062
+        }
2063
+
2064
+        public Criteria andXzfapzrLessThanOrEqualTo(String value) {
2065
+            addCriterion("xzfapzr <=", value, "xzfapzr");
2066
+            return (Criteria) this;
2067
+        }
2068
+
2069
+        public Criteria andXzfapzrLike(String value) {
2070
+            addCriterion("xzfapzr like", value, "xzfapzr");
2071
+            return (Criteria) this;
2072
+        }
2073
+
2074
+        public Criteria andXzfapzrNotLike(String value) {
2075
+            addCriterion("xzfapzr not like", value, "xzfapzr");
2076
+            return (Criteria) this;
2077
+        }
2078
+
2079
+        public Criteria andXzfapzrIn(List<String> values) {
2080
+            addCriterion("xzfapzr in", values, "xzfapzr");
2081
+            return (Criteria) this;
2082
+        }
2083
+
2084
+        public Criteria andXzfapzrNotIn(List<String> values) {
2085
+            addCriterion("xzfapzr not in", values, "xzfapzr");
2086
+            return (Criteria) this;
2087
+        }
2088
+
2089
+        public Criteria andXzfapzrBetween(String value1, String value2) {
2090
+            addCriterion("xzfapzr between", value1, value2, "xzfapzr");
2091
+            return (Criteria) this;
2092
+        }
2093
+
2094
+        public Criteria andXzfapzrNotBetween(String value1, String value2) {
2095
+            addCriterion("xzfapzr not between", value1, value2, "xzfapzr");
2096
+            return (Criteria) this;
2097
+        }
2098
+
2099
+        public Criteria andXzfabbqkIsNull() {
2100
+            addCriterion("xzfabbqk is null");
2101
+            return (Criteria) this;
2102
+        }
2103
+
2104
+        public Criteria andXzfabbqkIsNotNull() {
2105
+            addCriterion("xzfabbqk is not null");
2106
+            return (Criteria) this;
2107
+        }
2108
+
2109
+        public Criteria andXzfabbqkEqualTo(String value) {
2110
+            addCriterion("xzfabbqk =", value, "xzfabbqk");
2111
+            return (Criteria) this;
2112
+        }
2113
+
2114
+        public Criteria andXzfabbqkNotEqualTo(String value) {
2115
+            addCriterion("xzfabbqk <>", value, "xzfabbqk");
2116
+            return (Criteria) this;
2117
+        }
2118
+
2119
+        public Criteria andXzfabbqkGreaterThan(String value) {
2120
+            addCriterion("xzfabbqk >", value, "xzfabbqk");
2121
+            return (Criteria) this;
2122
+        }
2123
+
2124
+        public Criteria andXzfabbqkGreaterThanOrEqualTo(String value) {
2125
+            addCriterion("xzfabbqk >=", value, "xzfabbqk");
2126
+            return (Criteria) this;
2127
+        }
2128
+
2129
+        public Criteria andXzfabbqkLessThan(String value) {
2130
+            addCriterion("xzfabbqk <", value, "xzfabbqk");
2131
+            return (Criteria) this;
2132
+        }
2133
+
2134
+        public Criteria andXzfabbqkLessThanOrEqualTo(String value) {
2135
+            addCriterion("xzfabbqk <=", value, "xzfabbqk");
2136
+            return (Criteria) this;
2137
+        }
2138
+
2139
+        public Criteria andXzfabbqkLike(String value) {
2140
+            addCriterion("xzfabbqk like", value, "xzfabbqk");
2141
+            return (Criteria) this;
2142
+        }
2143
+
2144
+        public Criteria andXzfabbqkNotLike(String value) {
2145
+            addCriterion("xzfabbqk not like", value, "xzfabbqk");
2146
+            return (Criteria) this;
2147
+        }
2148
+
2149
+        public Criteria andXzfabbqkIn(List<String> values) {
2150
+            addCriterion("xzfabbqk in", values, "xzfabbqk");
2151
+            return (Criteria) this;
2152
+        }
2153
+
2154
+        public Criteria andXzfabbqkNotIn(List<String> values) {
2155
+            addCriterion("xzfabbqk not in", values, "xzfabbqk");
2156
+            return (Criteria) this;
2157
+        }
2158
+
2159
+        public Criteria andXzfabbqkBetween(String value1, String value2) {
2160
+            addCriterion("xzfabbqk between", value1, value2, "xzfabbqk");
2161
+            return (Criteria) this;
2162
+        }
2163
+
2164
+        public Criteria andXzfabbqkNotBetween(String value1, String value2) {
2165
+            addCriterion("xzfabbqk not between", value1, value2, "xzfabbqk");
2166
+            return (Criteria) this;
2167
+        }
2168
+
2169
+        public Criteria andXzfzrIsNull() {
2170
+            addCriterion("xzfzr is null");
2171
+            return (Criteria) this;
2172
+        }
2173
+
2174
+        public Criteria andXzfzrIsNotNull() {
2175
+            addCriterion("xzfzr is not null");
2176
+            return (Criteria) this;
2177
+        }
2178
+
2179
+        public Criteria andXzfzrEqualTo(String value) {
2180
+            addCriterion("xzfzr =", value, "xzfzr");
2181
+            return (Criteria) this;
2182
+        }
2183
+
2184
+        public Criteria andXzfzrNotEqualTo(String value) {
2185
+            addCriterion("xzfzr <>", value, "xzfzr");
2186
+            return (Criteria) this;
2187
+        }
2188
+
2189
+        public Criteria andXzfzrGreaterThan(String value) {
2190
+            addCriterion("xzfzr >", value, "xzfzr");
2191
+            return (Criteria) this;
2192
+        }
2193
+
2194
+        public Criteria andXzfzrGreaterThanOrEqualTo(String value) {
2195
+            addCriterion("xzfzr >=", value, "xzfzr");
2196
+            return (Criteria) this;
2197
+        }
2198
+
2199
+        public Criteria andXzfzrLessThan(String value) {
2200
+            addCriterion("xzfzr <", value, "xzfzr");
2201
+            return (Criteria) this;
2202
+        }
2203
+
2204
+        public Criteria andXzfzrLessThanOrEqualTo(String value) {
2205
+            addCriterion("xzfzr <=", value, "xzfzr");
2206
+            return (Criteria) this;
2207
+        }
2208
+
2209
+        public Criteria andXzfzrLike(String value) {
2210
+            addCriterion("xzfzr like", value, "xzfzr");
2211
+            return (Criteria) this;
2212
+        }
2213
+
2214
+        public Criteria andXzfzrNotLike(String value) {
2215
+            addCriterion("xzfzr not like", value, "xzfzr");
2216
+            return (Criteria) this;
2217
+        }
2218
+
2219
+        public Criteria andXzfzrIn(List<String> values) {
2220
+            addCriterion("xzfzr in", values, "xzfzr");
2221
+            return (Criteria) this;
2222
+        }
2223
+
2224
+        public Criteria andXzfzrNotIn(List<String> values) {
2225
+            addCriterion("xzfzr not in", values, "xzfzr");
2226
+            return (Criteria) this;
2227
+        }
2228
+
2229
+        public Criteria andXzfzrBetween(String value1, String value2) {
2230
+            addCriterion("xzfzr between", value1, value2, "xzfzr");
2231
+            return (Criteria) this;
2232
+        }
2233
+
2234
+        public Criteria andXzfzrNotBetween(String value1, String value2) {
2235
+            addCriterion("xzfzr not between", value1, value2, "xzfzr");
2236
+            return (Criteria) this;
2237
+        }
2238
+
2239
+        public Criteria andHcjcdhIsNull() {
2240
+            addCriterion("hcjcdh is null");
2241
+            return (Criteria) this;
2242
+        }
2243
+
2244
+        public Criteria andHcjcdhIsNotNull() {
2245
+            addCriterion("hcjcdh is not null");
2246
+            return (Criteria) this;
2247
+        }
2248
+
2249
+        public Criteria andHcjcdhEqualTo(String value) {
2250
+            addCriterion("hcjcdh =", value, "hcjcdh");
2251
+            return (Criteria) this;
2252
+        }
2253
+
2254
+        public Criteria andHcjcdhNotEqualTo(String value) {
2255
+            addCriterion("hcjcdh <>", value, "hcjcdh");
2256
+            return (Criteria) this;
2257
+        }
2258
+
2259
+        public Criteria andHcjcdhGreaterThan(String value) {
2260
+            addCriterion("hcjcdh >", value, "hcjcdh");
2261
+            return (Criteria) this;
2262
+        }
2263
+
2264
+        public Criteria andHcjcdhGreaterThanOrEqualTo(String value) {
2265
+            addCriterion("hcjcdh >=", value, "hcjcdh");
2266
+            return (Criteria) this;
2267
+        }
2268
+
2269
+        public Criteria andHcjcdhLessThan(String value) {
2270
+            addCriterion("hcjcdh <", value, "hcjcdh");
2271
+            return (Criteria) this;
2272
+        }
2273
+
2274
+        public Criteria andHcjcdhLessThanOrEqualTo(String value) {
2275
+            addCriterion("hcjcdh <=", value, "hcjcdh");
2276
+            return (Criteria) this;
2277
+        }
2278
+
2279
+        public Criteria andHcjcdhLike(String value) {
2280
+            addCriterion("hcjcdh like", value, "hcjcdh");
2281
+            return (Criteria) this;
2282
+        }
2283
+
2284
+        public Criteria andHcjcdhNotLike(String value) {
2285
+            addCriterion("hcjcdh not like", value, "hcjcdh");
2286
+            return (Criteria) this;
2287
+        }
2288
+
2289
+        public Criteria andHcjcdhIn(List<String> values) {
2290
+            addCriterion("hcjcdh in", values, "hcjcdh");
2291
+            return (Criteria) this;
2292
+        }
2293
+
2294
+        public Criteria andHcjcdhNotIn(List<String> values) {
2295
+            addCriterion("hcjcdh not in", values, "hcjcdh");
2296
+            return (Criteria) this;
2297
+        }
2298
+
2299
+        public Criteria andHcjcdhBetween(String value1, String value2) {
2300
+            addCriterion("hcjcdh between", value1, value2, "hcjcdh");
2301
+            return (Criteria) this;
2302
+        }
2303
+
2304
+        public Criteria andHcjcdhNotBetween(String value1, String value2) {
2305
+            addCriterion("hcjcdh not between", value1, value2, "hcjcdh");
2306
+            return (Criteria) this;
2307
+        }
2308
+
2309
+        public Criteria andUpdatetimeIsNull() {
2310
+            addCriterion("updatetime is null");
2311
+            return (Criteria) this;
2312
+        }
2313
+
2314
+        public Criteria andUpdatetimeIsNotNull() {
2315
+            addCriterion("updatetime is not null");
2316
+            return (Criteria) this;
2317
+        }
2318
+
2319
+        public Criteria andUpdatetimeEqualTo(Date value) {
2320
+            addCriterion("updatetime =", value, "updatetime");
2321
+            return (Criteria) this;
2322
+        }
2323
+
2324
+        public Criteria andUpdatetimeNotEqualTo(Date value) {
2325
+            addCriterion("updatetime <>", value, "updatetime");
2326
+            return (Criteria) this;
2327
+        }
2328
+
2329
+        public Criteria andUpdatetimeGreaterThan(Date value) {
2330
+            addCriterion("updatetime >", value, "updatetime");
2331
+            return (Criteria) this;
2332
+        }
2333
+
2334
+        public Criteria andUpdatetimeGreaterThanOrEqualTo(Date value) {
2335
+            addCriterion("updatetime >=", value, "updatetime");
2336
+            return (Criteria) this;
2337
+        }
2338
+
2339
+        public Criteria andUpdatetimeLessThan(Date value) {
2340
+            addCriterion("updatetime <", value, "updatetime");
2341
+            return (Criteria) this;
2342
+        }
2343
+
2344
+        public Criteria andUpdatetimeLessThanOrEqualTo(Date value) {
2345
+            addCriterion("updatetime <=", value, "updatetime");
2346
+            return (Criteria) this;
2347
+        }
2348
+
2349
+        public Criteria andUpdatetimeIn(List<Date> values) {
2350
+            addCriterion("updatetime in", values, "updatetime");
2351
+            return (Criteria) this;
2352
+        }
2353
+
2354
+        public Criteria andUpdatetimeNotIn(List<Date> values) {
2355
+            addCriterion("updatetime not in", values, "updatetime");
2356
+            return (Criteria) this;
2357
+        }
2358
+
2359
+        public Criteria andUpdatetimeBetween(Date value1, Date value2) {
2360
+            addCriterion("updatetime between", value1, value2, "updatetime");
2361
+            return (Criteria) this;
2362
+        }
2363
+
2364
+        public Criteria andUpdatetimeNotBetween(Date value1, Date value2) {
2365
+            addCriterion("updatetime not between", value1, value2, "updatetime");
2366
+            return (Criteria) this;
2367
+        }
1617 2368
     }
1618 2369
 
1619 2370
     public static class Criteria extends GeneratedCriteria {