Commit 29b46363 authored by luhongguang's avatar luhongguang

update: 退款和取消订单增加log

parent e9d168bd
...@@ -483,13 +483,6 @@ class MarketingPindanGoodsService ...@@ -483,13 +483,6 @@ class MarketingPindanGoodsService
throw new GoodsException(["cus" => 15]); throw new GoodsException(["cus" => 15]);
} }
//频率锁
$key = "bp_goods_refund_".$params["order_item_id"];
$lock = FrequencyLockUtil::isLocked($key);
if ($lock) {
return true;
}
PindanGoodsSku::beginTransaction(); PindanGoodsSku::beginTransaction();
$records = GoodsRefundRecord::getRecordMaster([ $records = GoodsRefundRecord::getRecordMaster([
......
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