alibaba / compileflow-idea-designer

基于IntelliJ IDEA流程可视化插件: a good idea-plugin for Alibaba Compileflow process engine.
Apache License 2.0
308 stars 72 forks source link

生成的Java code ,如果使用qlexpress的情况下,脚本中含有双引号,没有自动转意。 #9

Open wangchaomail opened 3 years ago

wangchaomail commented 3 years ago

生成的Demo ScriptExecutorProvider.getInstance().getScriptExecutor("QL").execute("if(isSigned.booleanValue()){System.out.println("Hello")}", nfScriptContext);

其中 "if(isSigned.booleanValue()){System.out.println("Hello")}" 这里的"Hello" 应该加入\n 被转意掉