|
@@ -30,7 +30,7 @@
|
|
<result column="buyer_reg_no" jdbcType="VARCHAR" property="buyerRegNo" />
|
|
<result column="buyer_reg_no" jdbcType="VARCHAR" property="buyerRegNo" />
|
|
<result column="buyer_name" jdbcType="VARCHAR" property="buyerName" />
|
|
<result column="buyer_name" jdbcType="VARCHAR" property="buyerName" />
|
|
<result column="buyer_id_type" jdbcType="VARCHAR" property="buyerIdType" />
|
|
<result column="buyer_id_type" jdbcType="VARCHAR" property="buyerIdType" />
|
|
- <result column="buyerId_number" jdbcType="VARCHAR" property="buyeridNumber" />
|
|
|
|
|
|
+ <result column="buyerId_number" jdbcType="VARCHAR" property="buyerIdNumber" />
|
|
<result column="pay_code" jdbcType="VARCHAR" property="payCode" />
|
|
<result column="pay_code" jdbcType="VARCHAR" property="payCode" />
|
|
<result column="pay_name" jdbcType="VARCHAR" property="payName" />
|
|
<result column="pay_name" jdbcType="VARCHAR" property="payName" />
|
|
<result column="pay_transaction_id" jdbcType="VARCHAR" property="payTransactionId" />
|
|
<result column="pay_transaction_id" jdbcType="VARCHAR" property="payTransactionId" />
|
|
@@ -89,7 +89,7 @@
|
|
#{ebcName,jdbcType=VARCHAR}, #{goodsValue,jdbcType=DECIMAL}, #{freight,jdbcType=DECIMAL},
|
|
#{ebcName,jdbcType=VARCHAR}, #{goodsValue,jdbcType=DECIMAL}, #{freight,jdbcType=DECIMAL},
|
|
#{discount,jdbcType=DECIMAL}, #{taxTotal,jdbcType=DECIMAL}, #{acturalPaid,jdbcType=DECIMAL},
|
|
#{discount,jdbcType=DECIMAL}, #{taxTotal,jdbcType=DECIMAL}, #{acturalPaid,jdbcType=DECIMAL},
|
|
#{currency,jdbcType=VARCHAR}, #{buyerRegNo,jdbcType=VARCHAR}, #{buyerName,jdbcType=VARCHAR},
|
|
#{currency,jdbcType=VARCHAR}, #{buyerRegNo,jdbcType=VARCHAR}, #{buyerName,jdbcType=VARCHAR},
|
|
- #{buyerIdType,jdbcType=VARCHAR}, #{buyeridNumber,jdbcType=VARCHAR}, #{payCode,jdbcType=VARCHAR},
|
|
|
|
|
|
+ #{buyerIdType,jdbcType=VARCHAR}, #{buyerIdNumber,jdbcType=VARCHAR}, #{payCode,jdbcType=VARCHAR},
|
|
#{payName,jdbcType=VARCHAR}, #{payTransactionId,jdbcType=VARCHAR}, #{batchNumbers,jdbcType=VARCHAR},
|
|
#{payName,jdbcType=VARCHAR}, #{payTransactionId,jdbcType=VARCHAR}, #{batchNumbers,jdbcType=VARCHAR},
|
|
#{consignee,jdbcType=VARCHAR}, #{consigneeTelephone,jdbcType=VARCHAR}, #{consigneeAddress,jdbcType=VARCHAR},
|
|
#{consignee,jdbcType=VARCHAR}, #{consigneeTelephone,jdbcType=VARCHAR}, #{consigneeAddress,jdbcType=VARCHAR},
|
|
#{consigneeDistrict,jdbcType=VARCHAR}, #{note,jdbcType=VARCHAR}, #{createrSn,jdbcType=VARCHAR},
|
|
#{consigneeDistrict,jdbcType=VARCHAR}, #{note,jdbcType=VARCHAR}, #{createrSn,jdbcType=VARCHAR},
|
|
@@ -186,7 +186,7 @@
|
|
<if test="buyerIdType != null">
|
|
<if test="buyerIdType != null">
|
|
buyer_id_type,
|
|
buyer_id_type,
|
|
</if>
|
|
</if>
|
|
- <if test="buyeridNumber != null">
|
|
|
|
|
|
+ <if test="buyerIdNumber != null">
|
|
buyerId_number,
|
|
buyerId_number,
|
|
</if>
|
|
</if>
|
|
<if test="payCode != null">
|
|
<if test="payCode != null">
|
|
@@ -332,8 +332,8 @@
|
|
<if test="buyerIdType != null">
|
|
<if test="buyerIdType != null">
|
|
#{buyerIdType,jdbcType=VARCHAR},
|
|
#{buyerIdType,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
- <if test="buyeridNumber != null">
|
|
|
|
- #{buyeridNumber,jdbcType=VARCHAR},
|
|
|
|
|
|
+ <if test="buyerIdNumber != null">
|
|
|
|
+ #{buyerIdNumber,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
<if test="payCode != null">
|
|
<if test="payCode != null">
|
|
#{payCode,jdbcType=VARCHAR},
|
|
#{payCode,jdbcType=VARCHAR},
|
|
@@ -478,7 +478,7 @@
|
|
#{item.buyerRegNo,jdbcType=VARCHAR},
|
|
#{item.buyerRegNo,jdbcType=VARCHAR},
|
|
#{item.buyerName,jdbcType=VARCHAR},
|
|
#{item.buyerName,jdbcType=VARCHAR},
|
|
#{item.buyerIdType,jdbcType=VARCHAR},
|
|
#{item.buyerIdType,jdbcType=VARCHAR},
|
|
- #{item.buyeridNumber,jdbcType=VARCHAR},
|
|
|
|
|
|
+ #{item.buyerIdNumber,jdbcType=VARCHAR},
|
|
#{item.payCode,jdbcType=VARCHAR},
|
|
#{item.payCode,jdbcType=VARCHAR},
|
|
#{item.payName,jdbcType=VARCHAR},
|
|
#{item.payName,jdbcType=VARCHAR},
|
|
#{item.payTransactionId,jdbcType=VARCHAR},
|
|
#{item.payTransactionId,jdbcType=VARCHAR},
|
|
@@ -606,8 +606,8 @@
|
|
<if test="buyerIdType != null">
|
|
<if test="buyerIdType != null">
|
|
buyer_id_type = #{buyerIdType,jdbcType=VARCHAR},
|
|
buyer_id_type = #{buyerIdType,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
- <if test="buyeridNumber != null">
|
|
|
|
- buyerId_number = #{buyeridNumber,jdbcType=VARCHAR},
|
|
|
|
|
|
+ <if test="buyerIdNumber != null">
|
|
|
|
+ buyerId_number = #{buyerIdNumber,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
<if test="payCode != null">
|
|
<if test="payCode != null">
|
|
pay_code = #{payCode,jdbcType=VARCHAR},
|
|
pay_code = #{payCode,jdbcType=VARCHAR},
|