moonsflyer 6 месяцев назад
Родитель
Сommit
d939cc0cba
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      app/adminapi/lists/gift_card/GiftCardInfoLists.php

+ 3 - 3
app/adminapi/lists/gift_card/GiftCardInfoLists.php

@@ -117,9 +117,9 @@ class GiftCardInfoLists extends BaseAdminDataLists implements ListsExtendInterfa
             ->select()
             ->toArray();
 //
-//        foreach ($lists as &$list) {
-//            $list['qr_code_path']  = FileService::getFileUrl($list['qr_code_path']);
-//        }
+        foreach ($lists as &$list) {
+            $list['qr_code_path']  = FileService::getFileUrl($list['qr_code_path']);
+        }
 
         return $lists;