|
|
@@ -6,22 +6,22 @@
|
|
6
|
6
|
<result column="z_id" property="zId" jdbcType="VARCHAR" />
|
|
7
|
7
|
<result column="org_id" property="orgId" jdbcType="INTEGER" />
|
|
8
|
8
|
<result column="qy" property="qy" jdbcType="INTEGER" />
|
|
9
|
|
- <result column="zy_s" property="zyS" jdbcType="DECIMAL" />
|
|
10
|
|
- <result column="zy_z" property="zyZ" jdbcType="DECIMAL" />
|
|
11
|
|
- <result column="zy_x" property="zyX" jdbcType="DECIMAL" />
|
|
12
|
|
- <result column="dn_s" property="dnS" jdbcType="DECIMAL" />
|
|
13
|
|
- <result column="dn_z" property="dnZ" jdbcType="DECIMAL" />
|
|
14
|
|
- <result column="dn_x" property="dnX" jdbcType="DECIMAL" />
|
|
15
|
|
- <result column="db_s" property="dbS" jdbcType="DECIMAL" />
|
|
16
|
|
- <result column="db_z" property="dbZ" jdbcType="DECIMAL" />
|
|
17
|
|
- <result column="db_x" property="dbX" jdbcType="DECIMAL" />
|
|
18
|
|
- <result column="xn_s" property="xnS" jdbcType="DECIMAL" />
|
|
19
|
|
- <result column="xn_z" property="xnZ" jdbcType="DECIMAL" />
|
|
20
|
|
- <result column="xn_x" property="xnX" jdbcType="DECIMAL" />
|
|
21
|
|
- <result column="xb_s" property="xbS" jdbcType="DECIMAL" />
|
|
22
|
|
- <result column="xb_z" property="xbZ" jdbcType="DECIMAL" />
|
|
23
|
|
- <result column="xb_x" property="xbX" jdbcType="DECIMAL" />
|
|
24
|
|
- <result column="avg_val" property="avgVal" jdbcType="DECIMAL" />
|
|
|
9
|
+ <result column="zy_s" property="zyS" jdbcType="VARCHAR" />
|
|
|
10
|
+ <result column="zy_z" property="zyZ" jdbcType="VARCHAR" />
|
|
|
11
|
+ <result column="zy_x" property="zyX" jdbcType="VARCHAR" />
|
|
|
12
|
+ <result column="dn_s" property="dnS" jdbcType="VARCHAR" />
|
|
|
13
|
+ <result column="dn_z" property="dnZ" jdbcType="VARCHAR" />
|
|
|
14
|
+ <result column="dn_x" property="dnX" jdbcType="VARCHAR" />
|
|
|
15
|
+ <result column="db_s" property="dbS" jdbcType="VARCHAR" />
|
|
|
16
|
+ <result column="db_z" property="dbZ" jdbcType="VARCHAR" />
|
|
|
17
|
+ <result column="db_x" property="dbX" jdbcType="VARCHAR" />
|
|
|
18
|
+ <result column="xn_s" property="xnS" jdbcType="VARCHAR" />
|
|
|
19
|
+ <result column="xn_z" property="xnZ" jdbcType="VARCHAR" />
|
|
|
20
|
+ <result column="xn_x" property="xnX" jdbcType="VARCHAR" />
|
|
|
21
|
+ <result column="xb_s" property="xbS" jdbcType="VARCHAR" />
|
|
|
22
|
+ <result column="xb_z" property="xbZ" jdbcType="VARCHAR" />
|
|
|
23
|
+ <result column="xb_x" property="xbX" jdbcType="VARCHAR" />
|
|
|
24
|
+ <result column="avg_val" property="avgVal" jdbcType="VARCHAR" />
|
|
25
|
25
|
<result column="safe" property="safe" jdbcType="INTEGER" />
|
|
26
|
26
|
<result column="input_time" property="inputTime" jdbcType="TIMESTAMP" />
|
|
27
|
27
|
<result column="edit_time" property="editTime" jdbcType="TIMESTAMP" />
|
|
|
@@ -127,11 +127,11 @@
|
|
127
|
127
|
avg_val, safe, input_time,
|
|
128
|
128
|
edit_time)
|
|
129
|
129
|
values (#{id,jdbcType=VARCHAR}, #{zId,jdbcType=VARCHAR}, #{orgId,jdbcType=INTEGER},
|
|
130
|
|
- #{qy,jdbcType=INTEGER}, #{zyS,jdbcType=DECIMAL}, #{zyZ,jdbcType=DECIMAL}, #{zyX,jdbcType=DECIMAL},
|
|
131
|
|
- #{dnS,jdbcType=DECIMAL}, #{dnZ,jdbcType=DECIMAL}, #{dnX,jdbcType=DECIMAL}, #{dbS,jdbcType=DECIMAL},
|
|
132
|
|
- #{dbZ,jdbcType=DECIMAL}, #{dbX,jdbcType=DECIMAL}, #{xnS,jdbcType=DECIMAL}, #{xnZ,jdbcType=DECIMAL},
|
|
133
|
|
- #{xnX,jdbcType=DECIMAL}, #{xbS,jdbcType=DECIMAL}, #{xbZ,jdbcType=DECIMAL}, #{xbX,jdbcType=DECIMAL},
|
|
134
|
|
- #{avgVal,jdbcType=DECIMAL}, #{safe,jdbcType=INTEGER}, #{inputTime,jdbcType=TIMESTAMP},
|
|
|
130
|
+ #{qy,jdbcType=INTEGER}, #{zyS,jdbcType=VARCHAR}, #{zyZ,jdbcType=VARCHAR}, #{zyX,jdbcType=VARCHAR},
|
|
|
131
|
+ #{dnS,jdbcType=VARCHAR}, #{dnZ,jdbcType=VARCHAR}, #{dnX,jdbcType=VARCHAR}, #{dbS,jdbcType=VARCHAR},
|
|
|
132
|
+ #{dbZ,jdbcType=VARCHAR}, #{dbX,jdbcType=VARCHAR}, #{xnS,jdbcType=VARCHAR}, #{xnZ,jdbcType=VARCHAR},
|
|
|
133
|
+ #{xnX,jdbcType=VARCHAR}, #{xbS,jdbcType=VARCHAR}, #{xbZ,jdbcType=VARCHAR}, #{xbX,jdbcType=VARCHAR},
|
|
|
134
|
+ #{avgVal,jdbcType=VARCHAR}, #{safe,jdbcType=INTEGER}, #{inputTime,jdbcType=TIMESTAMP},
|
|
135
|
135
|
#{editTime,jdbcType=TIMESTAMP})
|
|
136
|
136
|
</insert>
|
|
137
|
137
|
<insert id="insertSelective" parameterType="com.chinaitop.depot.storage.model.StorageWarterFixedPoint" >
|
|
|
@@ -221,52 +221,52 @@
|
|
221
|
221
|
#{qy,jdbcType=INTEGER},
|
|
222
|
222
|
</if>
|
|
223
|
223
|
<if test="zyS != null" >
|
|
224
|
|
- #{zyS,jdbcType=DECIMAL},
|
|
|
224
|
+ #{zyS,jdbcType=VARCHAR},
|
|
225
|
225
|
</if>
|
|
226
|
226
|
<if test="zyZ != null" >
|
|
227
|
|
- #{zyZ,jdbcType=DECIMAL},
|
|
|
227
|
+ #{zyZ,jdbcType=VARCHAR},
|
|
228
|
228
|
</if>
|
|
229
|
229
|
<if test="zyX != null" >
|
|
230
|
|
- #{zyX,jdbcType=DECIMAL},
|
|
|
230
|
+ #{zyX,jdbcType=VARCHAR},
|
|
231
|
231
|
</if>
|
|
232
|
232
|
<if test="dnS != null" >
|
|
233
|
|
- #{dnS,jdbcType=DECIMAL},
|
|
|
233
|
+ #{dnS,jdbcType=VARCHAR},
|
|
234
|
234
|
</if>
|
|
235
|
235
|
<if test="dnZ != null" >
|
|
236
|
|
- #{dnZ,jdbcType=DECIMAL},
|
|
|
236
|
+ #{dnZ,jdbcType=VARCHAR},
|
|
237
|
237
|
</if>
|
|
238
|
238
|
<if test="dnX != null" >
|
|
239
|
|
- #{dnX,jdbcType=DECIMAL},
|
|
|
239
|
+ #{dnX,jdbcType=VARCHAR},
|
|
240
|
240
|
</if>
|
|
241
|
241
|
<if test="dbS != null" >
|
|
242
|
|
- #{dbS,jdbcType=DECIMAL},
|
|
|
242
|
+ #{dbS,jdbcType=VARCHAR},
|
|
243
|
243
|
</if>
|
|
244
|
244
|
<if test="dbZ != null" >
|
|
245
|
|
- #{dbZ,jdbcType=DECIMAL},
|
|
|
245
|
+ #{dbZ,jdbcType=VARCHAR},
|
|
246
|
246
|
</if>
|
|
247
|
247
|
<if test="dbX != null" >
|
|
248
|
|
- #{dbX,jdbcType=DECIMAL},
|
|
|
248
|
+ #{dbX,jdbcType=VARCHAR},
|
|
249
|
249
|
</if>
|
|
250
|
250
|
<if test="xnS != null" >
|
|
251
|
|
- #{xnS,jdbcType=DECIMAL},
|
|
|
251
|
+ #{xnS,jdbcType=VARCHAR},
|
|
252
|
252
|
</if>
|
|
253
|
253
|
<if test="xnZ != null" >
|
|
254
|
|
- #{xnZ,jdbcType=DECIMAL},
|
|
|
254
|
+ #{xnZ,jdbcType=VARCHAR},
|
|
255
|
255
|
</if>
|
|
256
|
256
|
<if test="xnX != null" >
|
|
257
|
|
- #{xnX,jdbcType=DECIMAL},
|
|
|
257
|
+ #{xnX,jdbcType=VARCHAR},
|
|
258
|
258
|
</if>
|
|
259
|
259
|
<if test="xbS != null" >
|
|
260
|
|
- #{xbS,jdbcType=DECIMAL},
|
|
|
260
|
+ #{xbS,jdbcType=VARCHAR},
|
|
261
|
261
|
</if>
|
|
262
|
262
|
<if test="xbZ != null" >
|
|
263
|
|
- #{xbZ,jdbcType=DECIMAL},
|
|
|
263
|
+ #{xbZ,jdbcType=VARCHAR},
|
|
264
|
264
|
</if>
|
|
265
|
265
|
<if test="xbX != null" >
|
|
266
|
|
- #{xbX,jdbcType=DECIMAL},
|
|
|
266
|
+ #{xbX,jdbcType=VARCHAR},
|
|
267
|
267
|
</if>
|
|
268
|
268
|
<if test="avgVal != null" >
|
|
269
|
|
- #{avgVal,jdbcType=DECIMAL},
|
|
|
269
|
+ #{avgVal,jdbcType=VARCHAR},
|
|
270
|
270
|
</if>
|
|
271
|
271
|
<if test="safe != null" >
|
|
272
|
272
|
#{safe,jdbcType=INTEGER},
|
|
|
@@ -301,52 +301,52 @@
|
|
301
|
301
|
qy = #{record.qy,jdbcType=INTEGER},
|
|
302
|
302
|
</if>
|
|
303
|
303
|
<if test="record.zyS != null" >
|
|
304
|
|
- zy_s = #{record.zyS,jdbcType=DECIMAL},
|
|
|
304
|
+ zy_s = #{record.zyS,jdbcType=VARCHAR},
|
|
305
|
305
|
</if>
|
|
306
|
306
|
<if test="record.zyZ != null" >
|
|
307
|
|
- zy_z = #{record.zyZ,jdbcType=DECIMAL},
|
|
|
307
|
+ zy_z = #{record.zyZ,jdbcType=VARCHAR},
|
|
308
|
308
|
</if>
|
|
309
|
309
|
<if test="record.zyX != null" >
|
|
310
|
|
- zy_x = #{record.zyX,jdbcType=DECIMAL},
|
|
|
310
|
+ zy_x = #{record.zyX,jdbcType=VARCHAR},
|
|
311
|
311
|
</if>
|
|
312
|
312
|
<if test="record.dnS != null" >
|
|
313
|
|
- dn_s = #{record.dnS,jdbcType=DECIMAL},
|
|
|
313
|
+ dn_s = #{record.dnS,jdbcType=VARCHAR},
|
|
314
|
314
|
</if>
|
|
315
|
315
|
<if test="record.dnZ != null" >
|
|
316
|
|
- dn_z = #{record.dnZ,jdbcType=DECIMAL},
|
|
|
316
|
+ dn_z = #{record.dnZ,jdbcType=VARCHAR},
|
|
317
|
317
|
</if>
|
|
318
|
318
|
<if test="record.dnX != null" >
|
|
319
|
|
- dn_x = #{record.dnX,jdbcType=DECIMAL},
|
|
|
319
|
+ dn_x = #{record.dnX,jdbcType=VARCHAR},
|
|
320
|
320
|
</if>
|
|
321
|
321
|
<if test="record.dbS != null" >
|
|
322
|
|
- db_s = #{record.dbS,jdbcType=DECIMAL},
|
|
|
322
|
+ db_s = #{record.dbS,jdbcType=VARCHAR},
|
|
323
|
323
|
</if>
|
|
324
|
324
|
<if test="record.dbZ != null" >
|
|
325
|
|
- db_z = #{record.dbZ,jdbcType=DECIMAL},
|
|
|
325
|
+ db_z = #{record.dbZ,jdbcType=VARCHAR},
|
|
326
|
326
|
</if>
|
|
327
|
327
|
<if test="record.dbX != null" >
|
|
328
|
|
- db_x = #{record.dbX,jdbcType=DECIMAL},
|
|
|
328
|
+ db_x = #{record.dbX,jdbcType=VARCHAR},
|
|
329
|
329
|
</if>
|
|
330
|
330
|
<if test="record.xnS != null" >
|
|
331
|
|
- xn_s = #{record.xnS,jdbcType=DECIMAL},
|
|
|
331
|
+ xn_s = #{record.xnS,jdbcType=VARCHAR},
|
|
332
|
332
|
</if>
|
|
333
|
333
|
<if test="record.xnZ != null" >
|
|
334
|
|
- xn_z = #{record.xnZ,jdbcType=DECIMAL},
|
|
|
334
|
+ xn_z = #{record.xnZ,jdbcType=VARCHAR},
|
|
335
|
335
|
</if>
|
|
336
|
336
|
<if test="record.xnX != null" >
|
|
337
|
|
- xn_x = #{record.xnX,jdbcType=DECIMAL},
|
|
|
337
|
+ xn_x = #{record.xnX,jdbcType=VARCHAR},
|
|
338
|
338
|
</if>
|
|
339
|
339
|
<if test="record.xbS != null" >
|
|
340
|
|
- xb_s = #{record.xbS,jdbcType=DECIMAL},
|
|
|
340
|
+ xb_s = #{record.xbS,jdbcType=VARCHAR},
|
|
341
|
341
|
</if>
|
|
342
|
342
|
<if test="record.xbZ != null" >
|
|
343
|
|
- xb_z = #{record.xbZ,jdbcType=DECIMAL},
|
|
|
343
|
+ xb_z = #{record.xbZ,jdbcType=VARCHAR},
|
|
344
|
344
|
</if>
|
|
345
|
345
|
<if test="record.xbX != null" >
|
|
346
|
|
- xb_x = #{record.xbX,jdbcType=DECIMAL},
|
|
|
346
|
+ xb_x = #{record.xbX,jdbcType=VARCHAR},
|
|
347
|
347
|
</if>
|
|
348
|
348
|
<if test="record.avgVal != null" >
|
|
349
|
|
- avg_val = #{record.avgVal,jdbcType=DECIMAL},
|
|
|
349
|
+ avg_val = #{record.avgVal,jdbcType=VARCHAR},
|
|
350
|
350
|
</if>
|
|
351
|
351
|
<if test="record.safe != null" >
|
|
352
|
352
|
safe = #{record.safe,jdbcType=INTEGER},
|
|
|
@@ -368,22 +368,22 @@
|
|
368
|
368
|
z_id = #{record.zId,jdbcType=VARCHAR},
|
|
369
|
369
|
org_id = #{record.orgId,jdbcType=INTEGER},
|
|
370
|
370
|
qy = #{record.qy,jdbcType=INTEGER},
|
|
371
|
|
- zy_s = #{record.zyS,jdbcType=DECIMAL},
|
|
372
|
|
- zy_z = #{record.zyZ,jdbcType=DECIMAL},
|
|
373
|
|
- zy_x = #{record.zyX,jdbcType=DECIMAL},
|
|
374
|
|
- dn_s = #{record.dnS,jdbcType=DECIMAL},
|
|
375
|
|
- dn_z = #{record.dnZ,jdbcType=DECIMAL},
|
|
376
|
|
- dn_x = #{record.dnX,jdbcType=DECIMAL},
|
|
377
|
|
- db_s = #{record.dbS,jdbcType=DECIMAL},
|
|
378
|
|
- db_z = #{record.dbZ,jdbcType=DECIMAL},
|
|
379
|
|
- db_x = #{record.dbX,jdbcType=DECIMAL},
|
|
380
|
|
- xn_s = #{record.xnS,jdbcType=DECIMAL},
|
|
381
|
|
- xn_z = #{record.xnZ,jdbcType=DECIMAL},
|
|
382
|
|
- xn_x = #{record.xnX,jdbcType=DECIMAL},
|
|
383
|
|
- xb_s = #{record.xbS,jdbcType=DECIMAL},
|
|
384
|
|
- xb_z = #{record.xbZ,jdbcType=DECIMAL},
|
|
385
|
|
- xb_x = #{record.xbX,jdbcType=DECIMAL},
|
|
386
|
|
- avg_val = #{record.avgVal,jdbcType=DECIMAL},
|
|
|
371
|
+ zy_s = #{record.zyS,jdbcType=VARCHAR},
|
|
|
372
|
+ zy_z = #{record.zyZ,jdbcType=VARCHAR},
|
|
|
373
|
+ zy_x = #{record.zyX,jdbcType=VARCHAR},
|
|
|
374
|
+ dn_s = #{record.dnS,jdbcType=VARCHAR},
|
|
|
375
|
+ dn_z = #{record.dnZ,jdbcType=VARCHAR},
|
|
|
376
|
+ dn_x = #{record.dnX,jdbcType=VARCHAR},
|
|
|
377
|
+ db_s = #{record.dbS,jdbcType=VARCHAR},
|
|
|
378
|
+ db_z = #{record.dbZ,jdbcType=VARCHAR},
|
|
|
379
|
+ db_x = #{record.dbX,jdbcType=VARCHAR},
|
|
|
380
|
+ xn_s = #{record.xnS,jdbcType=VARCHAR},
|
|
|
381
|
+ xn_z = #{record.xnZ,jdbcType=VARCHAR},
|
|
|
382
|
+ xn_x = #{record.xnX,jdbcType=VARCHAR},
|
|
|
383
|
+ xb_s = #{record.xbS,jdbcType=VARCHAR},
|
|
|
384
|
+ xb_z = #{record.xbZ,jdbcType=VARCHAR},
|
|
|
385
|
+ xb_x = #{record.xbX,jdbcType=VARCHAR},
|
|
|
386
|
+ avg_val = #{record.avgVal,jdbcType=VARCHAR},
|
|
387
|
387
|
safe = #{record.safe,jdbcType=INTEGER},
|
|
388
|
388
|
input_time = #{record.inputTime,jdbcType=TIMESTAMP},
|
|
389
|
389
|
edit_time = #{record.editTime,jdbcType=TIMESTAMP}
|
|
|
@@ -404,52 +404,52 @@
|
|
404
|
404
|
qy = #{qy,jdbcType=INTEGER},
|
|
405
|
405
|
</if>
|
|
406
|
406
|
<if test="zyS != null" >
|
|
407
|
|
- zy_s = #{zyS,jdbcType=DECIMAL},
|
|
|
407
|
+ zy_s = #{zyS,jdbcType=VARCHAR},
|
|
408
|
408
|
</if>
|
|
409
|
409
|
<if test="zyZ != null" >
|
|
410
|
|
- zy_z = #{zyZ,jdbcType=DECIMAL},
|
|
|
410
|
+ zy_z = #{zyZ,jdbcType=VARCHAR},
|
|
411
|
411
|
</if>
|
|
412
|
412
|
<if test="zyX != null" >
|
|
413
|
|
- zy_x = #{zyX,jdbcType=DECIMAL},
|
|
|
413
|
+ zy_x = #{zyX,jdbcType=VARCHAR},
|
|
414
|
414
|
</if>
|
|
415
|
415
|
<if test="dnS != null" >
|
|
416
|
|
- dn_s = #{dnS,jdbcType=DECIMAL},
|
|
|
416
|
+ dn_s = #{dnS,jdbcType=VARCHAR},
|
|
417
|
417
|
</if>
|
|
418
|
418
|
<if test="dnZ != null" >
|
|
419
|
|
- dn_z = #{dnZ,jdbcType=DECIMAL},
|
|
|
419
|
+ dn_z = #{dnZ,jdbcType=VARCHAR},
|
|
420
|
420
|
</if>
|
|
421
|
421
|
<if test="dnX != null" >
|
|
422
|
|
- dn_x = #{dnX,jdbcType=DECIMAL},
|
|
|
422
|
+ dn_x = #{dnX,jdbcType=VARCHAR},
|
|
423
|
423
|
</if>
|
|
424
|
424
|
<if test="dbS != null" >
|
|
425
|
|
- db_s = #{dbS,jdbcType=DECIMAL},
|
|
|
425
|
+ db_s = #{dbS,jdbcType=VARCHAR},
|
|
426
|
426
|
</if>
|
|
427
|
427
|
<if test="dbZ != null" >
|
|
428
|
|
- db_z = #{dbZ,jdbcType=DECIMAL},
|
|
|
428
|
+ db_z = #{dbZ,jdbcType=VARCHAR},
|
|
429
|
429
|
</if>
|
|
430
|
430
|
<if test="dbX != null" >
|
|
431
|
|
- db_x = #{dbX,jdbcType=DECIMAL},
|
|
|
431
|
+ db_x = #{dbX,jdbcType=VARCHAR},
|
|
432
|
432
|
</if>
|
|
433
|
433
|
<if test="xnS != null" >
|
|
434
|
|
- xn_s = #{xnS,jdbcType=DECIMAL},
|
|
|
434
|
+ xn_s = #{xnS,jdbcType=VARCHAR},
|
|
435
|
435
|
</if>
|
|
436
|
436
|
<if test="xnZ != null" >
|
|
437
|
|
- xn_z = #{xnZ,jdbcType=DECIMAL},
|
|
|
437
|
+ xn_z = #{xnZ,jdbcType=VARCHAR},
|
|
438
|
438
|
</if>
|
|
439
|
439
|
<if test="xnX != null" >
|
|
440
|
|
- xn_x = #{xnX,jdbcType=DECIMAL},
|
|
|
440
|
+ xn_x = #{xnX,jdbcType=VARCHAR},
|
|
441
|
441
|
</if>
|
|
442
|
442
|
<if test="xbS != null" >
|
|
443
|
|
- xb_s = #{xbS,jdbcType=DECIMAL},
|
|
|
443
|
+ xb_s = #{xbS,jdbcType=VARCHAR},
|
|
444
|
444
|
</if>
|
|
445
|
445
|
<if test="xbZ != null" >
|
|
446
|
|
- xb_z = #{xbZ,jdbcType=DECIMAL},
|
|
|
446
|
+ xb_z = #{xbZ,jdbcType=VARCHAR},
|
|
447
|
447
|
</if>
|
|
448
|
448
|
<if test="xbX != null" >
|
|
449
|
|
- xb_x = #{xbX,jdbcType=DECIMAL},
|
|
|
449
|
+ xb_x = #{xbX,jdbcType=VARCHAR},
|
|
450
|
450
|
</if>
|
|
451
|
451
|
<if test="avgVal != null" >
|
|
452
|
|
- avg_val = #{avgVal,jdbcType=DECIMAL},
|
|
|
452
|
+ avg_val = #{avgVal,jdbcType=VARCHAR},
|
|
453
|
453
|
</if>
|
|
454
|
454
|
<if test="safe != null" >
|
|
455
|
455
|
safe = #{safe,jdbcType=INTEGER},
|
|
|
@@ -468,22 +468,22 @@
|
|
468
|
468
|
set z_id = #{zId,jdbcType=VARCHAR},
|
|
469
|
469
|
org_id = #{orgId,jdbcType=INTEGER},
|
|
470
|
470
|
qy = #{qy,jdbcType=INTEGER},
|
|
471
|
|
- zy_s = #{zyS,jdbcType=DECIMAL},
|
|
472
|
|
- zy_z = #{zyZ,jdbcType=DECIMAL},
|
|
473
|
|
- zy_x = #{zyX,jdbcType=DECIMAL},
|
|
474
|
|
- dn_s = #{dnS,jdbcType=DECIMAL},
|
|
475
|
|
- dn_z = #{dnZ,jdbcType=DECIMAL},
|
|
476
|
|
- dn_x = #{dnX,jdbcType=DECIMAL},
|
|
477
|
|
- db_s = #{dbS,jdbcType=DECIMAL},
|
|
478
|
|
- db_z = #{dbZ,jdbcType=DECIMAL},
|
|
479
|
|
- db_x = #{dbX,jdbcType=DECIMAL},
|
|
480
|
|
- xn_s = #{xnS,jdbcType=DECIMAL},
|
|
481
|
|
- xn_z = #{xnZ,jdbcType=DECIMAL},
|
|
482
|
|
- xn_x = #{xnX,jdbcType=DECIMAL},
|
|
483
|
|
- xb_s = #{xbS,jdbcType=DECIMAL},
|
|
484
|
|
- xb_z = #{xbZ,jdbcType=DECIMAL},
|
|
485
|
|
- xb_x = #{xbX,jdbcType=DECIMAL},
|
|
486
|
|
- avg_val = #{avgVal,jdbcType=DECIMAL},
|
|
|
471
|
+ zy_s = #{zyS,jdbcType=VARCHAR},
|
|
|
472
|
+ zy_z = #{zyZ,jdbcType=VARCHAR},
|
|
|
473
|
+ zy_x = #{zyX,jdbcType=VARCHAR},
|
|
|
474
|
+ dn_s = #{dnS,jdbcType=VARCHAR},
|
|
|
475
|
+ dn_z = #{dnZ,jdbcType=VARCHAR},
|
|
|
476
|
+ dn_x = #{dnX,jdbcType=VARCHAR},
|
|
|
477
|
+ db_s = #{dbS,jdbcType=VARCHAR},
|
|
|
478
|
+ db_z = #{dbZ,jdbcType=VARCHAR},
|
|
|
479
|
+ db_x = #{dbX,jdbcType=VARCHAR},
|
|
|
480
|
+ xn_s = #{xnS,jdbcType=VARCHAR},
|
|
|
481
|
+ xn_z = #{xnZ,jdbcType=VARCHAR},
|
|
|
482
|
+ xn_x = #{xnX,jdbcType=VARCHAR},
|
|
|
483
|
+ xb_s = #{xbS,jdbcType=VARCHAR},
|
|
|
484
|
+ xb_z = #{xbZ,jdbcType=VARCHAR},
|
|
|
485
|
+ xb_x = #{xbX,jdbcType=VARCHAR},
|
|
|
486
|
+ avg_val = #{avgVal,jdbcType=VARCHAR},
|
|
487
|
487
|
safe = #{safe,jdbcType=INTEGER},
|
|
488
|
488
|
input_time = #{inputTime,jdbcType=TIMESTAMP},
|
|
489
|
489
|
edit_time = #{editTime,jdbcType=TIMESTAMP}
|