hangzhoumesParent/common/servicebase/src/main/java/com/mes/damage/mapper/DamageMapper.java
@@ -3,7 +3,9 @@ import com.baomidou.dynamic.datasource.annotation.DS; import com.github.yulichang.base.MPJBaseMapper; import com.mes.damage.entity.Damage; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Param; import java.util.List; /** * <p> @@ -13,7 +15,8 @@ * @author wu * @since 2024-06-13 */ @DS("hangzhoumes") @DS("northGlassMes") public interface DamageMapper extends MPJBaseMapper<Damage> { List<Damage> queryUnTempByFlowCardId(@Param("flowCardId") String flowCardId); }