aa
This commit is contained in:
@@ -1806,11 +1806,13 @@ func GetNewVendorPopActs(ctx *jxcontext.Context) (err error) {
|
|||||||
for _, vv := range cList {
|
for _, vv := range cList {
|
||||||
if vv != nil {
|
if vv != nil {
|
||||||
result, _ := api.MtwmAPI.GetInviteDetail(vv.ID, v.VendorStoreID)
|
result, _ := api.MtwmAPI.GetInviteDetail(vv.ID, v.VendorStoreID)
|
||||||
|
if result != nil {
|
||||||
if result.Status != 2 {
|
if result.Status != 2 {
|
||||||
send(model.VendorIDMTWM, vv.Name, result.BriefIntroduction)
|
send(model.VendorIDMTWM, vv.Name, result.BriefIntroduction)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user