瀏覽代碼

训练营修复

lixueqiang 2 年之前
父節點
當前提交
bdbed2ad90
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      kxs-system/kxs-system-biz/src/main/resources/mapper/KxsCampBonusLogMapper.xml

+ 6 - 0
kxs-system/kxs-system-biz/src/main/resources/mapper/KxsCampBonusLogMapper.xml

@@ -39,6 +39,9 @@
             <if test="param.sourceType != null">
                 AND cbl.source_type = #{param.sourceType}
             </if>
+            <if test="param.groupId != null">
+                AND cbl.group_id = #{param.groupId}
+            </if>
             <if test="param.createTime != null and  param.createTime.length == 2">
                 AND cbl.create_time between #{param.createTime[0]} and #{param.createTime[1]}
             </if>
@@ -63,6 +66,9 @@
             <if test="param.sourceType != null">
                 AND cbl.source_type = #{param.sourceType}
             </if>
+            <if test="param.groupId != null">
+                AND cbl.group_id = #{param.groupId}
+            </if>
             <if test="param.createTime != null and  param.createTime.length == 2">
                 AND cbl.create_time between #{param.createTime[0]} and #{param.createTime[1]}
             </if>