Commit f72d9087 by fudahua

好办导购编辑状态

parent 0906b8a9
......@@ -539,8 +539,9 @@ public class ClerkController extends WebBaseController{
String yyyyMM = DateUtil.dateToStr(new Date(), "yyyyMM");
String key = "haoban_fresh_wx_friend" + yyyyMM + staffId;
Integer count = RedisUtil.getCache(key) == null ? 0 : (Integer) RedisUtil.getCache(key);
return resultResponse(HaoBanErrCode.ERR_1, count);
}
int ret = count == null ? 4 : 4 - count;
return resultResponse(HaoBanErrCode.ERR_1, ret);
}
//获取门店详情
public boolean isEnterpriseOver(String eid) {
......
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