* Fixed bug #87025.

This commit is contained in:
wangxuepeng
2023-03-14 05:09:14 +00:00
parent c8afb978a5
commit 7f45a3d34f
+6
View File
@@ -745,6 +745,12 @@ class programplanModel extends model
$datas[] = $plan;
}
if(empty($datas))
{
dao::$errors['message'][] = sprintf($this->lang->error->notempty, $this->lang->programplan->name);
return false;
}
$totalPercent = 0;
$totalDevType = 0;