|
@@ -50,14 +50,14 @@
|
|
|
insert into flow_order_info(order_id, flow_app_id, package_id, customer_id, order_type, customer_name, phone_no,
|
|
|
extorder_id, rec_id, apply_date, active_date, limited_date, status, note,
|
|
|
gw_seq_no, gw_status, last_modify_date, gw_error_code, flow_amount,
|
|
|
- adapter_name, usage_limit, batch_count, send_count, area_code, price,
|
|
|
+ usage_limit, batch_count, send_count, area_code, price,
|
|
|
partner_balance_price, operator_balance_price, customer_product_id, channel_id,
|
|
|
callback_time, product_id, attr1, attr2, attr3, channel_name, app_id,
|
|
|
channel_product_id, callback_status, phone_operator, phone_city)
|
|
|
values (#{orderId}, #{flowAppId}, #{packageId}, #{customerId}, #{orderType}, #{customerName}, #{phoneNo},
|
|
|
#{extorderId},
|
|
|
#{recId}, #{applyDate}, #{activeDate}, #{limitedDate}, #{status}, #{note}, #{gwSeqNo}, #{gwStatus},
|
|
|
- #{lastModifyDate}, #{gwErrorCode}, #{flowAmount}, #{adapterName}, #{usageLimit}, #{batchCount},
|
|
|
+ #{lastModifyDate}, #{gwErrorCode}, #{flowAmount}, #{usageLimit}, #{batchCount},
|
|
|
#{sendCount}, #{areaCode}, #{price}, #{partnerBalancePrice}, #{operatorBalancePrice},
|
|
|
#{customerProductId}, #{channelId}, #{callbackTime}, #{productId}, #{attr1}, #{attr2}, #{attr3},
|
|
|
#{channelName}, #{appId}, #{channelProductId}, #{callbackStatus}, #{phoneOperator}, #{phoneCity})
|