|
@@ -10,7 +10,7 @@
|
10
|
10
|
<result column="htzsl" property="htzsl" jdbcType="DECIMAL" />
|
11
|
11
|
<result column="htdj" property="htdj" jdbcType="DECIMAL" />
|
12
|
12
|
<result column="htzj" property="htzj" jdbcType="DECIMAL" />
|
13
|
|
- <result column="yjsje" property="yjsje" jdbcType="DECIMAL" />
|
|
13
|
+ <result column="yjssl" property="yjssl" jdbcType="DECIMAL" />
|
14
|
14
|
<result column="house_id" property="houseId" jdbcType="INTEGER" />
|
15
|
15
|
<result column="warehouse_id" property="warehouseId" jdbcType="INTEGER" />
|
16
|
16
|
<result column="lypz" property="lypz" jdbcType="INTEGER" />
|
|
@@ -87,7 +87,7 @@
|
87
|
87
|
</where>
|
88
|
88
|
</sql>
|
89
|
89
|
<sql id="Base_Column_List" >
|
90
|
|
- id, org_id, spt_htid, htbh, htlx, htzsl, htdj, htzj, yjsje, house_id, warehouse_id,
|
|
90
|
+ id, org_id, spt_htid, htbh, htlx, htzsl, htdj, htzj, yjssl, house_id, warehouse_id,
|
91
|
91
|
lypz, mxpz, lydj, lyxz, scnf, shnd, lycd, rksj, khid, khmc, tyxydm, input_time, update_time,
|
92
|
92
|
data_type
|
93
|
93
|
</sql>
|
|
@@ -124,7 +124,7 @@
|
124
|
124
|
<insert id="insert" parameterType="com.chinaitop.depot.business.model.BusinessContractReceive" >
|
125
|
125
|
insert into business_contract_receive (id, org_id, spt_htid,
|
126
|
126
|
htbh, htlx, htzsl,
|
127
|
|
- htdj, htzj, yjsje,
|
|
127
|
+ htdj, htzj, yjssl,
|
128
|
128
|
house_id, warehouse_id, lypz,
|
129
|
129
|
mxpz, lydj, lyxz, scnf,
|
130
|
130
|
shnd, lycd, rksj,
|
|
@@ -133,7 +133,7 @@
|
133
|
133
|
)
|
134
|
134
|
values (#{id,jdbcType=INTEGER}, #{orgId,jdbcType=INTEGER}, #{sptHtid,jdbcType=VARCHAR},
|
135
|
135
|
#{htbh,jdbcType=VARCHAR}, #{htlx,jdbcType=VARCHAR}, #{htzsl,jdbcType=DECIMAL},
|
136
|
|
- #{htdj,jdbcType=DECIMAL}, #{htzj,jdbcType=DECIMAL}, #{yjsje,jdbcType=DECIMAL},
|
|
136
|
+ #{htdj,jdbcType=DECIMAL}, #{htzj,jdbcType=DECIMAL}, #{yjssl,jdbcType=DECIMAL},
|
137
|
137
|
#{houseId,jdbcType=INTEGER}, #{warehouseId,jdbcType=INTEGER}, #{lypz,jdbcType=INTEGER},
|
138
|
138
|
#{mxpz,jdbcType=INTEGER}, #{lydj,jdbcType=INTEGER}, #{lyxz,jdbcType=INTEGER}, #{scnf,jdbcType=INTEGER},
|
139
|
139
|
#{shnd,jdbcType=INTEGER}, #{lycd,jdbcType=INTEGER}, #{rksj,jdbcType=TIMESTAMP},
|
|
@@ -168,8 +168,8 @@
|
168
|
168
|
<if test="htzj != null" >
|
169
|
169
|
htzj,
|
170
|
170
|
</if>
|
171
|
|
- <if test="yjsje != null" >
|
172
|
|
- yjsje,
|
|
171
|
+ <if test="yjssl != null" >
|
|
172
|
+ yjssl,
|
173
|
173
|
</if>
|
174
|
174
|
<if test="houseId != null" >
|
175
|
175
|
house_id,
|
|
@@ -245,8 +245,8 @@
|
245
|
245
|
<if test="htzj != null" >
|
246
|
246
|
#{htzj,jdbcType=DECIMAL},
|
247
|
247
|
</if>
|
248
|
|
- <if test="yjsje != null" >
|
249
|
|
- #{yjsje,jdbcType=DECIMAL},
|
|
248
|
+ <if test="yjssl != null" >
|
|
249
|
+ #{yjssl,jdbcType=DECIMAL},
|
250
|
250
|
</if>
|
251
|
251
|
<if test="houseId != null" >
|
252
|
252
|
#{houseId,jdbcType=INTEGER},
|
|
@@ -331,8 +331,8 @@
|
331
|
331
|
<if test="record.htzj != null" >
|
332
|
332
|
htzj = #{record.htzj,jdbcType=DECIMAL},
|
333
|
333
|
</if>
|
334
|
|
- <if test="record.yjsje != null" >
|
335
|
|
- yjsje = #{record.yjsje,jdbcType=DECIMAL},
|
|
334
|
+ <if test="record.yjssl != null" >
|
|
335
|
+ yjssl = #{record.yjssl,jdbcType=DECIMAL},
|
336
|
336
|
</if>
|
337
|
337
|
<if test="record.houseId != null" >
|
338
|
338
|
house_id = #{record.houseId,jdbcType=INTEGER},
|
|
@@ -397,7 +397,7 @@
|
397
|
397
|
htzsl = #{record.htzsl,jdbcType=DECIMAL},
|
398
|
398
|
htdj = #{record.htdj,jdbcType=DECIMAL},
|
399
|
399
|
htzj = #{record.htzj,jdbcType=DECIMAL},
|
400
|
|
- yjsje = #{record.yjsje,jdbcType=DECIMAL},
|
|
400
|
+ yjssl = #{record.yjssl,jdbcType=DECIMAL},
|
401
|
401
|
house_id = #{record.houseId,jdbcType=INTEGER},
|
402
|
402
|
warehouse_id = #{record.warehouseId,jdbcType=INTEGER},
|
403
|
403
|
lypz = #{record.lypz,jdbcType=INTEGER},
|
|
@@ -442,8 +442,8 @@
|
442
|
442
|
<if test="htzj != null" >
|
443
|
443
|
htzj = #{htzj,jdbcType=DECIMAL},
|
444
|
444
|
</if>
|
445
|
|
- <if test="yjsje != null" >
|
446
|
|
- yjsje = #{yjsje,jdbcType=DECIMAL},
|
|
445
|
+ <if test="yjssl != null" >
|
|
446
|
+ yjssl = #{yjssl,jdbcType=DECIMAL},
|
447
|
447
|
</if>
|
448
|
448
|
<if test="houseId != null" >
|
449
|
449
|
house_id = #{houseId,jdbcType=INTEGER},
|
|
@@ -505,7 +505,7 @@
|
505
|
505
|
htzsl = #{htzsl,jdbcType=DECIMAL},
|
506
|
506
|
htdj = #{htdj,jdbcType=DECIMAL},
|
507
|
507
|
htzj = #{htzj,jdbcType=DECIMAL},
|
508
|
|
- yjsje = #{yjsje,jdbcType=DECIMAL},
|
|
508
|
+ yjssl = #{yjssl,jdbcType=DECIMAL},
|
509
|
509
|
house_id = #{houseId,jdbcType=INTEGER},
|
510
|
510
|
warehouse_id = #{warehouseId,jdbcType=INTEGER},
|
511
|
511
|
lypz = #{lypz,jdbcType=INTEGER},
|