|
|
@@ -118,7 +118,7 @@ public class SettleManagerImpl implements ISettleManager {
|
|
|
private IAccountManager accountManager;
|
|
|
|
|
|
@Override
|
|
|
- @Cacheable(cacheNames = CacheNameConstant.SETTLE_USER_HISTORY, key = "#userId+'_'+settleMonth", condition = "#userId != null && settleMont != null && !settleMonth.isBlank()")
|
|
|
+ @Cacheable(cacheNames = CacheNameConstant.SETTLE_USER_HISTORY, key = "#userId+'_'+#settleMonth", condition = "#userId != null && #settleMonth != null && !#settleMonth.isBlank()")
|
|
|
public List<SettleUserHistoryVO> querySettleUserHistory(Long userId, String settleMonth) {
|
|
|
Assert.isNullInBusiness(settleMonth, "结算月份不能为空");
|
|
|
Assert.isNullInBusiness(userId, "用户ID不能为空");
|