更新清分分页的查询权限
This commit is contained in:
parent
a5e4b8b3a0
commit
229b95678e
@ -74,7 +74,7 @@ public class XhpcClearingHistoryOrderServiceImpl extends BaseService implements
|
|||||||
return historyOrderMapper.getListPage(params);
|
return historyOrderMapper.getListPage(params);
|
||||||
} else {
|
} else {
|
||||||
//查询赋值的场站
|
//查询赋值的场站
|
||||||
params.put("type", 1);
|
params.put("type", 2);
|
||||||
params.put("logOperatorId", sysUserId);
|
params.put("logOperatorId", sysUserId);
|
||||||
return historyOrderMapper.getListPage(params);
|
return historyOrderMapper.getListPage(params);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user