init
This commit is contained in:
parent
a320554f41
commit
e74a65ba3d
0
.env.example
Normal file → Executable file
0
.env.example
Normal file → Executable file
0
.gitattributes
vendored
Normal file → Executable file
0
.gitattributes
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
application/.htaccess
Normal file → Executable file
0
application/.htaccess
Normal file → Executable file
0
application/command.php
Normal file → Executable file
0
application/command.php
Normal file → Executable file
0
application/common.php
Normal file → Executable file
0
application/common.php
Normal file → Executable file
0
application/common/Model/Areas.php
Normal file → Executable file
0
application/common/Model/Areas.php
Normal file → Executable file
0
application/common/Model/Collection.php
Normal file → Executable file
0
application/common/Model/Collection.php
Normal file → Executable file
0
application/common/Model/CommonModel.php
Normal file → Executable file
0
application/common/Model/CommonModel.php
Normal file → Executable file
0
application/common/Model/Department.php
Normal file → Executable file
0
application/common/Model/Department.php
Normal file → Executable file
0
application/common/Model/DepartmentMember.php
Normal file → Executable file
0
application/common/Model/DepartmentMember.php
Normal file → Executable file
0
application/common/Model/Events.php
Normal file → Executable file
0
application/common/Model/Events.php
Normal file → Executable file
0
application/common/Model/EventsLog.php
Normal file → Executable file
0
application/common/Model/EventsLog.php
Normal file → Executable file
0
application/common/Model/EventsMember.php
Normal file → Executable file
0
application/common/Model/EventsMember.php
Normal file → Executable file
0
application/common/Model/File.php
Normal file → Executable file
0
application/common/Model/File.php
Normal file → Executable file
0
application/common/Model/InviteLink.php
Normal file → Executable file
0
application/common/Model/InviteLink.php
Normal file → Executable file
2
application/common/Model/Member.php
Normal file → Executable file
2
application/common/Model/Member.php
Normal file → Executable file
@ -48,7 +48,7 @@ class Member extends CommonModel
|
||||
$departmentCodes = explode(',', $departmentCodes);
|
||||
foreach ($departmentCodes as $departmentCode) {
|
||||
$department = Department::where(['code' => $departmentCode])->field('name')->find();
|
||||
$departments[] = $department['name'];
|
||||
$departments[] = $department['name']??'';
|
||||
}
|
||||
}
|
||||
$item['department'] = $departments ? implode(' - ', $departments) : '';
|
||||
|
0
application/common/Model/MemberAccount.php
Normal file → Executable file
0
application/common/Model/MemberAccount.php
Normal file → Executable file
0
application/common/Model/Notify.php
Normal file → Executable file
0
application/common/Model/Notify.php
Normal file → Executable file
0
application/common/Model/Organization.php
Normal file → Executable file
0
application/common/Model/Organization.php
Normal file → Executable file
0
application/common/Model/Project.php
Normal file → Executable file
0
application/common/Model/Project.php
Normal file → Executable file
0
application/common/Model/ProjectAuth.php
Normal file → Executable file
0
application/common/Model/ProjectAuth.php
Normal file → Executable file
0
application/common/Model/ProjectAuthNode.php
Normal file → Executable file
0
application/common/Model/ProjectAuthNode.php
Normal file → Executable file
0
application/common/Model/ProjectCollection.php
Normal file → Executable file
0
application/common/Model/ProjectCollection.php
Normal file → Executable file
0
application/common/Model/ProjectFeatures.php
Normal file → Executable file
0
application/common/Model/ProjectFeatures.php
Normal file → Executable file
0
application/common/Model/ProjectInfo.php
Normal file → Executable file
0
application/common/Model/ProjectInfo.php
Normal file → Executable file
0
application/common/Model/ProjectLog.php
Normal file → Executable file
0
application/common/Model/ProjectLog.php
Normal file → Executable file
0
application/common/Model/ProjectMember.php
Normal file → Executable file
0
application/common/Model/ProjectMember.php
Normal file → Executable file
0
application/common/Model/ProjectMenu.php
Normal file → Executable file
0
application/common/Model/ProjectMenu.php
Normal file → Executable file
0
application/common/Model/ProjectNode.php
Normal file → Executable file
0
application/common/Model/ProjectNode.php
Normal file → Executable file
0
application/common/Model/ProjectReport.php
Normal file → Executable file
0
application/common/Model/ProjectReport.php
Normal file → Executable file
0
application/common/Model/ProjectTemplate.php
Normal file → Executable file
0
application/common/Model/ProjectTemplate.php
Normal file → Executable file
0
application/common/Model/ProjectVersion.php
Normal file → Executable file
0
application/common/Model/ProjectVersion.php
Normal file → Executable file
0
application/common/Model/ProjectVersionLog.php
Normal file → Executable file
0
application/common/Model/ProjectVersionLog.php
Normal file → Executable file
0
application/common/Model/SourceLink.php
Normal file → Executable file
0
application/common/Model/SourceLink.php
Normal file → Executable file
0
application/common/Model/SystemConfig.php
Normal file → Executable file
0
application/common/Model/SystemConfig.php
Normal file → Executable file
0
application/common/Model/SystemLog.php
Normal file → Executable file
0
application/common/Model/SystemLog.php
Normal file → Executable file
0
application/common/Model/Task.php
Normal file → Executable file
0
application/common/Model/Task.php
Normal file → Executable file
0
application/common/Model/TaskLike.php
Normal file → Executable file
0
application/common/Model/TaskLike.php
Normal file → Executable file
0
application/common/Model/TaskMember.php
Normal file → Executable file
0
application/common/Model/TaskMember.php
Normal file → Executable file
0
application/common/Model/TaskStages.php
Normal file → Executable file
0
application/common/Model/TaskStages.php
Normal file → Executable file
0
application/common/Model/TaskStagesTemplate.php
Normal file → Executable file
0
application/common/Model/TaskStagesTemplate.php
Normal file → Executable file
0
application/common/Model/TaskTag.php
Normal file → Executable file
0
application/common/Model/TaskTag.php
Normal file → Executable file
0
application/common/Model/TaskToTag.php
Normal file → Executable file
0
application/common/Model/TaskToTag.php
Normal file → Executable file
0
application/common/Model/TaskWorkTime.php
Normal file → Executable file
0
application/common/Model/TaskWorkTime.php
Normal file → Executable file
0
application/common/Model/TaskWorkflow.php
Normal file → Executable file
0
application/common/Model/TaskWorkflow.php
Normal file → Executable file
0
application/common/Model/TaskWorkflowRule.php
Normal file → Executable file
0
application/common/Model/TaskWorkflowRule.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/Events.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/Events.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/composer.json
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/composer.json
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/composer.lock
generated
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/composer.lock
generated
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/config.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/config.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/crontab.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/crontab.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/start_businessworker.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/start_businessworker.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/start_gateway.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/start_gateway.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/start_register.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/start_register.php
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/autoload.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/autoload.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/ClassLoader.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/ClassLoader.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/LICENSE
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/LICENSE
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/autoload_classmap.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/autoload_classmap.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/autoload_namespaces.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/autoload_namespaces.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/autoload_psr4.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/autoload_psr4.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/autoload_real.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/autoload_real.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/autoload_static.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/autoload_static.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/installed.json
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/composer/installed.json
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/.gitignore
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/.gitignore
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/MIT-LICENSE.txt
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/MIT-LICENSE.txt
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/README.md
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/README.md
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/composer.json
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/composer.json
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/BusinessWorker.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/BusinessWorker.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Gateway.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Gateway.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Lib/Context.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Lib/Context.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Lib/Db.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Lib/Db.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Lib/DbConnection.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Lib/DbConnection.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Lib/Gateway.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Lib/Gateway.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Protocols/GatewayProtocol.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Protocols/GatewayProtocol.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Register.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/gateway-worker/src/Register.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/.gitignore
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/.gitignore
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Autoloader.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Autoloader.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Connection/AsyncTcpConnection.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Connection/AsyncTcpConnection.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Connection/AsyncUdpConnection.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Connection/AsyncUdpConnection.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Connection/ConnectionInterface.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Connection/ConnectionInterface.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Connection/TcpConnection.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Connection/TcpConnection.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Connection/UdpConnection.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Connection/UdpConnection.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/Ev.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/Ev.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/Event.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/Event.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/EventInterface.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/EventInterface.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/Libevent.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/Libevent.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/React/Base.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/React/Base.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/React/ExtEventLoop.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/React/ExtEventLoop.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/React/ExtLibEventLoop.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/React/ExtLibEventLoop.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/React/StreamSelectLoop.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/React/StreamSelectLoop.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/Select.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/Select.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/Swoole.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Events/Swoole.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Lib/Constants.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Lib/Constants.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Lib/Timer.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Lib/Timer.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/MIT-LICENSE.txt
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/MIT-LICENSE.txt
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Protocols/Frame.php
vendored
Normal file → Executable file
0
application/common/Plugins/GateWayWorker/vendor/workerman/workerman/Protocols/Frame.php
vendored
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user