Commit c5cd9f5d authored by wansari's avatar wansari

D14IKAT004 added quantity column is table


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97493 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cd627c05
......@@ -95,6 +95,7 @@ public class PorderTableServlet extends HttpServlet
rs = pstmt.executeQuery();
valueXmlString.append("<SET><![CDATA[").append("Color").append("]]></SET>\r\n");
valueXmlString.append("<SET><![CDATA[").append("Dimension").append("]]></SET>\r\n");
valueXmlString.append("<SET><![CDATA[").append("Quantity").append("]]></SET>\r\n");
while (rs.next())
{
......@@ -226,7 +227,7 @@ public class PorderTableServlet extends HttpServlet
temStrBuffer.append("<tr>\r\n");
temStrBuffer.append("<td><![CDATA[").append(colorList.get(j)).append("]]></td>\r\n");
temStrBuffer.append("<td><![CDATA[").append(dimensionList.get(i)).append("]]></td>\r\n");
temStrBuffer.append("<td><![CDATA[").append(0).append("]]></td>\r\n");
for(int k=0;k<sizelen;k++)
{
......
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