Showing
2 changed files
with
1 additions
and
4 deletions
| ... | ... | @@ -34,9 +34,6 @@ public interface CustomerMapper extends BaseMapper<Customer> { |
| 34 | 34 | @Sort(value = "createTime", autoParse = true), |
| 35 | 35 | @Sort(value = "updateTime", autoParse = true), |
| 36 | 36 | }) |
| 37 | - @DataPermissions(type = OrderDataPermissionDataPermissionType.class, value = { | |
| 38 | - @DataPermission(template = "order", alias = "c") | |
| 39 | - }) | |
| 40 | 37 | List<Customer> query(@Param("vo") QueryCustomerVo vo); |
| 41 | 38 | |
| 42 | 39 | /** | ... | ... |