Commit 35f5302d by 陶光胜

门店保存修改

parent 60d1dcfd
......@@ -157,9 +157,6 @@ public class StoreDictController {
public RestResponse setStoreField(String values){
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
Integer userId = UserDetailUtils.getUserDetail().getUserId();
if(StringUtils.isBlank(values)){
return EnterpriseRestResponse.failure(com.gic.enterprise.error.ErrorCode.MISS_PARAMETER);
}
String key = "relevanceStorefield:"+enterpriseId;
Object cache = RedisUtil.getCache(key);
if(cache != null){
......
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