|
|
$field = 'id,py,cover,name,cost,itemId,classId,addPrice,skPrice,variety,price,stock,presell';
|
|
$field = 'id,py,cover,name,cost,itemId,classId,addPrice,skPrice,variety,price,stock,presell';
|
|
|
$itemInfoData = ProductClass::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], $field);
|
|
$itemInfoData = ProductClass::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], $field);
|
|
|
$field = 'id,py,cover,name,cost,itemId,classId,skPrice,variety,price,stock,presell';
|
|
$field = 'id,py,cover,name,cost,itemId,classId,skPrice,variety,price,stock,presell';
|