Authored by caoyan

寄存转现货

... ... @@ -509,7 +509,7 @@ public class DepositServiceImpl implements DepositService {
if (storageId != null) {
Method queryUserStorageOffCount = DepositController.class.getMethod("queryUserStorageOffCount", new Class[]{Integer.class, Integer.class});
cacheAop.clearCache(queryUserStorageOffCount, new Object[]{uid, storageId});
Method queryListByUidAndStorageId = DepositController.class.getMethod("queryListByUidAndStorageId", new Class[]{Integer.class, Integer.class});
Method queryListByUidAndStorageId = DepositController.class.getMethod("queryListByUidAndStorageId", new Class[]{Integer.class, Integer.class, Integer.class, Integer.class});
cacheAop.clearCache(queryListByUidAndStorageId, new Object[]{uid, storageId});
}
... ...