mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 15:38:40 +00:00
Remove distinct
This commit is contained in:
parent
161ca82dc0
commit
94a0a492d4
|
|
@ -173,7 +173,6 @@ class TaskMapper extends DataMapperAbstract
|
|||
|
||||
$whereClause2 = new Builder();
|
||||
$whereClause2->select(self::$table . '.' . self::$primaryField)
|
||||
->distinct()
|
||||
->from(self::$table)
|
||||
->where(self::$table . '.task_created_by', '=', $user);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user