Commit 2dca37c7 authored by agaikwad's avatar agaikwad

set gp date in xml


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106131 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6d9e70cb
......@@ -374,8 +374,7 @@ public class DespatchConfirm extends ActionHandlerEJB implements DespatchConfirm
rs1 = null;
pstmt1.close();
pstmt1 = null;
System.out.println("desp_date["+despDate+"] gp_date["+gpDate+"]");
String xmlValues = "";
xmlValues ="<?xml version=\"1.0\" encoding=\"utf-8\"?><Root>";
xmlValues = xmlValues + "<Header></Header>";
......@@ -384,6 +383,7 @@ public class DespatchConfirm extends ActionHandlerEJB implements DespatchConfirm
xmlValues = xmlValues + "<site_code>" + siteCodeExc + "</site_code>";
xmlValues = xmlValues + "<desp_date>"+ despDate + "</desp_date>";
xmlValues = xmlValues + "<gp_ser>"+ gpSer + "</gp_ser>";
xmlValues = xmlValues + "<gp_date>"+ gpDate + "</gp_date>";
xmlValues = xmlValues + "</Detail1></Root>";
......
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