update summrylist dan ujicoba lost memori
This commit is contained in:
parent
c43e7f389c
commit
c8d1d80555
File diff suppressed because it is too large
Load Diff
@ -422,7 +422,6 @@ public class ReportingDao {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
/*
|
||||
|
||||
public JasperPrint exportPdfSummaryList(String nocm) {
|
||||
try (Connection conn = this.jdbcTemplate1.getDataSource().getConnection()) {
|
||||
@ -437,7 +436,6 @@ public class ReportingDao {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
*/
|
||||
|
||||
public JasperPrint exportPdfAmprahanTindakan(int idRu, Date tglAwal, Date tglAkhir) {
|
||||
try (Connection conn = this.jdbcTemplate1.getDataSource().getConnection()) {
|
||||
|
||||
@ -145,13 +145,11 @@ public class ReportingService {
|
||||
log.info("Starting exportPdfResumeMedis with norec: {}", norec);
|
||||
return this.reportingDao.exportPdfResumeMedis(norec);
|
||||
}
|
||||
/*
|
||||
|
||||
public JasperPrint exportPdfSummaryList(String nocm) {
|
||||
log.info("Starting exportPdfSummaryList with nocm: {}", nocm);
|
||||
return this.reportingDao.exportPdfSummaryList(nocm);
|
||||
}
|
||||
*/
|
||||
|
||||
public JasperPrint printPdfAmprahanTindakan(int idRu, String tglAwal, String tglAkhir) {
|
||||
log.info("Starting printPdfAmprahanTindakan with idRu: {}, tglAwal: {}, tglAkhir: {}", idRu, tglAwal, tglAkhir);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user