* [task#144207,done,0.1h] remove unused vars.

This commit is contained in:
tianshujie
2025-05-29 10:10:14 +08:00
committed by 刘梦艺
parent d4409fbd4e
commit cb4cc42e67
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1985,7 +1985,7 @@ class executionModel extends model
->orderBy('t1.order_asc, t1.id_desc')
->fetchGroup('execution', 'id');
$today = $begin = $end = helper::today();
$begin = $end = helper::today();
$taskIdList = array();
foreach($executionTasks as $tasks)
{
+1 -1
View File
@@ -876,7 +876,7 @@ class programplanModel extends model
$isGantt = $this->app->rawModule == 'programplan' && $this->app->rawMethod == 'browse';
if($isGantt) $plans = $this->loadModel('execution')->getByIdList($planIdList);
$today = $begin = $end = helper::today();
$begin = $end = helper::today();
$deadlineList = array();
foreach($tasks as $taskID => $task)
{