浏览代码

开钓时间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()
     {