diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxTemplateMsg.java b/mallinkService/src/main/java/com/iformall/domain/po/WxTemplateMsg.java index 0c73492b9..0ff19560a 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxTemplateMsg.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxTemplateMsg.java @@ -40,11 +40,11 @@ public class WxTemplateMsg extends TenantEntity { private boolean isc; - public String getTypeName(){ - if(this.getType() != null) { - this.typeName = EnumTemplateType.getEnum(this.getType()).getMessage(); - } - return typeName; - } +// public String getTypeName(){ +// if(this.getType() != null) { +// this.typeName = EnumTemplateType.getEnum(this.getType()).getMessage(); +// } +// return typeName; +// } }