|
|
|
@ -200,8 +200,9 @@ func (s *StaffApi) ArchivesCon(c *gin.Context) { |
|
|
|
} |
|
|
|
if satffCont.Position != 0 { |
|
|
|
var postisInfo models.Position |
|
|
|
postisInfo.GetCont(map[string]interface{}{"`id`": satffCont.Position}, "`name`") |
|
|
|
postisInfo.GetCont(map[string]interface{}{"`id`": satffCont.Position}, "`name`", "`person_in_charge`") |
|
|
|
staffCenter.PositionName = postisInfo.Name |
|
|
|
staffCenter.PersonInCharge = postisInfo.PersonInCharge |
|
|
|
} |
|
|
|
if satffCont.JobClass != 0 { |
|
|
|
var jobsInfo models.JobClass |
|
|
|
|