cqp 1 天之前
父節點
當前提交
38874f9848
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Service/ReportFormsService.php

+ 1 - 0
app/Service/ReportFormsService.php

@@ -562,6 +562,7 @@ class ReportFormsService extends Service
             if(! empty($scrapp)){
                 $tmp = explode(',',$scrapp);
                 foreach ($tmp as $vv){
+                    if(empty($vv)) continue;
                     $tmp_str .= ($scrapp_map[$vv] ? $scrapp_map[$vv] . ',' : '');
                 }
             }