fix total pengadaan in response
This commit is contained in:
@@ -33,6 +33,7 @@ public class GetListDrpService implements BaseService<DrpRequest, GetListDrpResp
|
||||
.tahun(drpView.getTahun())
|
||||
.approveStatus(drpView.getApproveStatus())
|
||||
.approveDate(drpView.getApproveDate())
|
||||
.totalPengadaan(drpView.getTotalPengadaan())
|
||||
.isActive(drpView.getIsActive())
|
||||
.isDelete(drpView.getIsDelete())
|
||||
.build();
|
||||
|
Reference in New Issue
Block a user