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