UpdateStore中对于autoEnableAt的处理
This commit is contained in:
@@ -805,6 +805,7 @@ func UpdateStore(ctx *jxcontext.Context, storeID int, payload map[string]interfa
|
||||
status = model.StoreStatusHaveRest
|
||||
} else {
|
||||
status = model.StoreStatusClosed
|
||||
valid["autoEnableAt"] = nil
|
||||
}
|
||||
valid["status"] = status
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user