测试去掉

This commit is contained in:
苏尹岚
2020-08-18 15:07:56 +08:00
parent 1157ac711b
commit 0b48fc2f9a
2 changed files with 1 additions and 3 deletions

View File

@@ -1889,6 +1889,7 @@ func CreateOrderByPriceDefend(ctx *jxcontext.Context) {
if _, err := CreateOrder(ctx, jxOrder, v.AddressID, OrderCreateTypeNormal, 0, false); err == nil {
err = SettleDiscountActByPriceDefend(ctx, v)
}
// dao.GetStoresSkusInfo(db, []int{v.StoreID}, []int{v.SkuID})
}
}