|
|
|
@@ -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; |
|
|
|
// } |
|
|
|
|
|
|
|
} |