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

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

@@ -126,7 +126,7 @@ class Evection extends Controller
     public function approve()
     {
         $id = input('id');
-        $list = $this->_query('LeaveApprove')
+        $list = $this->_query('EvectionApprove')
             ->alias('r')
             ->field('r.*,u.name,u.phone,u.headimg')
             ->leftJoin('store_member u','u.id = r.approve_user')