@@ -209,7 +209,7 @@ public class SettlementInfoServiceImpl extends ServiceImpl<SettlementInfoMapper,
if (Check.isNull(importVo.getAccountId())){
continue;
}
- //查询账户状态
+ //查询 账户 状态
UserAllocation userAllocation = userAllocationService.getByAccountId(new Long(importVo.getAccountId()));
if (Check.isNull(userAllocation)){
settlementInfo.setStatus(0);