修改患者名称,评价名称

This commit is contained in:
2023-05-12 15:42:39 +08:00
parent 04d6efefd5
commit 8406551ce1
5 changed files with 126 additions and 104 deletions
+6 -3
View File
@@ -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);
}
}