|
|
@@ -89,7 +89,7 @@ public class TypeProvider extends GenericProvider implements ITypeService, IType
|
|
|
APIResult<List<TypePo>> result = new APIResult<>();
|
|
|
try {
|
|
|
List<TypePo> list = null;
|
|
|
- String userId = ContextUtil.isSuper() ? "" : ContextUtil.getCurrentUserId();
|
|
|
+ String userId = ContextUtil.getCurrentUserId();
|
|
|
if (BeanUtils.isNotEmpty(diDian)) {
|
|
|
list = typeRepository.findByCategoryKeyAndDiDian(categoryKey, userId, diDian);
|
|
|
} else {
|