...
|
...
|
@@ -92,7 +92,7 @@ public class StoredSellerServiceImpl implements IStoredSellerService { |
|
|
}
|
|
|
|
|
|
int num = storedSellerDao.updateStatusByPrimaryKey(storedSeller.getId(),StoredSellerStatusEnum.apply_quit.getId(),expectStatus);
|
|
|
//清掉缓存
|
|
|
//状态变化,清掉缓存
|
|
|
cacheService.removeStoredSeller(uid);
|
|
|
|
|
|
logger.info("StoredSellerServiceImpl applyQuitStoredSeller end ,uid is {} ,update num ",uid,num);
|
...
|
...
|
|