Skip to content
Snippets Groups Projects

111111

Merged 崔用芳 requested to merge feature/cyf into dev
Compare and
4 files
+ 10
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -527,6 +527,8 @@ public class IncomeCommandServiceImpl extends BaseCommandAbstractService<Income
if(voucherAggregate==null)
throw ExceptionUtil.getException(null, "回单凭证不存在!");
incomeAggregate.changeIncomeSpeed(IncomeSpeedEnum.发布.getValue());
incomeAggregate.changeSupplement("");
incomeAggregate.changeSupplementStateByReject();
save(incomeAggregate);
voucherRepository.updateAvailable(voucherId);
}