wang hou sheng 9 months ago
parent e2b9fa6323
commit 89f8c55343
  1. 9
      app/api/model/Goods.php

@ -229,6 +229,15 @@ class Goods extends GoodsModel
return $info;
}
/**
* @notes:预售商品
* @param array $param
* @return array
* @throws DataNotFoundException
* @throws DbException
* @throws ModelNotFoundException
* @author: wanghousheng
*/
public function presaleGoodss(array $param): array
{
$list = [];

Loading…
Cancel
Save