admin
2019-02-28 f51cf41d12635b59c2d6ee33685e82fe3d5751b3
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);
}