字段错误修复

This commit is contained in:
2024-12-05 15:59:16 +08:00
parent 89c3d18a1f
commit c7c4e5421c

View File

@@ -35,9 +35,9 @@ class PharmacistController extends BaseAdminController
]);
$name=$post['name'];
$mobile=$post['mobile'];
$depart_id=$post['depart_id'];
$title_id=$post['title_id'];
$identity=$post['identity'];
$depart_id=$post['depart_id']?? 0;
$title_id=$post['title_id']?? 0;
$identity=$post['identity']?? 0;
switch ($post['status']){
case 0: