shish 3 年 前
コミット
58771583fa
1 ファイル変更2 行追加1 行削除
  1. 2 1
      biz-hd/notice/classes/NoticeClass.php

+ 2 - 1
biz-hd/notice/classes/NoticeClass.php

@@ -32,6 +32,7 @@ class NoticeClass extends BaseClass
         }
         $num = $clear->num ?? 0;
         $actPrice = $clear->actPrice ?? 0;
+        $time = date("H:i");
         if (!empty($staffList)) {
             $ids = array_column($staffList, 'adminId');
             if (!empty($ids)) {
@@ -43,7 +44,7 @@ class NoticeClass extends BaseClass
                             $msg = [
                                 "amount3" => ["value" => $actPrice],
                                 "short_thing2" => ["value" => $num . "笔"],
-                                "time1" => ["value" => "2023年6月"],
+                                "time1" => ["value" => $time],
                             ];
                             $page = 'admin/clear/info?id=' . $clear->id;
                             $respond = miniUtil::commonSendSubscribeMessage($merchant, $ptStyle, $msgId, $miniOpenId, $page, $msg);