修改患者名称,评价名称
This commit is contained in:
@@ -31,7 +31,9 @@ use App\Services\OrderPrescriptionService;
|
||||
use App\Services\OrderProductService;
|
||||
use App\Services\PatientOrderService;
|
||||
use App\Services\UserDoctorService;
|
||||
use App\Utils\Data;
|
||||
use App\Utils\Log;
|
||||
use App\Utils\Mask;
|
||||
use Extend\Alibaba\Oss;
|
||||
use Extend\Ca\Ca;
|
||||
use Extend\Ca\CaOnline;
|
||||
@@ -67,10 +69,10 @@ class TestController extends AbstractController
|
||||
// $this->test_5();
|
||||
// $this->test_1();
|
||||
// $this->test_11();
|
||||
$this->test_12();
|
||||
// $this->test_12();
|
||||
// $this->test_13();
|
||||
// $this->test_14();
|
||||
// $this->test_15();
|
||||
$this->test_15();
|
||||
}
|
||||
|
||||
|
||||
@@ -327,6 +329,7 @@ class TestController extends AbstractController
|
||||
}
|
||||
|
||||
public function test_15(){
|
||||
|
||||
$a = Mask::maskNameStr("gdxz123400000",2);
|
||||
dump($a);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user