wugg 8 月之前
父节点
当前提交
064c1a80f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/user/model/Headquarters.php

+ 1 - 1
app/user/model/Headquarters.php

@@ -166,7 +166,7 @@ use think\Exception;use think\Model;class Headquarters extends Base
         return $this->belongsTo(CustomerInfo::class,'code','companyNo');
     }
 
-    public static function onAfterUpdate($model) {
+    public static function onAfterWrite($model) {
         event("copyCompany",$model->toArray());
      }
 }