Commit bd3fdf6c1c5a4d2db96b5a606b55dfa21dfc3815
1 parent
a3f418f1
1111
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/xly/service/XlyErpService.java
| @@ -119,6 +119,7 @@ public class XlyErpService { | @@ -119,6 +119,7 @@ public class XlyErpService { | ||
| 119 | // //说明没有找到动态方法重新走一次 | 119 | // //说明没有找到动态方法重新走一次 |
| 120 | // if(maxToolRetries==1 && session.getCurrentTool()== null){ | 120 | // if(maxToolRetries==1 && session.getCurrentTool()== null){ |
| 121 | // Thread.sleep(1000); | 121 | // Thread.sleep(1000); |
| 122 | +// doCleanUserMemory(session,userId); | ||
| 122 | // return erpUserInput( userInput, | 123 | // return erpUserInput( userInput, |
| 123 | // userId , | 124 | // userId , |
| 124 | // sUserName , | 125 | // sUserName , |