WIN-2308041133\Administrator 4 bulan lalu
induk
melakukan
ad13c0e198
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/dao/system/store/SystemStoreRecordDao.php

+ 1 - 1
app/dao/system/store/SystemStoreRecordDao.php

@@ -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();
     }
 
     /**