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] . ',' : '');
                 }
             }