fix
parent
aae048ca57
commit
1dbbe9c045
|
|
@ -239,7 +239,7 @@ public class StoreCertificateServiceImpl implements IStoreCertificateService {
|
||||||
// 档口用户绑定
|
// 档口用户绑定
|
||||||
userService.refreshRelStore(store.getUserId(), ESystemRole.SUPPLIER.getId());
|
userService.refreshRelStore(store.getUserId(), ESystemRole.SUPPLIER.getId());
|
||||||
// 放到redis中
|
// 放到redis中
|
||||||
redisCache.setCacheObject(CacheConstants.STORE_KEY + store.getId(), store.getId());
|
redisCache.setCacheObject(CacheConstants.STORE_KEY + store.getId(), store);
|
||||||
return store;
|
return store;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@ public class StoreServiceImpl implements IStoreService {
|
||||||
// 档口用户绑定
|
// 档口用户绑定
|
||||||
userService.refreshRelStore(store.getUserId(), ESystemRole.SUPPLIER.getId());
|
userService.refreshRelStore(store.getUserId(), ESystemRole.SUPPLIER.getId());
|
||||||
// 放到redis中
|
// 放到redis中
|
||||||
redisCache.setCacheObject(CacheConstants.STORE_KEY + store.getId(), store.getId());
|
redisCache.setCacheObject(CacheConstants.STORE_KEY + store.getId(), store);
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue