lyhzzz 2 天之前
父節點
當前提交
82bcca67a7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/agent/ContactUsPointMapper.xml

+ 1 - 1
src/main/resources/mapper/agent/ContactUsPointMapper.xml

@@ -10,7 +10,7 @@
         </if>
         </if>
 
 
         <if test="param.utmSource != null and param.utmSource != ''">
         <if test="param.utmSource != null and param.utmSource != ''">
-            and u.utm_source like  concat('%',#{param.utmSource},'%')
+            and p.utm_source like  concat('%',#{param.utmSource},'%')
         </if>
         </if>
 
 
         <if test="param.startTime != null and param.endTime != ''">
         <if test="param.startTime != null and param.endTime != ''">