差评扣款
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user