订单表 ucs.tb_user_order 需要添加pay_source字段 ALTER TABLE `tb_user_order` add `pay_source` varchar(255) DEFAULT NULL COMMENT '来源,水滴api支付需要' AFTER `is_used`;