wupengfei 1 year ago
parent
commit
28323434ed
2 changed files with 3 additions and 2 deletions
  1. 2 2
      .idea/workspace.xml
  2. 1 0
      application/user/controller/Message.php

+ 2 - 2
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/common/service/UserSynth.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common/service/UserSynth.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/user/controller/Message.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/user/controller/Message.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -394,7 +394,7 @@
       <workItem from="1691543042280" duration="23354000" />
       <workItem from="1691629430810" duration="15054000" />
       <workItem from="1691715404380" duration="18567000" />
-      <workItem from="1691801870842" duration="14047000" />
+      <workItem from="1691801870842" duration="14092000" />
     </task>
     <servers />
   </component>

+ 1 - 0
application/user/controller/Message.php

@@ -118,6 +118,7 @@ class Message extends Controller
             'activity'=> '活动',
             'forum'=> '问答',
             'press'=> '新闻',
+            'recruit'=> '招聘',
         ];
         $this->module_list= UserSynth::getAllModuleTitle();
     }