1
This commit is contained in:
@@ -205,7 +205,11 @@ func GetMtwmCommentList4ShanGou(key string, appOrgCode string, startTime, endTim
|
||||
}
|
||||
}
|
||||
|
||||
return fmt.Errorf("%s", strings.Join(errs, ","))
|
||||
if len(errs) != model.NO {
|
||||
return fmt.Errorf("%s", strings.Join(errs, ","))
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func CommentListData(db *dao.DaoDB, skuList []*mtwmapi.CommentsList, startTime, endTime string) []*model.OrderComment {
|
||||
|
||||
Reference in New Issue
Block a user