手册提交

This commit is contained in:
zhal 2023-09-05 15:27:37 +08:00
parent 5a9d854198
commit bfeb68eae5
2 changed files with 6 additions and 7 deletions

View File

@ -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);
}*/
}
/**
* 重新生成手册