wuhp 2 лет назад
Родитель
Сommit
22447204d5

+ 1 - 1
src/main/resources/mapper/modules/admin/SysTelemarketingWechatDataMapper.xml

@@ -84,7 +84,7 @@
         <where>
         <where>
             user_id =#{vo.userId}
             user_id =#{vo.userId}
             <if test="vo.beginDate != null and vo.beginDate != ''  and vo.endDate != null and vo.endDate != '' ">
             <if test="vo.beginDate != null and vo.beginDate != ''  and vo.endDate != null and vo.endDate != '' ">
-                AND  calldate  BETWEEN  #{vo.beginDate}  AND  #{vo.endDate}
+                AND  create_time  BETWEEN  #{vo.beginDate}  AND  #{vo.endDate}
             </if>
             </if>
         </where>
         </where>
     </select>
     </select>