* finish task #6658.

This commit is contained in:
wangyidong
2019-12-05 09:58:47 +08:00
parent 5b2cdc573f
commit ebde890513
6 changed files with 6 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ class testtaskModel extends model
if($testtask and $this->app->viewType != 'mhtml')
{
$testtasks = $this->getProductTasks($productID, 0, 'id_desc', null, array('local', 'totalStatus'));
if(!isset($testtasks[$testtask])) $testtasks[$testtask] = $this->getById($testtask);
$selectHtml .= "<div class='btn-group angle-btn'>";
$selectHtml .= "<div class='btn-group'>";