|
@@ -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')
|