Pu Zhibing
2025-05-16 4c99ee7028c3fe58a2cd4b8273b22c75c45574fc
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IUserCouponRecordService.java
@@ -27,7 +27,7 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> queryCoupon(Integer uid, Integer companyId, Integer state, Integer couponUseType, Double money, Integer pageNum, Integer size) throws Exception;
    List<Map<String, Object>> queryCoupon(Integer language, Integer uid, Integer companyId, Integer state, Integer couponUseType, Double money, Integer pageNum, Integer size) throws Exception;
    /**
@@ -38,7 +38,7 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> queryMyCoupons(Integer state, Integer pageNum, Integer size, Integer uid) throws Exception;
    List<Map<String, Object>> queryMyCoupons(Integer language, Integer state, Integer pageNum, Integer size, Integer uid) throws Exception;
    /**
@@ -47,7 +47,7 @@
     * @param uid
     * @throws Exception
     */
    ResultUtil delMyCoupon(Integer id, Integer uid) throws Exception;
    ResultUtil delMyCoupon(Integer id, Integer uid, Integer language) throws Exception;
    /**
@@ -58,7 +58,7 @@
     * @return
     * @throws Exception
     */
    ResultUtil handselCoupon(Integer id, Integer uid, Integer userId) throws Exception;
    ResultUtil handselCoupon(Integer id, Integer uid, Integer userId, Integer language) throws Exception;
    /**