Merge remote-tracking branch 'origin/master'

This commit is contained in:
vilson 2019-07-03 17:18:39 +08:00
commit c118500c31
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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;
}

View File

@ -6,7 +6,7 @@ return [
// 应用名称
'app_name' => 'pearProject',
// 应用版本
'app_version' => '2.6.0',
'app_version' => '2.6.1',
// 应用地址
'app_host' => '',
// 应用调试模式