字段错误修复
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user