wupengfei 2 years ago
parent
commit
c194792951
2 changed files with 3 additions and 6 deletions
  1. 2 5
      .idea/workspace.xml
  2. 1 1
      application/synth/controller/BillType.php

+ 2 - 5
.idea/workspace.xml

@@ -2,11 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change afterPath="$PROJECT_DIR$/application/api/controller/Bill.php" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/application/synth/controller/BillType.php" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/application/synth/view/bill_type/form.html" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/application/synth/view/bill_type/index.html" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/synth/controller/BillType.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/synth/controller/BillType.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -213,7 +210,7 @@
       <workItem from="1672793409629" duration="408000" />
       <workItem from="1672793834653" duration="24306000" />
       <workItem from="1672880479757" duration="22897000" />
-      <workItem from="1672966192005" duration="8572000" />
+      <workItem from="1672966192005" duration="8679000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/synth/controller/BillType.php

@@ -1,6 +1,6 @@
 <?php
 namespace app\synth\controller;
-use think\Controller;
+use library\Controller;
 use think\Db;
 
 class BillType extends Controller