|
|
|
@ -85,6 +85,7 @@ func (a *ApiMethod) HonorList(c *gin.Context) { |
|
|
|
} else { |
|
|
|
gshscCont.TermOfValidityStr = "永久" |
|
|
|
} |
|
|
|
gshscCont.Uuid = strconv.FormatInt(v.Id, 10) |
|
|
|
gshscList = append(gshscList, gshscCont) |
|
|
|
} |
|
|
|
publicmethod.ResultList(0, requestData.Page, requestData.PageSize, total, int64(len(gshscList)), gshscList, c) |
|
|
|
@ -410,5 +411,6 @@ func (a *ApiMethod) GetHonorsCont(c *gin.Context) { |
|
|
|
} else { |
|
|
|
outData.TermOfValidityStr = "永久" |
|
|
|
} |
|
|
|
outData.Uuid = receivedValue.Id |
|
|
|
publicmethod.Result(0, outData, c) |
|
|
|
} |
|
|
|
|