|
|
@ -42,6 +42,7 @@ func (a *ApiMethod) GetPostTarget(c *gin.Context) { |
|
|
sendData.ReleDepart = postTargetCont.ReleDepart //相关部门"`
|
|
|
sendData.ReleDepart = postTargetCont.ReleDepart //相关部门"`
|
|
|
sendData.DepartmentsPost = postTargetCont.DepartmentsPost //相关岗位"`
|
|
|
sendData.DepartmentsPost = postTargetCont.DepartmentsPost //相关岗位"`
|
|
|
sendData.Dimension = postTargetCont.Dimension //维度"`
|
|
|
sendData.Dimension = postTargetCont.Dimension //维度"`
|
|
|
|
|
|
sendData.DimensionStr = strconv.FormatInt(postTargetCont.Dimension, 10) |
|
|
sendData.Key = postTargetCont.Key //UUID"`
|
|
|
sendData.Key = postTargetCont.Key //UUID"`
|
|
|
sendData.Report = postTargetCont.Report //上报人"`
|
|
|
sendData.Report = postTargetCont.Report //上报人"`
|
|
|
sendData.Unit = postTargetCont.Unit //单位"`
|
|
|
sendData.Unit = postTargetCont.Unit //单位"`
|
|
|
|