正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -225,9 +225,9 @@ func (s SyncOrderService) copyOrderBestshopToOrderBase(orderBestshop *domain.Ord | @@ -225,9 +225,9 @@ func (s SyncOrderService) copyOrderBestshopToOrderBase(orderBestshop *domain.Ord | ||
225 | return lib.ThrowError(lib.INTERNAL_SERVER_ERROR, e) | 225 | return lib.ThrowError(lib.INTERNAL_SERVER_ERROR, e) |
226 | } | 226 | } |
227 | for _, v := range companyData.Applets { | 227 | for _, v := range companyData.Applets { |
228 | - if v.Id == BEST_SHOP_UNIONID { | 228 | + // if v.Id == BEST_SHOP_UNIONID { |
229 | canCopyOrder = true | 229 | canCopyOrder = true |
230 | - } | 230 | + // } |
231 | } | 231 | } |
232 | if !canCopyOrder { | 232 | if !canCopyOrder { |
233 | logs.Warning("公司未设置xiangmi小程序原始id; order_bestshop.id=%d", orderBestshop.Id) | 233 | logs.Warning("公司未设置xiangmi小程序原始id; order_bestshop.id=%d", orderBestshop.Id) |
-
请 注册 或 登录 后发表评论