Skip to content

Commit 8b24d62

Browse files
committed
fix: the new t_operator_release ignores data isolation.
1 parent 1bced5c commit 8b24d62

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • backend/services/operator-market-service/src/main/java/com/datamate/operator/infrastructure/persistence/mapper
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
package com.datamate.operator.infrastructure.persistence.mapper;
22

33
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
4+
import com.datamate.common.infrastructure.config.IgnoreDataScopeAnnotation;
45
import com.datamate.operator.domain.model.OperatorRelease;
56
import org.apache.ibatis.annotations.Mapper;
67

78
@Mapper
9+
@IgnoreDataScopeAnnotation
810
public interface OperatorReleaseMapper extends BaseMapper<OperatorRelease> {
911
}

0 commit comments

Comments
 (0)