Commit f231213d by fudahua

刷新缓存的重置

parent 55b6663a
......@@ -483,7 +483,7 @@ public class ClerkController extends WebBaseController{
//设置主门店缓存
if (Objects.equals(type, 1)) {
int i = cn.hutool.core.date.DateUtil.weekOfYear(new Date());
key = "haoban_set_main_store_" + i + staffId;
key = "haoban_set_main_store_" + i + ":" + staffId;
}
if (Objects.equals(type, 2)) {
key = "haoban_fresh_wx_friend" + yyyyMM + staffId;
......
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