制度图编号

This commit is contained in:
446052889@qq.com 2022-09-20 19:47:04 +08:00
parent d7a6f9be2f
commit 06d18114af
2 changed files with 0 additions and 3 deletions

View File

@ -79,9 +79,6 @@ public class EpcGraphWeb extends ActionWeb {
* @return
*/
private String refreshControlDesignerNo(String uuid) {
String define = PALRepositoryQueryAPIManager.getInstance().getProcessDefinition(uc, uuid);
JSONObject definition = JSONObject.parseObject(define);
JSONObject elements = definition.getJSONObject("elements");
return new PolicyShapeSortWeb(uc).sort(uuid).toString();
}
}