去除注释,注释掉模拟退款
This commit is contained in:
@@ -43,31 +43,31 @@ class MoveOrderCommand extends HyperfCommand
|
|||||||
$this->line("开始");
|
$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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
+1
-1
@@ -897,7 +897,7 @@ Router::addGroup('/test', function () {
|
|||||||
//
|
//
|
||||||
// Router::get('/uninquiry', [TestController::class, 'uninquiry']);
|
// Router::get('/uninquiry', [TestController::class, 'uninquiry']);
|
||||||
// 模拟退款
|
// 模拟退款
|
||||||
Router::post('/refund', [TestController::class, 'refund']);
|
// Router::post('/refund', [TestController::class, 'refund']);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user