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