1. 协议查询
This commit is contained in:
@@ -32,7 +32,7 @@ class AgreementForm extends BaseModel
|
||||
}
|
||||
return BaseConfig::find()
|
||||
->where([
|
||||
'end' => $this->end,
|
||||
'end' => 2,
|
||||
'status' => 0,
|
||||
// 'store_id'=>\Yii::$app->store
|
||||
])->andWhere(['type'=>[1,2]])
|
||||
|
||||
Reference in New Issue
Block a user