cqpCow 11 місяців тому
батько
коміт
730f0977fe
2 змінених файлів з 3 додано та 1 видалено
  1. 1 1
      app/Service/DeleteService.php
  2. 2 0
      routes/wx.php

+ 1 - 1
app/Service/DeleteService.php

@@ -216,7 +216,7 @@ class DeleteService extends Service
         if(! empty($data['man'])){
             //负责人清除
             ConstructionInfo::where('del_time',0)
-                ->whereIn('construction_id',$data['id'])
+                ->where('construction_id',$data['id'])
                 ->where('type', CustomerInfo::type_three)
                 ->update(['del_time' => $time]);
 

+ 2 - 0
routes/wx.php

@@ -92,6 +92,8 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
     //排期
     $route->any('pq','Api\DeleteController@pq');
 
+    $route->any('fpMan','Api\DeleteController@fp');
+
     $route->any('menuList', 'Api\SysMenuController@menuList');
 
     //设置列表