Commit 074705ea authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183887 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 086f39e3
...@@ -2910,13 +2910,16 @@ public class PostOrderActivity { ...@@ -2910,13 +2910,16 @@ public class PostOrderActivity {
xmlValues ="<?xml version=\"1.0\" encoding=\"utf-8\"?><Root>"; xmlValues ="<?xml version=\"1.0\" encoding=\"utf-8\"?><Root>";
xmlValues = xmlValues + "<Header></Header>"; xmlValues = xmlValues + "<Header></Header>";
xmlValues = xmlValues + "<Detail1>"; xmlValues = xmlValues + "<Detail1>";
xmlValues = xmlValues + "<tran_id></tran_id>"; xmlValues = xmlValues + "<tran_id></tran_id>";
//xmlValues = xmlValues + "<site_code>" + siteCode + "</site_code>"; //xmlValues = xmlValues +"<site_code>" + siteCode + "</site_code>";
//Changed By PriyankaC on 19April2018 [START]
xmlValues = xmlValues +"<site_code>" + siteCode + "</site_code>";
//Changed By PriyankaC on 19April2018 [END]
xmlValues = xmlValues + "</Detail1></Root>"; xmlValues = xmlValues + "</Detail1></Root>";
//System.out.println("xmlValues :["+xmlValues+"]"); System.out.println("xmlValues :["+xmlValues+"]");
TransIDGenerator tg = new TransIDGenerator(xmlValues, "BASE", CommonConstants.DB_NAME); TransIDGenerator tg = new TransIDGenerator(xmlValues, "BASE", CommonConstants.DB_NAME);
tranId = tg.generateTranSeqID(tranSer, keyCol, keyString, conn); tranId = tg.generateTranSeqID(tranSer, keyCol, keyString, conn);
//System.out.println("tranId created:"+tranId); System.out.println("tranId created:"+tranId);
} }
catch (SQLException ex) catch (SQLException ex)
{ {
......
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