admin
2019-02-27 309a22d0624e8fec46f4b6722ed6135fe0a2ea3d
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);
}