无关风月
2025-05-08 9486766c806fe1d9e082b2fd02ea1cc558f1b443
cloud-server-activity/src/main/java/com/dsh/activity/mapper/CouponMapper.java
@@ -22,12 +22,39 @@
    Map<String, Object> queryConponRuleOfJson(@Param("id") Integer id);
    List<Map<String, Object>> queryCouponListOfSearch(@Param("name")String name,
                                                      @Param("type")Integer type,
                                                      @Param("distributionMethod")Integer distributionMethod,
                                                      @Param("userPopulation")Integer userPopulation,
                                                      @Param("status")Integer status,
                                                      @Param("state")Integer state,
                                                      @Param("page")Page<Map<String, Object>> page);
    List<Map<String, Object>> queryCouponListOfSearch(@Param("name") String name,
                                                      @Param("type") Integer type,
                                                      @Param("distributionMethod") Integer distributionMethod,
                                                      @Param("userPopulation") Integer userPopulation,
                                                      @Param("status") Integer status,
                                                      @Param("state") Integer state,
                                                      @Param("cityCode") String cityCode,
                                                      @Param("storeId") Integer storeId,
                                                      @Param("operatorId") Integer operatorId,
                                                      @Param("objType") Integer objType);
    List<Map<String, Object>> queryCouponListOfSearch1(@Param("name") String name,
                                                       @Param("type") Integer type,
                                                       @Param("distributionMethod") Integer distributionMethod,
                                                       @Param("userPopulation") Integer userPopulation,
                                                       @Param("status") Integer status,
                                                       @Param("state") Integer state,
                                                       @Param("page") Page<Map<String, Object>> page,
                                                       @Param("cityCode") String cityCode,
                                                       @Param("storeId") Integer storeId
    );
    List<Map<String, Object>> queryCouponExamineList(@Param("name") String name,
                                                     @Param("type") Integer type,
                                                     @Param("userPopulation") Integer userPopulation,
                                                     @Param("distributionMethod") Integer distributionMethod,
                                                     @Param("auditStatus") Integer auditStatus,
                                                     @Param("page") Page<Map<String, Object>> page);
    List<Map<String, Object>> listRecord(@Param("id") Integer id, @Param("ids") List<Integer> ids, @Param("type") Integer type);
    void updateType(@Param("id") Long id);
}