作者 tangxvhui

处理数据库null值

@@ -14,7 +14,7 @@ type EvaluationItemUsed struct { @@ -14,7 +14,7 @@ type EvaluationItemUsed struct {
14 EvaluationProjectId int //对应的项目id 14 EvaluationProjectId int //对应的项目id
15 NodeId int //填写评估评估节点对应id 15 NodeId int //填写评估评估节点对应id
16 NodeType int //填写评估评估节点对应类型同evaluation_template.go->LinkNode.Type, 16 NodeType int //填写评估评估节点对应类型同evaluation_template.go->LinkNode.Type,
17 - SortBy int //排序 17 + SortBy int `pg:",use_zero"` //排序
18 Category string //类别 18 Category string //类别
19 Name string //名称 19 Name string //名称
20 PromptTitle string //提示项标题 20 PromptTitle string //提示项标题