| | |
| | | |
| | | import cn.gistack.sm.sjztmd.entity.TbAttResBase; |
| | | import com.baomidou.dynamic.datasource.annotation.DS; |
| | | import com.baomidou.mybatisplus.annotation.InterceptorIgnore; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | @DS("zt") |
| | | List<Map<String, Object>> getTbInfo(@Param("resGuid") String resGuid,@Param("tableName") String tableName); |
| | | @InterceptorIgnore(tenantLine = "true") |
| | | List<Map<String, Object>> getTbInfo(@Param("resGuid") String resGuid, |
| | | @Param("tableNameColumn") String tableNameColumn, |
| | | @Param("tableName") String tableName); |
| | | } |