wupengfei 2 years ago
parent
commit
82a155804d
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .idea/workspace.xml
  2. 1 1
      application/operate/controller/Recruit.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/operate/view/recruit/form2.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/recruit/form2.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/operate/controller/Recruit.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/Recruit.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -298,7 +298,7 @@
       <workItem from="1682038348727" duration="20430000" />
       <workItem from="1682125691470" duration="22160000" />
       <workItem from="1682211747955" duration="24164000" />
-      <workItem from="1682297702251" duration="19988000" />
+      <workItem from="1682297702251" duration="20042000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/operate/controller/Recruit.php

@@ -65,7 +65,7 @@ class Recruit extends Controller
     public function edit()
     {
         $this->title = '编辑';
-        $this->_form($this->table, 'form2');
+
         if(input('test'))
         {
             $this->_form($this->table, 'form2');