流程代码

This commit is contained in:
zhal 2022-07-10 15:07:59 +08:00
parent 9b54a2b809
commit faecdae62b

View File

@ -1246,9 +1246,6 @@ public class PALRepositoryQueryAPIManager {
JSONObject jsonObject = new JSONObject();
jsonObject.put("id", method);
String name = I18nRes.findValue(CoEConstant.APP_ID, method);
if(name.equals("流程")){
name="流程制度";
}
jsonObject.put("name", name);
jsonObject.put("icon", "../apps/" + CoEConstant.APP_ID + "/img/method/" + method + ".png");
@ -1310,6 +1307,9 @@ public class PALRepositoryQueryAPIManager {
jsonObject.put("currId", category);
jsonObject.put("versionId", category);
String name = I18nRes.findValue(CoEConstant.APP_ID, category);
if(name.equals("流程")){
name="流程制度";
}
jsonObject.put("name", name);
JSONObject icon = new JSONObject();
icon.put("icon", "");