Merge branch 'master_liuhong_66233' into 'master'
*Fix bug #66233. See merge request easycorp/zentaopms!5074
This commit is contained in:
@@ -1266,7 +1266,7 @@ class taskModel extends model
|
||||
$task->{$extendField->field} = htmlSpecialString($task->{$extendField->field});
|
||||
}
|
||||
|
||||
if(isset($data->consumeds[$taskID]))
|
||||
if(!empty($data->consumeds[$taskID]))
|
||||
{
|
||||
if($data->consumeds[$taskID] < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user