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