差评扣款

This commit is contained in:
苏尹岚
2020-01-07 08:26:13 +08:00
parent 103bce68ba
commit 33f2e2b74d

View File

@@ -781,9 +781,6 @@ func AddUpdateOrdersSupplement(ctx *jxcontext.Context, ordersSupplement *model.O
id = ordersSupplement.ID
)
now := time.Now()
if *ordersSupplement.VendorID == -1 {
ordersSupplement.VendorID = nil
}
ordersSupplement.SupplementTime = &now
defer func() {
if r := recover(); r != nil || err != nil {