diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java index b321d56c..a80bdb5c 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java @@ -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();