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