跟进统计

This commit is contained in:
jianghanbo 2024-11-01 14:15:37 +08:00
parent fa75ab15c0
commit ad4dcb85ca
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ class OrderController extends base
$order = Orders::where('id', $id)->find(); $order = Orders::where('id', $id)->find();
if (empty($order)) { if (empty($order)) {
return $this->error(2004, '记录没有找到.'); return $this->success('同步成功');
} }
// 订单是待使用状态,先同步第三方状态 // 订单是待使用状态,先同步第三方状态