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