add api cetak approval
This commit is contained in:
@@ -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())) {
|
||||
|
Reference in New Issue
Block a user