@@ -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);