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