Commit 885c8a4c authored by 廖旭伟's avatar 廖旭伟

考勤汇总更新时锁表BUg处理

parent 8c64b4db
...@@ -21,6 +21,8 @@ public class RedisKey { ...@@ -21,6 +21,8 @@ public class RedisKey {
*/ */
public static final String KEY_ATTENC_TOTOAL_CACHE = "attend:total"; public static final String KEY_ATTENC_TOTOAL_CACHE = "attend:total";
public static final String KEY_USER_MENU_CACHE = "user:menu";
/** 考勤统计 **/ /** 考勤统计 **/
public static final String KEY_ATTENDANCE_STAT_CACHE = "attendance:stat"; public static final String KEY_ATTENDANCE_STAT_CACHE = "attendance:stat";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment