wupengfei 2 年之前
父節點
當前提交
7e32566f5f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/Evection.php

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

@@ -244,7 +244,7 @@ class Evection extends Base
      */
     public function getApproveEvection()
     {
-        $list = LeaveApprove::field('i.*,p.status approve_status,p.approve_time,p.remark')
+        $list = EvectionApprove::field('i.*,p.status approve_status,p.approve_time,p.remark')
             ->alias('p')
             ->where(['p.approve_user'=>$this->user_id])
             ->where('p.status','>','0')