Commit c1eaccf0 authored by wanjilong's avatar wanjilong

add: 修复钱包同步bug

parent c9f3ac92
......@@ -291,7 +291,8 @@ class PayService
return true;
}
$clearing_items = PayOrderClearingItem::select('*',
//注意查找需要保证pdo是一个,避免数据操作超时
$clearing_items = PayOrderClearingItem::selectMaster('*',
['order_item_id' => $order_item_id]
);
......
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