增加首页接口,心跳监控信息改为redis存储
This commit is contained in:
+1
-1
@@ -267,6 +267,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="updaterId != null">updater_id = #{updaterId},</if>
|
||||
<if test="updaterName != null">updater_name = #{updaterName},</if>
|
||||
</trim>
|
||||
where id = #{id}
|
||||
where ip_address = #{ipAddress}
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user