|
|
@ -89,7 +89,7 @@ public class FinanceService implements IFinanceService { |
|
|
|
List<ProMember> proMembers = proMemberMapper.selectByExample(memberExample); |
|
|
|
log.info("项目成员:{}", proMembers); |
|
|
|
if (CollectionUtil.isEmpty(proMembers)) { |
|
|
|
throw new BaseException(BasicsCodeError.NOT_MEMBER_SHEET); |
|
|
|
throw new BaseException(BasicsCodeError.NO_POWER); |
|
|
|
} |
|
|
|
PluFinance pluFinance = null; |
|
|
|
if (param.getTaskDetailId() != null && param.getTaskDetailId() != 0) { |
|
|
@ -148,8 +148,6 @@ public class FinanceService implements IFinanceService { |
|
|
|
}); |
|
|
|
financeDao.batchSaveCheck(checks); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|