Commit 4e7abd6e authored by 任国军's avatar 任国军

fix address

parent a884537b
Pipeline #27296 passed with stage
in 4 seconds
......@@ -391,6 +391,7 @@ class UserService extends Service {
if (ctx.isEmpty(address)) {
ctx.failed('地址不能为空');
}
address = JSON.stringify(address);
}
const orderNo = '11' + moment().format('YYYYMMDDHHMMSS') + await this.getRandomNumber(6);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment