update 新增更新子级信息

This commit is contained in:
JaguarJack
2021-04-26 10:37:18 +08:00
parent 05ba3dd197
commit 5513501786
2 changed files with 68 additions and 5 deletions

View File

@@ -26,7 +26,9 @@ class Department extends CatchModel
'deleted_at', // 删除状态null 未删除 timestamp 已删除
];
/**
protected $updateChildrenFields = 'status';
/**
* 列表数据
*
* @time 2020年01月09日