diff --git a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar index 747d6951..be9c4304 100644 Binary files a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar and b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar differ diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/CoEPALController.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/CoEPALController.java index 9877daba..802191fd 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/CoEPALController.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/CoEPALController.java @@ -3687,14 +3687,14 @@ public class CoEPALController { DesignerRelationShapeWeb web = new DesignerRelationShapeWeb(me); return web.getModelingGuideCarousel(step, modelType); } -/* - *//** + + /** * 检查用户是否第一次创建模型 * * @param me me * @param methodId 模型类型 * @return {@link String} - *//* + */ @Mapping("com.actionsoft.apps.coe.pal_guide_check_create") public String checkUserFirstCreateModel(UserContext me, String methodId, String type) { DesignerRelationShapeWeb web = new DesignerRelationShapeWeb(me); @@ -3702,7 +3702,7 @@ public class CoEPALController { } - *//** + /** * 批量创建流程手册 * * @param me @@ -3710,13 +3710,12 @@ public class CoEPALController { * @param teamId * @param wsId * @return - *//* + */ @Mapping("com.actionsoft.apps.coe.pal.publisher_output_pr_reports_create") public String createOutputPrReports(UserContext me, String uuids, String teamId, String wsId) { DesignerRelationShapeWeb web = new DesignerRelationShapeWeb(me); return web.createOutputPrReports(wsId, teamId, uuids); - }*/ - + } /** * 重新生成手册