moonsflyer vor 6 Monaten
Ursprung
Commit
d939cc0cba
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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()
             ->select()
             ->toArray();
             ->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;
         return $lists;