@@ -82,6 +82,7 @@ public enum TemplateMsgEnum {
private String caption;
private TemplateMsgEnum(boolean isGzh,String originId,String caption) {
+ this.isGzh = isGzh;
this.originId = originId;
this.caption = caption;
}