|
|
@@ -30,6 +30,7 @@
|
|
30
|
30
|
<result column="cjsj" jdbcType="TIMESTAMP" property="cjsj" />
|
|
31
|
31
|
<result column="is_show" jdbcType="VARCHAR" property="isShow" />
|
|
32
|
32
|
<result column="sfjz" property="sfjz" jdbcType="VARCHAR" />
|
|
|
33
|
+ <result column="ylorcpl" property="ylorcpl" jdbcType="VARCHAR" />
|
|
33
|
34
|
</resultMap>
|
|
34
|
35
|
<sql id="Example_Where_Clause">
|
|
35
|
36
|
<where>
|
|
|
@@ -92,7 +93,7 @@
|
|
92
|
93
|
<sql id="Base_Column_List">
|
|
93
|
94
|
id, org_id, ch, hwh, pz, mxpz, lyxz, zcsl, srsl, kcsl, shsl, yysl, jzrq, last_business_date,
|
|
94
|
95
|
jzr, jzsj, shr, shsj, jznd, jzpz, jzzy, sjfm, data_status, data_type, ywlx, cjsj,
|
|
95
|
|
- is_show
|
|
|
96
|
+ is_show, ylorcpl
|
|
96
|
97
|
</sql>
|
|
97
|
98
|
<select id="selectByExample" parameterType="com.chinaitop.depot.keeperAccount.model.StorageFcbgzExample" resultMap="BaseResultMap">
|
|
98
|
99
|
select
|
|
|
@@ -132,7 +133,7 @@
|
|
132
|
133
|
jzr, jzsj, shr, shsj,
|
|
133
|
134
|
jznd, jzpz, jzzy, sjfm,
|
|
134
|
135
|
data_status, data_type, ywlx,
|
|
135
|
|
- cjsj, is_show)
|
|
|
136
|
+ cjsj, is_show, ylorcpl)
|
|
136
|
137
|
values (#{id,jdbcType=VARCHAR}, #{orgId,jdbcType=VARCHAR}, #{ch,jdbcType=INTEGER},
|
|
137
|
138
|
#{hwh,jdbcType=INTEGER}, #{pz,jdbcType=INTEGER}, #{mxpz,jdbcType=INTEGER}, #{lyxz,jdbcType=INTEGER},
|
|
138
|
139
|
#{zcsl,jdbcType=DECIMAL}, #{srsl,jdbcType=DECIMAL}, #{kcsl,jdbcType=DECIMAL}, #{shsl,jdbcType=DECIMAL},
|
|
|
@@ -140,7 +141,7 @@
|
|
140
|
141
|
#{jzr,jdbcType=VARCHAR}, #{jzsj,jdbcType=TIMESTAMP}, #{shr,jdbcType=VARCHAR}, #{shsj,jdbcType=TIMESTAMP},
|
|
141
|
142
|
#{jznd,jdbcType=VARCHAR}, #{jzpz,jdbcType=VARCHAR}, #{jzzy,jdbcType=VARCHAR}, #{sjfm,jdbcType=VARCHAR},
|
|
142
|
143
|
#{dataStatus,jdbcType=VARCHAR}, #{dataType,jdbcType=VARCHAR}, #{ywlx,jdbcType=VARCHAR},
|
|
143
|
|
- #{cjsj,jdbcType=TIMESTAMP}, #{isShow,jdbcType=VARCHAR})
|
|
|
144
|
+ #{cjsj,jdbcType=TIMESTAMP}, #{isShow,jdbcType=VARCHAR}, #{ylorcpl,jdbcType=VARCHAR})
|
|
144
|
145
|
</insert>
|
|
145
|
146
|
<insert id="insertSelective" parameterType="com.chinaitop.depot.keeperAccount.model.StorageFcbgz">
|
|
146
|
147
|
insert into storage_fcbgz
|
|
|
@@ -226,6 +227,9 @@
|
|
226
|
227
|
<if test="isShow != null">
|
|
227
|
228
|
is_show,
|
|
228
|
229
|
</if>
|
|
|
230
|
+ <if test="ylorcpl != null">
|
|
|
231
|
+ ylorcpl,
|
|
|
232
|
+ </if>
|
|
229
|
233
|
</trim>
|
|
230
|
234
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
231
|
235
|
<if test="id != null">
|
|
|
@@ -309,6 +313,9 @@
|
|
309
|
313
|
<if test="isShow != null">
|
|
310
|
314
|
#{isShow,jdbcType=VARCHAR},
|
|
311
|
315
|
</if>
|
|
|
316
|
+ <if test="ylorcpl != null">
|
|
|
317
|
+ #{ylorcpl,jdbcType=VARCHAR},
|
|
|
318
|
+ </if>
|
|
312
|
319
|
</trim>
|
|
313
|
320
|
</insert>
|
|
314
|
321
|
<select id="countByExample" parameterType="com.chinaitop.depot.keeperAccount.model.StorageFcbgzExample" resultType="java.lang.Integer">
|
|
|
@@ -401,6 +408,9 @@
|
|
401
|
408
|
<if test="record.isShow != null">
|
|
402
|
409
|
is_show = #{record.isShow,jdbcType=VARCHAR},
|
|
403
|
410
|
</if>
|
|
|
411
|
+ <if test="record.ylorcpl != null">
|
|
|
412
|
+ ylorcpl = #{record.ylorcpl,jdbcType=VARCHAR},
|
|
|
413
|
+ </if>
|
|
404
|
414
|
</set>
|
|
405
|
415
|
<if test="_parameter != null">
|
|
406
|
416
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
@@ -434,7 +444,8 @@
|
|
434
|
444
|
data_type = #{record.dataType,jdbcType=VARCHAR},
|
|
435
|
445
|
ywlx = #{record.ywlx,jdbcType=VARCHAR},
|
|
436
|
446
|
cjsj = #{record.cjsj,jdbcType=TIMESTAMP},
|
|
437
|
|
- is_show = #{record.isShow,jdbcType=VARCHAR}
|
|
|
447
|
+ is_show = #{record.isShow,jdbcType=VARCHAR},
|
|
|
448
|
+ ylorcpl = #{record.ylorcpl,jdbcType=VARCHAR}
|
|
438
|
449
|
<if test="_parameter != null">
|
|
439
|
450
|
<include refid="Update_By_Example_Where_Clause" />
|
|
440
|
451
|
</if>
|
|
|
@@ -520,6 +531,9 @@
|
|
520
|
531
|
<if test="isShow != null">
|
|
521
|
532
|
is_show = #{isShow,jdbcType=VARCHAR},
|
|
522
|
533
|
</if>
|
|
|
534
|
+ <if test="ylorcpl != null">
|
|
|
535
|
+ ylorcpl = #{ylorcpl,jdbcType=VARCHAR},
|
|
|
536
|
+ </if>
|
|
523
|
537
|
</set>
|
|
524
|
538
|
where id = #{id,jdbcType=VARCHAR}
|
|
525
|
539
|
</update>
|
|
|
@@ -550,7 +564,8 @@
|
|
550
|
564
|
data_type = #{dataType,jdbcType=VARCHAR},
|
|
551
|
565
|
ywlx = #{ywlx,jdbcType=VARCHAR},
|
|
552
|
566
|
cjsj = #{cjsj,jdbcType=TIMESTAMP},
|
|
553
|
|
- is_show = #{isShow,jdbcType=VARCHAR}
|
|
|
567
|
+ is_show = #{isShow,jdbcType=VARCHAR},
|
|
|
568
|
+ ylorcpl = #{ylorcpl,jdbcType=VARCHAR}
|
|
554
|
569
|
where id = #{id,jdbcType=VARCHAR}
|
|
555
|
570
|
</update>
|
|
556
|
571
|
|