@@ -40,7 +40,6 @@ class UserController extends Controller {
async businessuser() {
const res = await this.service.businessuser(this.ctx.query);
- console.log(res);
this.ctx.ok({ ...res });
}