差评扣款
This commit is contained in:
@@ -781,9 +781,6 @@ func AddUpdateOrdersSupplement(ctx *jxcontext.Context, ordersSupplement *model.O
|
|||||||
id = ordersSupplement.ID
|
id = ordersSupplement.ID
|
||||||
)
|
)
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
if *ordersSupplement.VendorID == -1 {
|
|
||||||
ordersSupplement.VendorID = nil
|
|
||||||
}
|
|
||||||
ordersSupplement.SupplementTime = &now
|
ordersSupplement.SupplementTime = &now
|
||||||
defer func() {
|
defer func() {
|
||||||
if r := recover(); r != nil || err != nil {
|
if r := recover(); r != nil || err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user