作者 tangxvhui

修改 一些问题

@@ -1194,7 +1194,7 @@ func (d *StaffAssessDao) ExportDataUserAssess2(companyId int, cycleId int, opera @@ -1194,7 +1194,7 @@ func (d *StaffAssessDao) ExportDataUserAssess2(companyId int, cycleId int, opera
1194 } 1194 }
1195 1195
1196 type ContentValue struct { 1196 type ContentValue struct {
1197 - StaffAssessId int `pg:"staffAssessId"` 1197 + StaffAssessId int `pg:"staff_assess_id"`
1198 Value string `pg:"value"` 1198 Value string `pg:"value"`
1199 } 1199 }
1200 1200