去除注释,注释掉模拟退款
This commit is contained in:
@@ -43,31 +43,31 @@ class MoveOrderCommand extends HyperfCommand
|
||||
$this->line("开始");
|
||||
|
||||
// 处理问诊订单
|
||||
// $this->handleOrderInquiry();
|
||||
$this->handleOrderInquiry();
|
||||
|
||||
// 处理问诊订单退款
|
||||
// $this->handleOrderInquiryRefund();
|
||||
$this->handleOrderInquiryRefund();
|
||||
|
||||
// 处理问诊订单优惠卷
|
||||
// $this->handleOrderInquiryCoupon();
|
||||
$this->handleOrderInquiryCoupon();
|
||||
|
||||
// 处理药品订单
|
||||
// $this->handleOrderProduct();
|
||||
$this->handleOrderProduct();
|
||||
|
||||
// 处理药品订单退款
|
||||
// $this->handleOrderProductRefund();
|
||||
$this->handleOrderProductRefund();
|
||||
|
||||
// 处理药品订单优惠卷
|
||||
// $this->handleOrderProductCoupon();
|
||||
$this->handleOrderProductCoupon();
|
||||
|
||||
// 处理检测订单
|
||||
// $this->handleOrderDetection();
|
||||
$this->handleOrderDetection();
|
||||
|
||||
// 处理检测订单退款
|
||||
// $this->handleOrderDetectionRefund();
|
||||
$this->handleOrderDetectionRefund();
|
||||
|
||||
// 修正医生提现关联订单表数据
|
||||
// $this->handleDoctorWithdrawalOrder();
|
||||
$this->handleDoctorWithdrawalOrder();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user