|
@@ -423,7 +423,6 @@ func FindNotEnoughPrd(storeMap map[int64]int64) (bool, string) {
|
|
|
|
|
|
|
|
//判断商品库存
|
|
//判断商品库存
|
|
|
for pId, nums := range storeMap {
|
|
for pId, nums := range storeMap {
|
|
|
- //商品状态
|
|
|
|
|
product := product_model.GetProductById(pId, true)
|
|
product := product_model.GetProductById(pId, true)
|
|
|
if product.Package {
|
|
if product.Package {
|
|
|
packageList := product_model.GetPackageList(pId, true)
|
|
packageList := product_model.GetPackageList(pId, true)
|