fix telepon and init lupas
This commit is contained in:
@@ -42,7 +42,7 @@ public class CommonService {
|
||||
throw new BusinessException(HttpStatus.CONFLICT,
|
||||
Constants.ERR_CODE_10001,
|
||||
Constants.ERR_TTL_10001,
|
||||
String.format(Constants.ERR_MSG_10001, "Role", input.getId()));
|
||||
String.format(Constants.ERR_MSG_10001, "Role", input.getRoleId()));
|
||||
}
|
||||
|
||||
var bidang= bidangRepository.findByIdAndIsDeleteFalse(input.getBidangId());
|
||||
@@ -50,7 +50,7 @@ public class CommonService {
|
||||
throw new BusinessException(HttpStatus.CONFLICT,
|
||||
Constants.ERR_CODE_10001,
|
||||
Constants.ERR_TTL_10001,
|
||||
String.format(Constants.ERR_MSG_10001, "Bidang", input.getId()));
|
||||
String.format(Constants.ERR_MSG_10001, "Bidang", input.getBidangId()));
|
||||
}
|
||||
|
||||
var instansi= instansiRepository.findByIdAndIsDeleteFalse(input.getInstansiId());
|
||||
@@ -58,7 +58,7 @@ public class CommonService {
|
||||
throw new BusinessException(HttpStatus.CONFLICT,
|
||||
Constants.ERR_CODE_10001,
|
||||
Constants.ERR_TTL_10001,
|
||||
String.format(Constants.ERR_MSG_10001, "Instansi", input.getId()));
|
||||
String.format(Constants.ERR_MSG_10001, "Instansi", input.getInstansiId()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user