1098226878@qq.com лет назад: 4
Родитель
Сommit
99a4e9a663

+ 18 - 0
java110-bean/src/main/java/com/java110/dto/couponShopPoolDetail/CouponShopPoolDetailDto.java

@@ -20,8 +20,10 @@ private String validityDay;
 private String detailId;
 private String sendCount;
 private String userName;
+private String createUserName;
 private String spId;
 private String userId;
+private String createUserId;
 private String poolId;
 private String tel;
 private String shopId;
@@ -124,4 +126,20 @@ public void setShopId(String shopId) {
     public void setOrderId(String orderId) {
         this.orderId = orderId;
     }
+
+    public String getCreateUserName() {
+        return createUserName;
+    }
+
+    public void setCreateUserName(String createUserName) {
+        this.createUserName = createUserName;
+    }
+
+    public String getCreateUserId() {
+        return createUserId;
+    }
+
+    public void setCreateUserId(String createUserId) {
+        this.createUserId = createUserId;
+    }
 }

+ 8 - 8
java110-db/src/main/resources/mapper/acct/CouponShopPoolDetailV1ServiceDaoImplMapper.xml

@@ -45,14 +45,14 @@
         <if test="sendCount !=null and sendCount != ''">
             and t.send_count= #{sendCount}
         </if>
-        <if test="userName !=null and userName != ''">
-            and t.user_name= #{userName}
+        <if test="createUserName !=null and createUserName != ''">
+            and t.user_name= #{createUserName}
         </if>
         <if test="spId !=null and spId != ''">
             and t.sp_id= #{spId}
         </if>
-        <if test="userId !=null and userId != ''">
-            and t.user_id= #{userId}
+        <if test="createUserId !=null and createUserId != ''">
+            and t.user_id= #{createUserId}
         </if>
         <if test="poolId !=null and poolId != ''">
             and t.pool_id= #{poolId}
@@ -143,14 +143,14 @@
         <if test="sendCount !=null and sendCount != ''">
             and t.send_count= #{sendCount}
         </if>
-        <if test="userName !=null and userName != ''">
-            and t.user_name= #{userName}
+        <if test="createUserName !=null and createUserName != ''">
+            and t.user_name= #{createUserName}
         </if>
         <if test="spId !=null and spId != ''">
             and t.sp_id= #{spId}
         </if>
-        <if test="userId !=null and userId != ''">
-            and t.user_id= #{userId}
+        <if test="createUserId !=null and createUserId != ''">
+            and t.user_id= #{createUserId}
         </if>
         <if test="poolId !=null and poolId != ''">
             and t.pool_id= #{poolId}