Преглед изворни кода

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>