Merge branch 'master' of https://e.coding.net/yilidev/yilipalkaifa/apps
This commit is contained in:
commit
c0d983516c
@ -2900,12 +2900,31 @@ public class CoEPALController {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 创建空白模板
|
||||
* @param me
|
||||
* @param wsId
|
||||
* @param teamId
|
||||
* @param category
|
||||
* @param method
|
||||
* @param parentId
|
||||
* @param container
|
||||
* @param securityLevel
|
||||
* @param name
|
||||
* @return
|
||||
*/
|
||||
@Mapping("com.actionsoft.apps.coe.pal_processlevel_repository_create_save_Designer")
|
||||
public String saveCreatePalProcessLevelRepositoryDesigner(UserContext me, String wsId, String teamId, String category, String method, String parentId, String container,Integer securityLevel,String name) {
|
||||
CoeProcessLevelWeb web = new CoeProcessLevelWeb(me);
|
||||
return web.saveCreatePalProcessLevelRepositoryDesigner(wsId, teamId, category, method, parentId, container,securityLevel,name);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取路径
|
||||
* @param me
|
||||
* @param parentId
|
||||
* @return
|
||||
*/
|
||||
@Mapping("com.actionsoft.apps.coe.getArchitecturePath")
|
||||
public String getArchitecturePath(UserContext me, String parentId) {
|
||||
CoeProcessLevelWeb web = new CoeProcessLevelWeb(me);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user