@@ -61,7 +61,7 @@ class SystemStoreRecordDao extends BaseDao
*/
public function getApplyInfo(int $id)
{
- return $this->search(['id' => $id])->with(['user'])->find();
+ return $this->search(['id' => $id])->with(['user'])->find()->toArray();
}
/**