* Add loadModel.

This commit is contained in:
sunguangming
2024-05-13 16:52:05 +08:00
parent 9731fce98c
commit 4eb53abfb5
+1
View File
@@ -279,6 +279,7 @@ class my extends control
$queryID = ($type == 'bysearch') ? (int)$param : 0;
$this->loadModel('story');
$this->loadModel('requirement');
if($type == 'assignedBy')
{
$stories = $this->my->getAssignedByMe($this->app->user->account, $pager, $sort, 'requirement');