|
@@ -452,7 +452,7 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
|
|
|
updateEntity.setSubType(subType);
|
|
|
updateEntity.setSubjectLocation(note.getSubjectLocation());
|
|
|
updateEntity.setInvoiceType(note.getInvoiceType());
|
|
|
- updateEntity.setCategoryName(note.toCategoryName());
|
|
|
+ updateEntity.setCategoryName(note.getCategoryName());
|
|
|
updateEntity.setSettleAmount(note.getSettleAmount());
|
|
|
updateEntity.setActualAmount(note.getActualAmount());
|
|
|
updateEntity.setSettleNoteStatus(9);
|
|
@@ -471,7 +471,7 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
|
|
|
entity.setSubType(subType);
|
|
|
entity.setSubjectLocation(note.getSubjectLocation());
|
|
|
entity.setInvoiceType(note.getInvoiceType());
|
|
|
- entity.setCategoryName(note.toCategoryName());
|
|
|
+ entity.setCategoryName(note.getCategoryName());
|
|
|
entity.setSettleAmount(note.getSettleAmount());
|
|
|
entity.setActualAmount(note.getActualAmount());
|
|
|
entity.setDiscount(new BigDecimal(1));
|