From 7d22ca5a1c9416e84430a3997664e17861a2951e Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期五, 11 四月 2025 21:04:17 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0' into 2.0
---
cloud-server-activity/src/main/java/com/dsh/activity/mapper/CouponMapper.java | 41 ++++++++++++++++++++++++++---------------
1 files changed, 26 insertions(+), 15 deletions(-)
diff --git a/cloud-server-activity/src/main/java/com/dsh/activity/mapper/CouponMapper.java b/cloud-server-activity/src/main/java/com/dsh/activity/mapper/CouponMapper.java
index 091436a..581d869 100644
--- a/cloud-server-activity/src/main/java/com/dsh/activity/mapper/CouponMapper.java
+++ b/cloud-server-activity/src/main/java/com/dsh/activity/mapper/CouponMapper.java
@@ -22,27 +22,38 @@
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("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,
+ );
+
+ 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);
+ @Param("distributionMethod") Integer distributionMethod,
+ @Param("auditStatus") Integer auditStatus,
+ @Param("page") Page<Map<String, Object>> page);
- List<Map<String, Object>> listRecord(@Param("objectPage") Page<Object> objectPage, @Param("id") Integer id, @Param("ids") List<Integer> ids, @Param("type") Integer type);
+ List<Map<String, Object>> listRecord(@Param("id") Integer id, @Param("ids") List<Integer> ids, @Param("type") Integer type);
void updateType(@Param("id") Long id);
--
Gitblit v1.7.1