|
@@ -98,7 +98,7 @@ public interface YpOutDetlMapper {
|
|
|
" where draw_no = #{drawNo} and group_no_out=#{groupNo}" +
|
|
|
" ORDER BY out_seri ASC" +
|
|
|
"</script>")
|
|
|
- List<YpOutDetlVo> selectYpOutDetlDetail(String drawNo,String groupNo);
|
|
|
+ List<YpOutDetlVo> selectYpOutDetlDetail(@Param("drawNo") String drawNo,@Param("groupNo") String groupNo);
|
|
|
|
|
|
/**
|
|
|
* 更新药房入库状态
|