提示词优化修改
This commit is contained in:
parent
3da4d9dabe
commit
cdc6e00f70
@ -8348,7 +8348,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
public String getPalProcessLevelCreateMethodList(String category, String methodId, String fileId) {
|
||||
if(!"process.framework".equals(methodId) && !"default".equals(methodId)){//不是架构,或者文件夹
|
||||
ResponseObject ro = ResponseObject.newErrResponse();
|
||||
ro.msg("methodId:"+methodId+"当前所选择目录不是文件夹或者流程架构,请选择正确的目录!");
|
||||
ro.msg("您当前所选择目录不是文件夹或者流程架构,请选择正确的目录!");
|
||||
return ro.toString();
|
||||
}
|
||||
ResponseObject ro = ResponseObject.newOkResponse();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user