|
|
@@ -29,7 +29,7 @@ class PtItemController extends Controller
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- $relationList = PtItemCatRelateClass::getAllByCondition(['id>' => 0], null, '*', true);
|
|
|
+ $relationList = PtItemCatRelateClass::getAllByCondition(['id>' => 0], null, '*', null, true);
|
|
|
if (!empty($relationList)) {
|
|
|
foreach ($relationList as $relation) {
|
|
|
$itemId = $relation->itemId;
|