Commit ac6701ee authored by luhongguang's avatar luhongguang

update:修改bug SHQCLIENT-1037

parent f791a54f
......@@ -273,7 +273,7 @@ class Tcc2Service
throw new GoodsException(["cus" => 43]);
}
//0元单
if (empty($sku["price"])) {
if (isset($item["payment"]) && $item["payment"] == 0) {
self::zeroOrder($item["marketing_id"], $item["num"], $sku, $goodsSkuId);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment