|
@@ -103,8 +103,9 @@ public class WorkerStockLogic {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
public IPage<WorkerStockAccPVO> workerStockAccPList(ZfireParamBean zfireParamBean) {
|
|
public IPage<WorkerStockAccPVO> workerStockAccPList(ZfireParamBean zfireParamBean) {
|
|
|
|
+ final AdminUserCom adminUser = commonLogic.getAdminUser();
|
|
zfireParamBean.setCompanyWechatId(commonLogic.getAdminUser().getCompanyWechatId());
|
|
zfireParamBean.setCompanyWechatId(commonLogic.getAdminUser().getCompanyWechatId());
|
|
- FieldUtils.supplyParam(zfireParamBean, WorkerStockAccPVO.class);
|
|
|
|
|
|
+ FieldUtils.supplyParam(zfireParamBean, WorkerStockAccPVO.class, adminUser);
|
|
IPage<WorkerStockAccPVO> page = commonMapper.workerStockAccPList(new Page(zfireParamBean.getPageNum(), zfireParamBean.getPageSize()), zfireParamBean);
|
|
IPage<WorkerStockAccPVO> page = commonMapper.workerStockAccPList(new Page(zfireParamBean.getPageNum(), zfireParamBean.getPageSize()), zfireParamBean);
|
|
return page;
|
|
return page;
|
|
}
|
|
}
|