|
|
@@ -12,6 +12,8 @@
|
|
12
|
12
|
<result column="x_lsxz" jdbcType="INTEGER" property="xLsxz" />
|
|
13
|
13
|
<result column="lsdj" jdbcType="INTEGER" property="lsdj" />
|
|
14
|
14
|
<result column="clsl" jdbcType="DECIMAL" property="clsl" />
|
|
|
15
|
+ <result column="transfer_quantity" jdbcType="DECIMAL" property="transferQuantity" />
|
|
|
16
|
+ <result column="approval_no" jdbcType="VARCHAR" property="approvalNo" />
|
|
15
|
17
|
<result column="zjjg" jdbcType="VARCHAR" property="zjjg" />
|
|
16
|
18
|
<result column="ys_status" jdbcType="VARCHAR" property="ysStatus" />
|
|
17
|
19
|
<result column="business_create_time" jdbcType="TIMESTAMP" property="businessCreateTime" />
|
|
|
@@ -162,6 +164,12 @@
|
|
162
|
164
|
<if test="clsl != null">
|
|
163
|
165
|
clsl,
|
|
164
|
166
|
</if>
|
|
|
167
|
+ <if test="transferQuantity != null">
|
|
|
168
|
+ transfer_quantity,
|
|
|
169
|
+ </if>
|
|
|
170
|
+ <if test="approvalNo != null">
|
|
|
171
|
+ approval_no,
|
|
|
172
|
+ </if>
|
|
165
|
173
|
<if test="zjjg != null">
|
|
166
|
174
|
zjjg,
|
|
167
|
175
|
</if>
|
|
|
@@ -218,6 +226,12 @@
|
|
218
|
226
|
<if test="clsl != null">
|
|
219
|
227
|
#{clsl,jdbcType=DECIMAL},
|
|
220
|
228
|
</if>
|
|
|
229
|
+ <if test="transferQuantity != null">
|
|
|
230
|
+ #{transferQuantity,jdbcType=DECIMAL},
|
|
|
231
|
+ </if>
|
|
|
232
|
+ <if test="approvalNo != null">
|
|
|
233
|
+ #{approvalNo,jdbcType=VARCHAR},
|
|
|
234
|
+ </if>
|
|
221
|
235
|
<if test="zjjg != null">
|
|
222
|
236
|
#{zjjg,jdbcType=VARCHAR},
|
|
223
|
237
|
</if>
|