Compare commits
No commits in common. "12f5c633f25f4446c035636914783964584a4587" and "2d83b9a91cd030462a9c62d098bb57428aa28ecc" have entirely different histories.
12f5c633f2
...
2d83b9a91c
@ -5903,19 +5903,4 @@ public class SdmController extends LocaleController<AkunVO> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping(value = "example/ade/test/{idPegawai}", method = RequestMethod.GET, produces = MediaType.APPLICATION_JSON_VALUE)
|
|
||||||
public ResponseEntity<Map<String, Object>> getDataPegawaiTesterAde(@PathVariable("idPegawai") Integer idPegawai,
|
|
||||||
HttpServletRequest request) {
|
|
||||||
try {
|
|
||||||
Map<String, Object> result = new HashMap<>();
|
|
||||||
result.put("param_tester", "Ade Syawal Saputra");
|
|
||||||
|
|
||||||
mapHeaderMessage.put(WebConstants.HttpHeaderInfo.LABEL_SUCCESS,
|
|
||||||
getMessage(MessageResource.LABEL_SUCCESS, request));
|
|
||||||
return RestUtil.getJsonResponse(result, HttpStatus.OK);
|
|
||||||
} catch (Exception e) {
|
|
||||||
return RestUtil.getJsonHttptatus(HttpStatus.INTERNAL_SERVER_ERROR);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user