add api cetak approval

This commit is contained in:
dirgantarasiahaan
2023-06-02 18:55:00 +07:00
parent f1f071b512
commit 37a06b00f1
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ public class GetListPrintDrpService implements BaseService<PrintDrpRequest, GetL
for (DrpView drpView : drpViews) {
PrintDrpResponse printDrpResponse = PrintDrpResponse.builder()
.id(drpView.getId())
.tahun(drpView.getTahun())
.printDate(drpView.getPrintDate())
.build();
if (BooleanUtils.isTrue(drpView.getIsPrint())) {