更新清分分页的查询权限
This commit is contained in:
parent
278b5ba31e
commit
32c39f54a5
@ -95,6 +95,7 @@ public class XhpcClearingCheckoutServiceImpl extends BaseService implements Xhpc
|
|||||||
}else{
|
}else{
|
||||||
params.put("type", 0);
|
params.put("type", 0);
|
||||||
params.put("logOperatorId",sysUserId);
|
params.put("logOperatorId",sysUserId);
|
||||||
|
params.put("tenantId", "");
|
||||||
return checkoutMapper.selectByParams(params);
|
return checkoutMapper.selectByParams(params);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user