手册提交
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);
|
DesignerRelationShapeWeb web = new DesignerRelationShapeWeb(me);
|
||||||
return web.getModelingGuideCarousel(step, modelType);
|
return web.getModelingGuideCarousel(step, modelType);
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
*//**
|
/**
|
||||||
* 检查用户是否第一次创建模型
|
* 检查用户是否第一次创建模型
|
||||||
*
|
*
|
||||||
* @param me me
|
* @param me me
|
||||||
* @param methodId 模型类型
|
* @param methodId 模型类型
|
||||||
* @return {@link String}
|
* @return {@link String}
|
||||||
*//*
|
*/
|
||||||
@Mapping("com.actionsoft.apps.coe.pal_guide_check_create")
|
@Mapping("com.actionsoft.apps.coe.pal_guide_check_create")
|
||||||
public String checkUserFirstCreateModel(UserContext me, String methodId, String type) {
|
public String checkUserFirstCreateModel(UserContext me, String methodId, String type) {
|
||||||
DesignerRelationShapeWeb web = new DesignerRelationShapeWeb(me);
|
DesignerRelationShapeWeb web = new DesignerRelationShapeWeb(me);
|
||||||
@ -3702,7 +3702,7 @@ public class CoEPALController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
*//**
|
/**
|
||||||
* 批量创建流程手册
|
* 批量创建流程手册
|
||||||
*
|
*
|
||||||
* @param me
|
* @param me
|
||||||
@ -3710,13 +3710,12 @@ public class CoEPALController {
|
|||||||
* @param teamId
|
* @param teamId
|
||||||
* @param wsId
|
* @param wsId
|
||||||
* @return
|
* @return
|
||||||
*//*
|
*/
|
||||||
@Mapping("com.actionsoft.apps.coe.pal.publisher_output_pr_reports_create")
|
@Mapping("com.actionsoft.apps.coe.pal.publisher_output_pr_reports_create")
|
||||||
public String createOutputPrReports(UserContext me, String uuids, String teamId, String wsId) {
|
public String createOutputPrReports(UserContext me, String uuids, String teamId, String wsId) {
|
||||||
DesignerRelationShapeWeb web = new DesignerRelationShapeWeb(me);
|
DesignerRelationShapeWeb web = new DesignerRelationShapeWeb(me);
|
||||||
return web.createOutputPrReports(wsId, teamId, uuids);
|
return web.createOutputPrReports(wsId, teamId, uuids);
|
||||||
}*/
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 重新生成手册
|
* 重新生成手册
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user