Merge branch 'pailei2'

This commit is contained in:
王怡栋
2022-03-22 09:01:03 +08:00
142 changed files with 7504 additions and 6950 deletions
+1 -1
View File
@@ -598,7 +598,7 @@ class programplanModel extends model
$member->account = $account;
$member->role = $this->lang->user->roleList[$this->app->user->role];
$member->join = $now;
$member->type = $data->type;
$member->type = 'execution';
$member->days = $data->days;
$member->hours = $this->config->execution->defaultWorkhours;
$this->dao->insert(TABLE_TEAM)->data($member)->exec();