wupengfei 2 years ago
parent
commit
daa4856336
2 changed files with 2 additions and 5 deletions
  1. 1 4
      .idea/workspace.xml
  2. 1 1
      application/api/controller/Demand.php

+ 1 - 4
.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/user/view/tag/send.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/api/controller/Demand.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Demand.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/user/controller/Tag.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/user/controller/Tag.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/user/view/tag/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/user/view/tag/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -170,7 +167,7 @@
       <workItem from="1659528435796" duration="3645000" />
       <workItem from="1661430114608" duration="642000" />
       <workItem from="1661520525074" duration="602000" />
-      <workItem from="1666054299858" duration="8235000" />
+      <workItem from="1666054299858" duration="8242000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/api/controller/Demand.php

@@ -70,7 +70,7 @@ class Demand extends Base
         $app_name = sysconf('app_name');
         $app_logo = sysconf('app_logo');
         $search_arr = [];
-        $is_over = input('is_over');
+        $is_over = input('is_over',0);
         $where_str = 'b.id > 0';
         foreach ($search_log as $t){
             $search_arr[] =  " b.title like '".'%'.$t."%'" .' ';