We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1465d9 commit 057734cCopy full SHA for 057734c
1 file changed
src/main/java/com/iemr/common/service/grievance/GrievanceHandlingServiceImpl.java
@@ -489,7 +489,7 @@ public String getGrievanceDetailsWithRemarks(String request) throws Exception {
489
490
491
492
- private String fetchRemarksFromBenCallByComplaint(String complaintID) throws JSONException {
+ private String fetchRemarksFromBenCallByComplaint(String complaintID) throws Exception {
493
// Query t_grievanceworklist to fetch the benRegId based on complaintID
494
List<GrievanceDetails> grievanceWorklist = grievanceDataRepo.fetchGrievanceWorklistByComplaintID(complaintID);
495
0 commit comments