wupengfei 2 years ago
parent
commit
a29a8d872b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/synth/controller/Evection.php

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

@@ -130,7 +130,7 @@ class Evection extends Controller
             ->alias('r')
             ->field('r.*,u.name,u.phone,u.headimg')
             ->leftJoin('store_member u','u.id = r.approve_user')
-            ->where('r.leave_id',$id)
+            ->where('r.eve_id',$id)
             ->order('r.id desc')->page(false);
         $this->assign('list',$list);
         $this->fetch();