refactor base smartproc

This commit is contained in:
dirgantarasiahaan
2023-05-23 11:40:53 +07:00
parent beff4babe0
commit 69e7e592b0
19 changed files with 62 additions and 17 deletions

View File

@@ -38,7 +38,6 @@ public class PostCreateJenisAnggaranService implements BaseService<JenisAnggaran
JenisAnggaran jenisAnggaran = JenisAnggaran.builder()
.jenisAnggaran(input.getJenisAnggaran())
.keterangan(input.getKeterangan())
.isActive(input.getIsActive())
.deleted(false)
.build();
jenisAnggaran.setCreatedTime(new Timestamp(System.currentTimeMillis()));