...
|
...
|
@@ -351,6 +351,8 @@ public class DepositServiceImpl implements DepositService { |
|
|
}
|
|
|
|
|
|
public void clearCache(Integer uid, Integer productId, Integer storageId) {
|
|
|
LOGGER.info("clearCache execute in, uid is {}, productId is {}, storageId is {}", uid, productId, storageId);
|
|
|
|
|
|
if (uid == null) {
|
|
|
return;
|
|
|
}
|
...
|
...
|
|