yujian
2019-03-01 857eb5eaf379f7df6686bd838ee561d1ddfb8043
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/SystemCouponMapper.java
@@ -22,4 +22,13 @@
    */
   List<SystemCoupon> getCouponListByType(@Param("list")List<String> list);
   
}
   /**
    * 根据类型查询
    * @param type
    * @return
    */
   SystemCoupon getCouponByType(@Param("type") String type);
}