Browse Source

fix:补充过滤

songzhibin97 3 năm trước cách đây
mục cha
commit
d452c996bd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/model/sys_autocode_history.go

+ 1 - 1
server/model/sys_autocode_history.go

@@ -6,7 +6,7 @@ import "gin-vue-admin/global"
 
 type SysAutoCodeHistory struct {
 	global.GVA_MODEL
-	TableName     string `json:"tableName"`
+	TableName     string `json:"tableName,omitempty"`
 	RequestMeta   string `gorm:"type:text" json:"requestMeta,omitempty"`   // 前端传入的结构化信息
 	AutoCodePath  string `gorm:"type:text" json:"autoCodePath,omitempty"`  // 其他meta信息 path;path
 	InjectionMeta string `gorm:"type:text" json:"injectionMeta,omitempty"` // 注入的内容 RouterPath@functionName@RouterString;