This commit is contained in:
邹宗楠
2023-12-20 17:07:43 +08:00
parent a7703aa3b7
commit 98c0db0fdb
5 changed files with 35 additions and 39 deletions

View File

@@ -2700,7 +2700,6 @@ func UpdateTiktokShopTotalMoney() {
}
}
}
globals.SugarLogger.Debugf("vendorOrderId =========: %s , TotalShopMoney := %d", v.VendorOrderID, v.TotalShopMoney)
if _, err := dao.UpdateEntity(db, v, "TotalShopMoney", "NewEarningPrice"); err != nil {
globals.SugarLogger.Errorf("更新本地订单结算信息错误 : %s", err)
continue

View File

@@ -1707,9 +1707,6 @@ func (s *DefScheduler) notifyNewOrder(order *model.GoodsOrder, isAuto bool) {
if order.Flag&model.OrderFlagMaskFake == 0 && order.VendorID != model.VendorIDEBAI {
utils.CallFuncAsync(func() {
// order = setFakeActualPayPrice(order)
if order.VendorStoreID == "7290541" {
globals.SugarLogger.Debugf("==================test := %s", utils.Format4Output(order, false))
}
netprinter.PrintOrderByOrder(jxcontext.AdminCtx, order, model.PrintTypeOrder, nil)
//目前暂且认为AdjustCount > 0 就是调整单
if order.AdjustCount > 0 {