From 5fcb41ce3c2c347669ab6192bbd3566631b3f5f6 Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 18 Apr 2022 13:40:02 +0800 Subject: [PATCH] //update --- .../java/com/iformall/domain/po/WxTemplateMsg.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; +// } }