zory 2 달 전
부모
커밋
558cccf7f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/controller/mini/Notify.php

+ 1 - 1
app/controller/mini/Notify.php

@@ -48,7 +48,7 @@ class Notify extends Base
                                 "order_id"  => $resp['order']['order_id'],
                                 "pay_amount"    => $resp['order']['pay_amount'],
                                 "order_amount"  => $resp['order']['original_amount'],
-                                "pay_at"        => getDateFull("",$resp['order']['pay_time'])
+                                "pay_at"        => date("Y-m-d H:i:s",$resp['order']['pay_time'])
                             ]);
                             (new SaasOrderLog)->insertGetId([
                                 "order_id"  => $resp['order']['order_id'],