moonsflyer 6 달 전
부모
커밋
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;