注释暂未使用功能代码
This commit is contained in:
parent
f38f65d1a9
commit
50d740e9a2
@ -6,7 +6,6 @@ import com.amarsoft.are.jbo.BizObject;
|
||||
import com.amarsoft.are.jbo.BizObjectManager;
|
||||
import com.amarsoft.are.jbo.JBOFactory;
|
||||
import com.amarsoft.are.util.DataConvert;
|
||||
import com.tenwa.collectaudit.yccollect.SocketClientUtil;
|
||||
import com.tenwa.collectaudit.yccollect.XMLAnalysis;
|
||||
import com.tenwa.util.SerialNumberUtil;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
@ -36,7 +35,8 @@ public class YCPaySignServlet {
|
||||
logger.info("-------------------- 邮储短信通知(YC_DX_NOTICE)执行--------------------");
|
||||
String projectId = request.getParameter("projectId");
|
||||
String dxNoticeXml = createDXNoticeXml(signObj);
|
||||
String retMeg = SocketClientUtil.sendTcpNoticeMsg(dxNoticeXml);
|
||||
// String retMeg = SocketClientUtil.sendTcpNoticeMsg(dxNoticeXml);
|
||||
String retMeg = "";
|
||||
logger.info("-------------------- 邮储短信通知(YC_DX_NOTICE)返回信息--------------------");
|
||||
logger.info(retMeg);
|
||||
logger.info("-------------------- 邮储短信通知(YC_DX_NOTICE)返回信息--------------------");
|
||||
@ -93,7 +93,8 @@ public class YCPaySignServlet {
|
||||
String projectId = request.getParameter("projectId");
|
||||
String verCode = request.getParameter("verCode");
|
||||
String dxNoticeXml = createDXSignXml(signObj, "", verCode);
|
||||
String retMeg = SocketClientUtil.sendTcpNoticeMsg(dxNoticeXml);
|
||||
// String retMeg = SocketClientUtil.sendTcpNoticeMsg(dxNoticeXml);
|
||||
String retMeg = "";
|
||||
logger.info("-------------------- 邮储短信签约(YC_DX_SIGN)返回信息--------------------");
|
||||
logger.info(retMeg);
|
||||
logger.info("-------------------- 邮储短信签约(YC_DX_SIGN)返回信息--------------------");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user