林海涛 1 سال پیش
والد
کامیت
a3768ffe3b
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      app/common/model/performance/PerformanceRules.php

+ 0 - 1
app/common/model/performance/PerformanceRules.php

@@ -43,7 +43,6 @@ class PerformanceRules extends BaseModel
                 $value[$k] = end($v);
             }
         }
-        dd($value);
         return empty($value) ? null : implode(',', $value);
     }
 }