wupengfei 2 years ago
parent
commit
de839c3a91
1 changed files with 2 additions and 4 deletions
  1. 2 4
      application/api/controller/Maintain.php

+ 2 - 4
application/api/controller/Maintain.php

@@ -1,7 +1,6 @@
 <?php
 namespace app\api\controller;
 use app\common\model\ApproveFlow;
-use app\common\model\OfferType;
 use app\common\model\MaintainInfo;
 use app\common\model\MaintainApprove;
 use app\common\service\ApproveService;
@@ -97,7 +96,7 @@ class Maintain extends Base
      * @title 维修记录【列表】
      * @desc 维修记录
      * @author qc
-     * @url /api/Maintain/getOfferList
+     * @url /api/Maintain/getMaintainList
      * @method GET
      * @tag
      * @header name:Authorization require:1 desc:Token
@@ -115,7 +114,7 @@ class Maintain extends Base
      * @return name:apply_date type:string default:-- desc:申请日期
      */
 
-    public function getOfferList()
+    public function getMaintainList()
     {
         $sel_where = [];
         $sel_where[] = ['user_id','=',$this->user_id];
@@ -225,7 +224,6 @@ class Maintain extends Base
     }
 
 
-
     /**
      * @title 撤销维修申请
      * @desc 撤销维修申请