Commit 934bfb81 authored by caluka's avatar caluka

save data time sitecode changed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98355 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6334ac0e
......@@ -354,7 +354,7 @@ public class MilestonePayGen
xmlString = xmlBuff.toString();
System.out.println("xmlString !!!!" + xmlString);
retString = saveData(siteCodeAdv, xmlString, chgMap, conn);
retString = saveData(siteCode, xmlString, chgMap, conn);
System.out.println("retString ::::::" + retString);
if (retString.indexOf("Success") > -1)
{
......
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