作者 唐旭辉

修复 bug

@@ -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 {  
229 - canCopyOrder = true  
230 - } 228 + // if v.Id == BEST_SHOP_UNIONID {
  229 + canCopyOrder = true
  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)