wang jun 1 year ago
parent
commit
5963d48900
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/common/server/ShouhuanCommand.php

+ 2 - 2
application/common/server/ShouhuanCommand.php

@@ -560,7 +560,7 @@ class ShouhuanCommand
     public function getREMINDCommandinfo($param)
     public function getREMINDCommandinfo($param)
     {
     {
         if (empty($param)) {
         if (empty($param)) {
-            throw new \Exception("REMINDC参数错误");
+            throw new \Exception("REMIND参数错误");
         }
         }
         $usedata = [];
         $usedata = [];
         foreach ($param as $key => $value) {
         foreach ($param as $key => $value) {
@@ -579,7 +579,7 @@ class ShouhuanCommand
                     }
                     }
                 }
                 }
                 $useweeks = implode("", $useweeks);
                 $useweeks = implode("", $useweeks);
-                $type = $useweeks;
+                $type = '3-' . $useweeks;
             }
             }
             $usedata[] = $time . "-" . $isopen . "-" . $type;
             $usedata[] = $time . "-" . $isopen . "-" . $type;
         }
         }