Browse Source

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

huangzhiguo 2 năm trước cách đây
mục cha
commit
0857187404

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

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