Merge remote-tracking branch 'origin/bugfix' into release

This commit is contained in:
dy 2024-01-05 00:38:57 +08:00
commit bd4f128179

View File

@ -71,7 +71,7 @@ export default async function (call: ApiCall<ReqReceive, ResReceive>) {
if (rec >= _payDiff || data?.record?.[gift.id] == call.req.recId) return call.errorCode(-3)
prize.concat(gift[call.req.recId]);
prize.push(...gift[call.req.recId]);
update = {
$push: { [`record.${gift.id}`]: call.req.recId },
}