Commit 4200e6cf authored by dpawar's avatar dpawar

get desp id from dom


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96364 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 918cf8c8
...@@ -609,7 +609,7 @@ public class DespatchPos extends ValidatorEJB implements DespatchPosLocal, Despa ...@@ -609,7 +609,7 @@ public class DespatchPos extends ValidatorEJB implements DespatchPosLocal, Despa
return ""; return "";
} }
public String postSaveWiz(String xmlString,String tranId,String editFlag, String xtraParams,Connection conn) throws RemoteException,ITMException public String postSaveWiz(String xmlString,String editFlag,String tranId, String xtraParams,Connection conn) throws RemoteException,ITMException
{ {
System.out.println("----------postSaveWiz method ......................."+tranId); System.out.println("----------postSaveWiz method ......................."+tranId);
System.out.println("editFlag------>>["+editFlag+"]"); System.out.println("editFlag------>>["+editFlag+"]");
...@@ -632,7 +632,7 @@ public class DespatchPos extends ValidatorEJB implements DespatchPosLocal, Despa ...@@ -632,7 +632,7 @@ public class DespatchPos extends ValidatorEJB implements DespatchPosLocal, Despa
{ {
dom = parseString(xmlString); dom = parseString(xmlString);
} }
if(dom!=null && tranId.length() == 0){ if(dom!=null ){
System.out.println("dom not null........."); System.out.println("dom not null.........");
tranId = GenericUtility.getInstance().getColumnValue("desp_id",dom); tranId = GenericUtility.getInstance().getColumnValue("desp_id",dom);
} }
......
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