aa
This commit is contained in:
@@ -1961,7 +1961,8 @@ func TempJob() (err error) {
|
||||
|
||||
type GetUnionActListResult struct {
|
||||
partner.ActivityList
|
||||
JobID int `orm:"column(job_id)" json:"jobID"`
|
||||
JobID int `orm:"column(job_id)" json:"jobID"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
|
||||
func GetUnionActList(ctx *jxcontext.Context, vendorID, actType int) (results []*GetUnionActListResult, err error) {
|
||||
@@ -1986,6 +1987,7 @@ func GetUnionActList(ctx *jxcontext.Context, vendorID, actType int) (results []*
|
||||
dao.GetRow(dao.GetDB(), &job, sql, sqlParams)
|
||||
if job != nil {
|
||||
result.JobID = job.ID
|
||||
result.Content = job.Content
|
||||
}
|
||||
results = append(results, result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user