* Code for task #42849.

This commit is contained in:
dingna
2021-09-23 15:45:44 +08:00
parent 391fb25125
commit 0f6152e9db
+1
View File
@@ -145,6 +145,7 @@ class docModel extends model
->join('groups', ',')
->join('users', ',')
->get();
if($lib->type == 'execution' and $lib->execution)
{
$execution = $this->loadModel('execution')->getByID($lib->execution);