This commit is contained in:
parent
e05d3b0793
commit
632662c440
|
@ -28,7 +28,7 @@ module.exports = function(Self) {
|
|||
const date = Date.vnNew();
|
||||
date.setHours(0, 0, 0, 0);
|
||||
|
||||
const myOptions = {userId};
|
||||
const myOptions = {userId: ctx.req.accessToken.userId};
|
||||
let tx;
|
||||
|
||||
if (typeof options == 'object')
|
||||
|
|
Loading…
Reference in New Issue