更新若干功能
This commit is contained in:
@@ -25,7 +25,8 @@ class WxAppConfigService extends BaseService
|
||||
$this->model = WxAppModel::class;
|
||||
$this->selectField = [
|
||||
'id', 'code', 'name', 'app_id', 'mch_id', 'mch_serial_no', 'notify_url',
|
||||
'template_code', 'package_enabled', 'status', 'remark', 'created_at', 'updated_at',
|
||||
'template_code', 'package_enabled', 'subscribe_pay_tpl', 'subscribe_ship_tpl',
|
||||
'status', 'remark', 'created_at', 'updated_at',
|
||||
];
|
||||
$this->queryField = ['code' => '=', 'name' => 'like', 'status' => '='];
|
||||
$this->orderBy = ['name' => 'id', 'sort' => 'asc'];
|
||||
|
||||
Reference in New Issue
Block a user