作者 tangxvhui

修复一下错误

@@ -17,7 +17,7 @@ type ExportUserAssess2Commad struct { @@ -17,7 +17,7 @@ type ExportUserAssess2Commad struct {
17 17
18 type StaffAsessSelfCountLevel struct { 18 type StaffAsessSelfCountLevel struct {
19 CompanyId int `cname:"公司ID" json:"-"` 19 CompanyId int `cname:"公司ID" json:"-"`
20 - TargetUserId int `json:"targetUserId"` 20 + TargetUserId int `json:"targetUserId,string"`
21 ProjectId int `json:"projectId,string"` 21 ProjectId int `json:"projectId,string"`
22 CycleId int `cname:"周期ID" json:"cycleId,string"` 22 CycleId int `cname:"周期ID" json:"cycleId,string"`
23 } 23 }