shish 1 год назад
Родитель
Сommit
5bd1b17197
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      console/controllers/RefundController.php

+ 1 - 1
console/controllers/RefundController.php

@@ -100,7 +100,7 @@ class RefundController extends Controller
                     'ghsName' => $ghsName,
                     'orderTime' => $entryTime,
                 ];
-                if ($status == 4) {
+                if ($status == 1) {
                     $update['passTime'] = $passTime;
                 }
                 \bizGhs\cg\classes\CgRefundClass::updateById($id, $update);