提示词优化修改

This commit is contained in:
yujh_java 2025-09-28 10:09:37 +08:00
parent 3da4d9dabe
commit cdc6e00f70

View File

@ -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();