支付方式一致性

parent 09baedaa
...@@ -42,7 +42,7 @@ class OrderFlow(Base, BaseModel): ...@@ -42,7 +42,7 @@ class OrderFlow(Base, BaseModel):
ab_score_deduct = Column(BIGINT, comment='积分抵扣') ab_score_deduct = Column(BIGINT, comment='积分抵扣')
ab_account_deduct = Column(BIGINT, comment='账户余额抵扣') ab_account_deduct = Column(BIGINT, comment='账户余额抵扣')
ab_payment = Column(BIGINT, comment='支付通道付款金额') ab_payment = Column(BIGINT, comment='支付通道付款金额')
ab_pay_mode = Column(String(3), comment='支付方式 1:H5微信支付 2:优惠购买 3:线下会员,4:探普贝,5:app微信支付,6:支付宝支付,7:苹果支付') ab_pay_mode = Column(String(3), comment='支付方式 1:免费,2:积分,3现金,4:探普贝,5:app微信支付,6:支付宝支付,7:苹果支付')
ab_total_money = Column(BIGINT, comment='订单总额') ab_total_money = Column(BIGINT, comment='订单总额')
ab_type = Column(String(3), comment='产品类型') ab_type = Column(String(3), comment='产品类型')
ab_proid = Column(String(64), comment='产品ID') ab_proid = Column(String(64), comment='产品ID')
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment