升级php版本后错误修复
This commit is contained in:
@@ -57,7 +57,7 @@ class DoctorController extends BaseAppController
|
||||
public function actionAllList()
|
||||
{
|
||||
$post = \Yii::$app->request->post();
|
||||
$keyword = $post['keyword'];
|
||||
$keyword = $post['keyword']?? '';
|
||||
$store_id = \Yii::$app->store;
|
||||
$su_id = StoreDoctor::find()->select('su_id')->where([
|
||||
'store_id' => $store_id,
|
||||
|
||||
Reference in New Issue
Block a user