Skip to content
Snippets Groups Projects

111111

Merged 崔用芳 requested to merge feature/cyf into dev
Compare and
2 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -403,6 +403,7 @@ public class IncomeCommandServiceImpl extends BaseCommandAbstractService<Income
throw ExceptionUtil.getException(null, "回单不存在!");
incomeAggregate.changeReback(rejectReason);
incomeAggregate.changeSupplement("");
incomeAggregate.changeSupplementStateByReject();
save(incomeAggregate);
}