更新清分分页的查询权限

This commit is contained in:
panshuling321 2022-10-10 13:45:04 +08:00
parent 278b5ba31e
commit 32c39f54a5

View File

@ -95,6 +95,7 @@ public class XhpcClearingCheckoutServiceImpl extends BaseService implements Xhpc
}else{
params.put("type", 0);
params.put("logOperatorId",sysUserId);
params.put("tenantId", "");
return checkoutMapper.selectByParams(params);
}
}