Showing
1 changed file
with
1 additions
and
1 deletions
@@ -509,7 +509,7 @@ public class DepositServiceImpl implements DepositService { | @@ -509,7 +509,7 @@ public class DepositServiceImpl implements DepositService { | ||
509 | if (storageId != null) { | 509 | if (storageId != null) { |
510 | Method queryUserStorageOffCount = DepositController.class.getMethod("queryUserStorageOffCount", new Class[]{Integer.class, Integer.class}); | 510 | Method queryUserStorageOffCount = DepositController.class.getMethod("queryUserStorageOffCount", new Class[]{Integer.class, Integer.class}); |
511 | cacheAop.clearCache(queryUserStorageOffCount, new Object[]{uid, storageId}); | 511 | cacheAop.clearCache(queryUserStorageOffCount, new Object[]{uid, storageId}); |
512 | - Method queryListByUidAndStorageId = DepositController.class.getMethod("queryListByUidAndStorageId", new Class[]{Integer.class, Integer.class}); | 512 | + Method queryListByUidAndStorageId = DepositController.class.getMethod("queryListByUidAndStorageId", new Class[]{Integer.class, Integer.class, Integer.class, Integer.class}); |
513 | cacheAop.clearCache(queryListByUidAndStorageId, new Object[]{uid, storageId}); | 513 | cacheAop.clearCache(queryListByUidAndStorageId, new Object[]{uid, storageId}); |
514 | } | 514 | } |
515 | 515 |
-
Please register or login to post a comment