|
|
@@ -99,10 +99,7 @@ class ProductController extends BaseController
|
|
|
if ($showPage) {
|
|
|
$respond = ProductClass::getList("*", $where, "inTurn desc");
|
|
|
$respond['list'] = ProductClass::groupProductInfo($respond['list']);
|
|
|
-
|
|
|
$respond['list'] = ProductClass::groupClassName($this->sjId, $respond['list']);
|
|
|
-
|
|
|
-
|
|
|
util::success($respond);
|
|
|
}
|
|
|
$data = ProductClass::getAllByCondition($where, "inTurn desc", "*");
|