更新清分分页的查询权限

This commit is contained in:
panshuling321 2022-10-09 09:38:08 +08:00
parent a5e4b8b3a0
commit 229b95678e

View File

@ -74,7 +74,7 @@ public class XhpcClearingHistoryOrderServiceImpl extends BaseService implements
return historyOrderMapper.getListPage(params);
} else {
//查询赋值的场站
params.put("type", 1);
params.put("type", 2);
params.put("logOperatorId", sysUserId);
return historyOrderMapper.getListPage(params);
}