|
@@ -34,7 +34,7 @@ import org.hswebframework.web.organizational.authorization.relation.SimpleRelati
|
|
|
import org.hswebframework.web.organizational.authorization.simple.SimplePersonnel;
|
|
|
import org.hswebframework.web.organizational.authorization.simple.SimplePersonnelAuthorization;
|
|
|
import org.hswebframework.web.service.DefaultDSLQueryService;
|
|
|
-import org.hswebframework.web.service.EnableCacheGenericEntityService;
|
|
|
+import org.hswebframework.web.service.GenericEntityService;
|
|
|
import org.hswebframework.web.service.authorization.AuthorizationSettingTypeSupplier;
|
|
|
import org.hswebframework.web.service.authorization.UserService;
|
|
|
import org.hswebframework.web.service.organizational.PersonService;
|
|
@@ -62,7 +62,7 @@ import static org.springframework.util.StringUtils.isEmpty;
|
|
|
*/
|
|
|
@Service("personService")
|
|
|
@CacheConfig(cacheNames = "person")
|
|
|
-public class SimplePersonService extends EnableCacheGenericEntityService<PersonEntity, String>
|
|
|
+public class SimplePersonService extends GenericEntityService<PersonEntity, String>
|
|
|
implements PersonService, PersonnelAuthorizationManager, AuthorizationSettingTypeSupplier {
|
|
|
|
|
|
private static String SETTING_TYPE_PERSON = "person";
|