|
@@ -58,8 +58,7 @@ public interface YpInDetlDao extends BaseMapper<YpInDetlVo> {
|
|
|
" where d.confirm_flag = '1' " +
|
|
|
" and d.buy_amt > 0 " +
|
|
|
" and d.manu_no = #{manuNo} " +
|
|
|
- " and d.license_no = #{licenceNo} " +
|
|
|
" and s.name like '%${drugName}%' " +
|
|
|
" order by d.in_date desc ")
|
|
|
- List<YpInDetlVo> selectYpInDetlListByName(@Param("manuNo") String manuNo, @Param("drugName") String drugName, @Param("licenceNo") String licenceNo);
|
|
|
+ List<YpInDetlVo> selectYpInDetlListByName(@Param("manuNo") String manuNo, @Param("drugName") String drugName);
|
|
|
}
|