|
@@ -459,70 +459,70 @@
|
|
|
</if>
|
|
|
|
|
|
<if test="receivableAmt != null">
|
|
|
- #{receivable_amt,jdbcType=DOUBLE},
|
|
|
+ #{receivableAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="receivedAmt != null">
|
|
|
- #{received_amt,jdbcType=DOUBLE},
|
|
|
+ #{receivedAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="discountAmt != null">
|
|
|
- #{discount_amt,jdbcType=DOUBLE},
|
|
|
+ #{discountAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="discountCouponAmt != null">
|
|
|
- #{discount_coupon_amt,jdbcType=DOUBLE},
|
|
|
+ #{discountCouponAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="discountCoupon != null">
|
|
|
- #{discount_coupon,jdbcType=VARCHAR},
|
|
|
+ #{discountCoupon,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
|
|
|
|
|
|
<if test="wxAmt != null">
|
|
|
- #{wx_amt,jdbcType=DOUBLE},
|
|
|
+ #{wxAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="zfbAmt != null">
|
|
|
- #{zfb_amt,jdbcType=DOUBLE},
|
|
|
+ #{zfbAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="posAmt != null">
|
|
|
- #{pos_amt,jdbcType=DOUBLE},
|
|
|
+ #{posAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="xjAmt != null">
|
|
|
- #{xj_amt,jdbcType=DOUBLE},
|
|
|
+ #{xjAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="didiAppAmt != null">
|
|
|
- #{didi_app_amt,jdbcType=DOUBLE},
|
|
|
+ #{didiAppAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="tyAppAmt != null">
|
|
|
- #{ty_app_amt,jdbcType=DOUBLE},
|
|
|
+ #{tyAppAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
|
|
|
|
|
|
<if test="otherAmt != null">
|
|
|
- #{other_amt,jdbcType=DOUBLE},
|
|
|
+ #{otherAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="dzkAmt != null">
|
|
|
- #{dzk_amt,jdbcType=DOUBLE},
|
|
|
+ #{dzkAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
<if test="score != null">
|
|
|
#{score,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="memberNo != null">
|
|
|
- #{member_no,jdbcType=VARCHAR},
|
|
|
+ #{memberNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="memberAmt != null">
|
|
|
- #{member_amt,jdbcType=DOUBLE},
|
|
|
+ #{memberAmt,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
|
|
|
|
|
|
<if test="printCount != null">
|
|
|
- #{print_count,jdbcType=INTEGER},
|
|
|
+ #{printCount,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="carNo != null">
|
|
|
- #{car_no,jdbcType=VARCHAR},
|
|
|
+ #{carNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="customerPhone != null">
|
|
|
- #{customer_phone,jdbcType=VARCHAR},
|
|
|
+ #{customerPhone,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="customerGrade != null">
|
|
|
- #{customer_grade,jdbcType=VARCHAR},
|
|
|
+ #{customerGrade,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="oilType != null">
|
|
|
#{oilType,jdbcType=VARCHAR}
|