|
|
@@ -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" />
|
|
|
@@ -146,7 +146,7 @@
|
|
146
|
146
|
xzfapzr, xzfabbqk, xzfzr,
|
|
147
|
147
|
hcjcdh, updatetime)
|
|
148
|
148
|
values (#{id,jdbcType=VARCHAR}, #{houseId,jdbcType=INTEGER}, #{keeper,jdbcType=INTEGER},
|
|
149
|
|
- #{grainKind,jdbcType=INTEGER}, #{grainCount,jdbcType=INTEGER}, #{grainStorageTime,jdbcType=TIMESTAMP},
|
|
|
149
|
+ #{grainKind,jdbcType=INTEGER}, #{grainCount,jdbcType=DECIMAL}, #{grainStorageTime,jdbcType=TIMESTAMP},
|
|
150
|
150
|
#{fumigationType,jdbcType=INTEGER}, #{fumigationNumber,jdbcType=INTEGER}, #{fumigationCommand,jdbcType=VARCHAR},
|
|
151
|
151
|
#{fumigationOperation,jdbcType=VARCHAR}, #{fumiagtionProtective,jdbcType=VARCHAR},
|
|
152
|
152
|
#{expected,jdbcType=VARCHAR}, #{pointsWork,jdbcType=VARCHAR}, #{note,jdbcType=VARCHAR},
|
|
|
@@ -278,7 +278,7 @@
|
|
278
|
278
|
#{grainKind,jdbcType=INTEGER},
|
|
279
|
279
|
</if>
|
|
280
|
280
|
<if test="grainCount != null" >
|
|
281
|
|
- #{grainCount,jdbcType=INTEGER},
|
|
|
281
|
+ #{grainCount,jdbcType=DECIMAL},
|
|
282
|
282
|
</if>
|
|
283
|
283
|
<if test="grainStorageTime != null" >
|
|
284
|
284
|
#{grainStorageTime,jdbcType=TIMESTAMP},
|
|
|
@@ -391,7 +391,7 @@
|
|
391
|
391
|
grain_kind = #{record.grainKind,jdbcType=INTEGER},
|
|
392
|
392
|
</if>
|
|
393
|
393
|
<if test="record.grainCount != null" >
|
|
394
|
|
- grain_count = #{record.grainCount,jdbcType=INTEGER},
|
|
|
394
|
+ grain_count = #{record.grainCount,jdbcType=DECIMAL},
|
|
395
|
395
|
</if>
|
|
396
|
396
|
<if test="record.grainStorageTime != null" >
|
|
397
|
397
|
grain_storage_time = #{record.grainStorageTime,jdbcType=TIMESTAMP},
|
|
|
@@ -491,7 +491,7 @@
|
|
491
|
491
|
house_id = #{record.houseId,jdbcType=INTEGER},
|
|
492
|
492
|
keeper = #{record.keeper,jdbcType=INTEGER},
|
|
493
|
493
|
grain_kind = #{record.grainKind,jdbcType=INTEGER},
|
|
494
|
|
- grain_count = #{record.grainCount,jdbcType=INTEGER},
|
|
|
494
|
+ grain_count = #{record.grainCount,jdbcType=DECIMAL},
|
|
495
|
495
|
grain_storage_time = #{record.grainStorageTime,jdbcType=TIMESTAMP},
|
|
496
|
496
|
fumigation_type = #{record.fumigationType,jdbcType=INTEGER},
|
|
497
|
497
|
fumigation_number = #{record.fumigationNumber,jdbcType=INTEGER},
|
|
|
@@ -538,7 +538,7 @@
|
|
538
|
538
|
grain_kind = #{grainKind,jdbcType=INTEGER},
|
|
539
|
539
|
</if>
|
|
540
|
540
|
<if test="grainCount != null" >
|
|
541
|
|
- grain_count = #{grainCount,jdbcType=INTEGER},
|
|
|
541
|
+ grain_count = #{grainCount,jdbcType=DECIMAL},
|
|
542
|
542
|
</if>
|
|
543
|
543
|
<if test="grainStorageTime != null" >
|
|
544
|
544
|
grain_storage_time = #{grainStorageTime,jdbcType=TIMESTAMP},
|
|
|
@@ -635,7 +635,7 @@
|
|
635
|
635
|
set house_id = #{houseId,jdbcType=INTEGER},
|
|
636
|
636
|
keeper = #{keeper,jdbcType=INTEGER},
|
|
637
|
637
|
grain_kind = #{grainKind,jdbcType=INTEGER},
|
|
638
|
|
- grain_count = #{grainCount,jdbcType=INTEGER},
|
|
|
638
|
+ grain_count = #{grainCount,jdbcType=DECIMAL},
|
|
639
|
639
|
grain_storage_time = #{grainStorageTime,jdbcType=TIMESTAMP},
|
|
640
|
640
|
fumigation_type = #{fumigationType,jdbcType=INTEGER},
|
|
641
|
641
|
fumigation_number = #{fumigationNumber,jdbcType=INTEGER},
|