股金变动记录

This commit is contained in:
chenbo 2023-09-23 16:04:42 +08:00
parent 87c79b1ae6
commit e2309b5a0f

View File

@ -11,7 +11,7 @@ class CompanyAccountLogController extends BaseApiController{
$where=[];
$where['company_id']=$this->userInfo['company_id'];
$where['change_object']=CompanyAccountLog::SHAREHOLDER;
$where['change_type']=CompanyAccountLog::TASK_INC_SHAREHOLDER_MONEY;
// $where['change_type']=CompanyAccountLog::TASK_INC_SHAREHOLDER_MONEY;
$count=CompanyAccountLog::where($where)->count();
$lists=CompanyAccountLog::where($where)->page($page,$limit)->order('id','desc')->select();
return $this->success('ok',['count'=>$count,'list'=>$lists]);