手册提交
This commit is contained in:
parent
5a9d854198
commit
bfeb68eae5
Binary file not shown.
@ -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);
|
||||
}*/
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 重新生成手册
|
||||
|
||||
Loading…
Reference in New Issue
Block a user