shish 2 ani în urmă
părinte
comite
6b7526c690
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app-ghs/controllers/CpController.php

+ 1 - 1
app-ghs/controllers/CpController.php

@@ -34,7 +34,7 @@ class CpController extends BaseController
         $post['adminId'] = $this->adminId;
 
         if (isset($post['name']) == false || empty($post['name'])) {
-            util::fail('请填写名称')
+            util::fail('请填写名称');
         }
         $post['py'] = stringUtil::py($post['name']);