* fix bug for error word.

This commit is contained in:
wangyidong
2019-12-30 09:08:45 +08:00
parent 9a795c4755
commit b7b132baa5
+2 -2
View File
@@ -149,9 +149,9 @@ class testcase extends control
* @access public
* @return void
*/
public function groupCase($productID = 0, $branch = '', $groupBy = 'stroy')
public function groupCase($productID = 0, $branch = '', $groupBy = 'story')
{
$groupBy = empty($groupBy) ? 'stroy' : $groupBy;
$groupBy = empty($groupBy) ? 'story' : $groupBy;
$productID = $this->product->saveState($productID, $this->products);
if($branch === '') $branch = (int)$this->cookie->preBranch;