shish hai 1 ano
pai
achega
f2eeee7a8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      console/controllers/RefundController.php

+ 1 - 1
console/controllers/RefundController.php

@@ -93,7 +93,7 @@ class RefundController extends Controller
                 $ghsId = $order->ghsId ?? 0;
                 $ghsName = $order->ghsName ?? '';
                 $entryTime = $order->entryTime ?? '';
-                $passTime = $refund['updateTime'] ?? '';
+                $passTime = $refund['addTime'] ?? '';
                 $status = $refund['status'] ?? 0;
                 $update = [
                     'ghsId' => $ghsId,