Commit 146633ee authored by 朱晨阳's avatar 朱晨阳

删除无用代码

parent 2d75ab64
......@@ -108,7 +108,6 @@ public class HygfIcbcServiceImpl implements IHygfIcbcService {
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html;charset=" + IcbcConstants.CHARSET_UTF8 + "\">");
out.write("</head>");
out.write("<body>");
System.out.println("111111111111111118888888888888" + client.buildPostForm(request).toString());
out.write(client.buildPostForm(request));
out.write("</body>");
out.write("</html>");
......
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