Commit 1e78d08a authored by kdabholkar's avatar kdabholkar

commit changes regarding Data SYNC issues in branch version

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187395 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9f0db5bf
......@@ -446,18 +446,18 @@ public class GetGstTableData extends ActionHandlerEJB implements GetGstTableData
String json = objectMapper.writeValueAsString(gstHrdDetData);
JSONObject gstr1HeaderObj = new JSONObject();
JSONObject gstr1SupportObj = new JSONObject();
/*JSONObject gstr1SupportObj = new JSONObject();
gstr1SupportObj.put("fromDate", fromDateStr);
gstr1SupportObj.put("toDate", toDateStr);
gstr1SupportObj.put("type", type);
gstr1SupportObj.put("sitecode", sitecode);
gstr1SupportObj.put("sitecode", sitecode);*/
gstr1HeaderObj.put("data", json);
gstr1HeaderObj.put("suppParam",gstr1SupportObj);
//gstr1HeaderObj.put("suppParam",gstr1SupportObj);
System.out.println("json values in getGSTValue"+gstr1HeaderObj.toString());
System.out.println("json values in getGSTValue11"+gstr1HeaderObj.toString());
RequestBodyEntity request = Unirest.post(String.format("%s", GST_TABLE_URL))
// .setTimeouts(connectionTimeout,socketTimeout)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment