浏览代码

roos页面统计游客页面roos广告显示

huangzhiguo 2 年之前
父节点
当前提交
0857187404
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/RoosInformationMapper.xml

+ 1 - 1
src/main/resources/mapper/RoosInformationMapper.xml

@@ -41,7 +41,7 @@
                 AND userID = #{userID}
             </if>
             <if test="userID == 0">
-                AND IP = #{IP} AND accessDate LIKE concat('%',#{accessDate},'%')
+                AND IP = #{IP}
             </if>
         </where>
     </select>