* [task#120841,done,1h,0h] change marketresearch to researchtask.

This commit is contained in:
tanghucheng
2024-06-18 08:56:00 +08:00
committed by 王于听
parent 5894bb63e5
commit 19f32301d8
+1 -2
View File
@@ -74,10 +74,9 @@ class commonModel extends model
$rawModule = $app->rawModule;
$rawMethod = strtolower($app->rawMethod);
if($rawModule == 'marketresearch' and strpos($rawMethod, 'task') !== false) $rawModule = 'task';
if($rawModule == 'marketresearch' and strpos($rawMethod, 'stage') !== false) $rawModule = 'execution';
if($rawModule == 'task' or $rawModule == 'effort')
if($rawModule == 'task' || $rawModule == 'effort' || $rawModule == 'researchtask')
{
$taskID = $objectID;
$execution = $this->syncExecutionStatus($taskID);