Ver código fonte

参数获取修改

WANGJIALIANG 3 anos atrás
pai
commit
255c00f31a

+ 1 - 1
src/main/java/cn/hnthyy/thmz/mapper/his/yp/YpOutDetlMapper.java

@@ -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);
 
     /**
      * 更新药房入库状态