Przeglądaj źródła

//update

release_toaliyun_real
xhxu 4 lat temu
rodzic
commit
5fcb41ce3c
1 zmienionych plików z 6 dodań i 6 usunięć
  1. +6
    -6
      mallinkService/src/main/java/com/iformall/domain/po/WxTemplateMsg.java

+ 6
- 6
mallinkService/src/main/java/com/iformall/domain/po/WxTemplateMsg.java Wyświetl plik

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

}

Ładowanie…
Anuluj
Zapisz