提交 f0c70c27 编写于 作者: NoSubject's avatar NoSubject

去除注释entityManager

上级 baafa3d8
......@@ -109,7 +109,7 @@ MWF.xApplication.service.AgentDesigner.Agent = new Class({
// defaultText += "********************/\n";
var lp = this.designer.lp.comment;
var defaultText = "/********************\n";
defaultText += "this.entityManager; //"+lp.entityManager+"\n";
// defaultText += "this.entityManager; //"+lp.entityManager+"\n";
defaultText += "this.applications; //"+lp.applications+"\n";
defaultText += "this.organization; //"+lp.organization+"\n";
defaultText += "this.org; //"+lp.org+"\n";
......
......@@ -114,7 +114,7 @@ MWF.xApplication.service.InvokeDesigner.Invoke = new Class({
var lp = this.designer.lp.comment;
var defaultText = "/********************\n";
defaultText += "this.entityManager; //"+lp.entityManager+"\n";
// defaultText += "this.entityManager; //"+lp.entityManager+"\n";
defaultText += "this.applications; //"+lp.applications+"\n";
defaultText += "this.requestText//"+lp.requestText+"\n";
defaultText += "this.request//"+lp.request+"\n";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册