Authored by caoyan

寄存转现货

@@ -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