Skip to content

Commit

Permalink
Classcaste Issue resolved while datasync
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishanigarapu committed Nov 14, 2023
1 parent e9b24d8 commit 2c129e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ public String syncDataToServer(String requestOBJ, String Authorization) throws E
}

if (map.containsKey("SyncFacilityID")) {
double syncFaciltyID = (double) map.get("SyncFacilityID");
syncFacilityID = (int) syncFaciltyID;
//double syncFaciltyID = (double) map.get("SyncFacilityID");
syncFacilityID = (int) map.get("SyncFacilityID");
}

recordCheck = dataSyncRepositoryCentral.checkRecordIsAlreadyPresentOrNot(
Expand Down

0 comments on commit 2c129e3

Please sign in to comment.