xxxrrrdddd 2 年之前
父節點
當前提交
2b8b6686a8
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      application/admin/model/Agreement.php

+ 3 - 0
application/admin/model/Agreement.php

@@ -18,6 +18,9 @@ class Agreement extends Model
     // 自动写入时间戳字段
     protected $autoWriteTimestamp = false;
 
+    protected $readonly=[
+        'title',
+    ];
     // 定义时间戳字段名
     protected $createTime = false;
     protected $updateTime = false;