Commit c247959f authored by lijd's avatar lijd

不需要查询权限的表中,去掉发货地址、收货地址、常用线路

parent 52e37883
......@@ -29,7 +29,7 @@ public class DataPermHandler implements TenantHandler {
* 不需要数据权限查询的表
**/
private final List<String> filterTableNames = Arrays.asList(
"goods_owner_info", "goods_owner_audit_history", "goods_owner_delivery_address", "goods_owner_receive_address", "goods_owner_regularly_route",
"goods_owner_info", "goods_owner_audit_history",
"vehicle_audit_history", "vehicle_attachment", "driver_info", "driver_audit_history", "unionpay_statement", "unionpay_public_cert_update"
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment