@@ -45,9 +45,9 @@ class ProductController extends BaseController
$where['py'] = $pyName;
}
if ($requestType == 'changePrice') {
-
+ //改价只显示库存大于0的
+ $where['stock>'] = 0;
- $where['stock>'] = 0;
if (!empty($status)) {
$where['status'] = $status;