Authored by mali

加日志

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