Browse Source

2023-5-22-1 新增服务区

yingzi 2 years ago
parent
commit
abec5137f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/controller/User.php

+ 1 - 1
app/api/controller/User.php

@@ -447,7 +447,7 @@ class User extends BaseController
             $no = $exist['no'];
         } else {
             $id = str_pad($r, 5, "0", STR_PAD_LEFT);
-            $no = "MYJ" . date("Ym") . $id;
+            $no = "MYJ" . date("ym") . $id;
         }
         (new InfoAudit)->where("id", $r)->update(["no" => $no]);
         return app('json')->success("提交成功,请耐心等待审核");