|
|
@@ -1,31 +0,0 @@
|
|
|
-
|
|
|
-
|
|
|
-package cn.vber.breeding.mapper;
|
|
|
-
|
|
|
-import cn.vber.breeding.domain.vo.sop.BindSopDateVo;
|
|
|
-import cn.vber.common.mybatis.core.mapper.BaseMapperPlus;
|
|
|
-import cn.vber.breeding.domain.BatchVaccine;
|
|
|
-import org.apache.ibatis.annotations.Param;
|
|
|
-import org.apache.ibatis.annotations.Select;
|
|
|
-import org.springframework.stereotype.Repository;
|
|
|
-
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
-/**
|
|
|
- * 批次疫苗管理Mapper接口
|
|
|
- *
|
|
|
- * @author IwbY
|
|
|
- * @date 2025-07-21
|
|
|
- */
|
|
|
-//@Repository
|
|
|
-//public interface BatchVaccineMapper extends BaseMapperPlus<BatchVaccine, BatchVaccineVo> {
|
|
|
-//
|
|
|
-// @Select("select detail.vaccine_sop_id as sop_id,detail.vaccine_id as dv_id,sop.create_time as bind_time from f_vaccine_sop_detail as detail " +
|
|
|
-// "join (select batch_num,vaccine_sop_id,create_time from f_batch_vaccine where batch_num=#{batchNum} and `status`=0) as sop " +
|
|
|
-// "on detail.vaccine_sop_id =sop.vaccine_sop_id")
|
|
|
-// public List<BindSopDateVo> queryVaccineBindDateByBatch(@Param("batchNum") String batchNum);
|
|
|
-//
|
|
|
-//}
|
|
|
-
|
|
|
-
|
|
|
-
|