|
@@ -3747,6 +3747,7 @@ public class WmScorePackageServiceImpl extends ServiceImpl<WmScorePackageMapper,
|
|
|
LocalDateTime notifyTime = settleNote.getNotifyTime();
|
|
|
if (notifyTime != null) {
|
|
|
ouPut.setBelongDate(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss").format(notifyTime));
|
|
|
+ ouPut.setNotifyTime(notifyTime);
|
|
|
}
|
|
|
if (ouPut.getInvoiceCategory() == null) {
|
|
|
ouPut.setInvoiceCategory(settleNote.getInvoiceType());
|