فهرست منبع

开钓时间model

Cherry 2 سال پیش
والد
کامیت
c3fc5300f6
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      application/admin/model/Method.php

+ 4 - 0
application/admin/model/Method.php

@@ -86,6 +86,10 @@ class Method extends Model
         return $value === '' ? null : ($value && !is_numeric($value) ? strtotime($value) : $value);
     }
 
+    protected function setFishingTimeAttr($value)
+    {
+        return $value === '' ? null : ($value && !is_numeric($value) ? strtotime($value) : $value);
+    }
 
     public function yutang()
     {