瀏覽代碼

检测报告

lizhen_gitee 6 月之前
父節點
當前提交
69e27488b1
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      application/company/controller/Jiance.php

+ 4 - 0
application/company/controller/Jiance.php

@@ -43,6 +43,10 @@ class Jiance extends Apic
         $total = $list->total();
         $total = $list->total();
         $list = $list->items();
         $list = $list->items();
 
 
+        foreach($list as $key => $val){
+            $list[$key]['pdfurl'] = 'https://kaoshi.huxiukeji.cn/admin.php/trainactive/showinfo/id/2';
+        }
+
         $rs = [
         $rs = [
             'list' => $list,
             'list' => $list,
             'total'=> $total,
             'total'=> $total,