新增药品订单退款
This commit is contained in:
@@ -25,6 +25,7 @@ use App\Services\ImService;
|
||||
use App\Services\InquiryService;
|
||||
use App\Services\MessagePush;
|
||||
use App\Services\OrderPrescriptionService;
|
||||
use App\Services\OrderProductService;
|
||||
use App\Services\PatientOrderService;
|
||||
use App\Services\UserDoctorService;
|
||||
use App\Utils\Log;
|
||||
@@ -754,10 +755,6 @@ class TestController extends AbstractController
|
||||
}
|
||||
|
||||
public function test_13(){
|
||||
// $RecentContact = new RecentContact();
|
||||
// $RecentContact->deleteRecentContact();
|
||||
// die;
|
||||
|
||||
$out_trade_no = $this->request->input('out_trade_no');
|
||||
$params = array();
|
||||
$params['order_inquiry_id'] = $out_trade_no;
|
||||
|
||||
Reference in New Issue
Block a user