* module my testcase

This commit is contained in:
lanzongjun
2022-08-19 15:27:43 +08:00
parent c0c981a1f6
commit b0943b567d
+1
View File
@@ -726,6 +726,7 @@ class myModel extends model
if($type == 'contribute')
{
$assignedByMe = $this->getAssignedByMe($this->app->user->account, '', '', $orderBy, 'risk');
$risks = $this->dao->select('*')->from(TABLE_RISK)
->where($riskQuery)
->andWhere('deleted')->eq('0')