diff --git a/README.md b/README.md index 6dbb816..06b833f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# pearProjectApi +# PearProject -基于Vue.js实现的项目管理系统 +**Pear,梨子项目管理系统** -相关资料:https://www.yuque.com/vilson/ef1m6t +**相关资料:https://www.yuque.com/bzsxmz** 需要配合[前端项目](https://github.com/a54552239/pearProject)使用,链接:https://github.com/a54552239/pearProject diff --git a/application/common/Model/Task.php b/application/common/Model/Task.php index d4b150a..bedeb71 100644 --- a/application/common/Model/Task.php +++ b/application/common/Model/Task.php @@ -97,7 +97,7 @@ class Task extends CommonModel } $result = self::update($data, ['code' => $code]); $member = getCurrentMember(); - $type = 'name'; + $type = ''; if (isset($data['name'])) { $type = 'name'; } @@ -122,7 +122,7 @@ class Task extends CommonModel $type = 'clearEndTime'; } } - self::taskHook($member['code'], $code, $type); + $type && self::taskHook($member['code'], $code, $type); //TODO 任务动态 return $result; } diff --git a/config/app.php b/config/app.php index fdd072b..c780f3d 100644 --- a/config/app.php +++ b/config/app.php @@ -6,7 +6,7 @@ return [ // 应用名称 'app_name' => 'pearProject', // 应用版本 - 'app_version' => '2.6.0', + 'app_version' => '2.6.1', // 应用地址 'app_host' => '', // 应用调试模式