Browse Source

形态转换配置默认数据源

y1456 1 year ago
parent
commit
a77d59eaf2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      xh/xh/src/private/nc/bs/xh/impl/TransformAddImpl.java

+ 1 - 0
xh/xh/src/private/nc/bs/xh/impl/TransformAddImpl.java

@@ -41,6 +41,7 @@ public class TransformAddImpl extends BaseServlet implements IHttpServletAdaptor
 	@Override
 	public void doAction(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
 		// TODO Auto-generated method stub
+		InvocationInfoProxy.getInstance().setUserDataSource("nc65");
 		NCLocator.getInstance().lookup(ISecurityTokenCallback.class).token("NCSystem".getBytes(),"pfxx".getBytes());
         try {
 			String createStr = buildJson(req, resp, this.getClass().getName());