1. 协议查询

This commit is contained in:
李琦
2026-06-05 15:31:43 +08:00
parent 34827ed1cd
commit 3d25bc0a88

View File

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