| | |
| | | |
| | | List<SampleProductDto3> selectSampleProductListByOrderId3(@Param("ids") List<Integer> ids); |
| | | |
| | | List<SampleProductDto> getInsOrderAndSample(Integer id, String laboratory); |
| | | List<SampleProductDto> getInsOrderAndSample(@Param("id")Integer id, @Param("laboratory")String laboratory); |
| | | |
| | | String getSampleEn(String sample); |
| | | |
| | | List<InsProduct> getInsProduct1(Integer id, String laboratory); |
| | | List<InsProduct> getInsProduct1(@Param("id") Integer id, @Param("laboratory") String laboratory); |
| | | |
| | | List<InsProduct> getInsProduct5(Integer id, String laboratory); |
| | | List<InsProduct> getInsProduct5(@Param("id") Integer id, @Param("laboratory") String laboratory); |
| | | |
| | | List<InsProduct> getInsProduct2(@Param("id") Integer id, @Param("sonLaboratory") String sonLaboratory); |
| | | |