Commit 12485400 authored by prane's avatar prane

fixed Exception

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198351 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b7d917fa
......@@ -1953,7 +1953,7 @@ public class PostOrdDespatchGen
{
xmlBuff.append("<retest_date><![CDATA[" + sdf.format((Date)sordDetMap.get("retest_date")) + "]]></retest_date>");
}else {
xmlBuff.append("<retest_date><![CDATA[" + sdf.format((Date)sordDetMap.get("retest_date")) + "]]></retest_date>");
xmlBuff.append("<retest_date><![CDATA[" + "" + "]]></retest_date>");
}
xmlBuff.append("<conf_diff_amt><![CDATA[" + (Double)sordDetMap.get("conf_diff_amt") + "]]></conf_diff_amt>");
xmlBuff.append("<conv__rtuom_stduom><![CDATA[" + (Double)sordDetMap.get("conv__rtuom_stduom") + "]]></conv__rtuom_stduom>");
......
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