作者 Your Name

更新

@@ -117,6 +117,7 @@ func (d *RewardSumaryDao) SeachRewardUpToStandard(companyId int, orgId int, reco @@ -117,6 +117,7 @@ func (d *RewardSumaryDao) SeachRewardUpToStandard(companyId int, orgId int, reco
117 117
118 // 功过看板-异常 118 // 功过看板-异常
119 type RewardAccident struct { 119 type RewardAccident struct {
  120 + Id string `json:"id"`
120 RecordDateStr string `json:"record_date_str"` 121 RecordDateStr string `json:"record_date_str"`
121 SectionName string `json:"sectionName"` //工段名称 122 SectionName string `json:"sectionName"` //工段名称
122 WorkerName string `json:"workerName"` //员工名称 123 WorkerName string `json:"workerName"` //员工名称