add constant status

This commit is contained in:
dirgantarasiahaan
2023-06-01 15:11:48 +07:00
parent d5ed4fe4c6
commit 6203b9d8bf
7 changed files with 71 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ public class PostCreateTahunDrpService implements BaseService<DrpRequest, DrpRes
Drp drp = Drp.builder()
.tahun(input.getTahun())
.approveStatus(Constants.STATUS_PENYUSUNAN)
.isDelete(false)
.build();