1. 协议查询

This commit is contained in:
李琦
2026-06-05 15:24:00 +08:00
parent 6b7f9e8971
commit 34827ed1cd

View File

@@ -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])