结算时都变成这么多
This commit is contained in:
@@ -1642,6 +1642,8 @@ func ChangeJxPriceByDiscountAct(ctx *jxcontext.Context) {
|
|||||||
dao.Rollback(db)
|
dao.Rollback(db)
|
||||||
}
|
}
|
||||||
actStoreSkuMap.ActualActPrice = actStoreSkuMap.VendorPrice
|
actStoreSkuMap.ActualActPrice = actStoreSkuMap.VendorPrice
|
||||||
|
actStoreSkuMap.TrendType = model.TrendTypeNothing
|
||||||
|
actStoreSkuMap.TrendPrice = 0
|
||||||
}
|
}
|
||||||
if _, err = dao.UpdateEntity(db, actStoreSkuMap, "ActualActPrice", "TrendType", "TrendPrice"); err != nil {
|
if _, err = dao.UpdateEntity(db, actStoreSkuMap, "ActualActPrice", "TrendType", "TrendPrice"); err != nil {
|
||||||
dao.Rollback(db)
|
dao.Rollback(db)
|
||||||
|
|||||||
Reference in New Issue
Block a user