Browse Source

FlowComment 扩展获取remarks的值

master
yxt_djz 3 years ago
parent
commit
8642622c32
  1. 2
      anrui-flowable/anrui-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowcomment/FlowComment.java

2
anrui-flowable/anrui-flowable-api/src/main/java/com/yxt/anrui/flowable/api/flowcomment/FlowComment.java

@ -49,7 +49,7 @@ public enum FlowComment {
public String getRemark() {
return remark;
}
public static String getValueByName(String type){
public static String getRemarkByType(String type){
for(FlowComment f : FlowComment.values()){
if(type.equals(f.type)){
return f.getRemark();

Loading…
Cancel
Save