2024-12-11 11:01:43.529 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:01:43.650 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: admin(String) 2024-12-11 11:01:43.704 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 2 2024-12-11 11:01:43.707 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:01:43.708 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : ==> Parameters: 3(Long), 3(Long), 3(Long) 2024-12-11 11:01:43.752 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:01:43.816 WARN 26168 --- [http-nio-8092-exec-8] c.b.m.service.impl.UmsAdminServiceImpl : 登录异常:密码不正确 2024-12-11 11:01:43.824 INFO 26168 --- [http-nio-8092-exec-8] com.buy507.mall.component.WebLogAspect : {"result":{"code":404,"message":"用户名或密码错误"},"basePath":"http://localhost:8092","method":"POST","parameter":{"password":"123456","username":"admin"},"description":"登录以后返回token","startTime":1733886098038,"uri":"/admin/login","url":"http://localhost:8092/admin/login","spendTime":5781} 2024-12-11 11:01:49.811 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:01:49.813 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: admin(String) 2024-12-11 11:01:49.860 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 2 2024-12-11 11:01:49.860 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:01:49.861 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.d.U.getPermissionList : ==> Parameters: 3(Long), 3(Long), 3(Long) 2024-12-11 11:01:49.904 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:01:49.971 WARN 26168 --- [http-nio-8092-exec-5] c.b.m.service.impl.UmsAdminServiceImpl : 登录异常:密码不正确 2024-12-11 11:01:49.971 INFO 26168 --- [http-nio-8092-exec-5] com.buy507.mall.component.WebLogAspect : {"result":{"code":404,"message":"用户名或密码错误"},"basePath":"http://localhost:8092","method":"POST","parameter":{"password":"admin","username":"admin"},"description":"登录以后返回token","startTime":1733886109810,"uri":"/admin/login","url":"http://localhost:8092/admin/login","spendTime":161} 2024-12-11 11:01:54.794 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:01:54.795 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: admin(String) 2024-12-11 11:01:54.839 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 2 2024-12-11 11:01:54.840 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:01:54.840 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : ==> Parameters: 3(Long), 3(Long), 3(Long) 2024-12-11 11:01:54.884 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:01:54.938 WARN 26168 --- [http-nio-8092-exec-1] c.b.m.service.impl.UmsAdminServiceImpl : 登录异常:密码不正确 2024-12-11 11:01:54.939 INFO 26168 --- [http-nio-8092-exec-1] com.buy507.mall.component.WebLogAspect : {"result":{"code":404,"message":"用户名或密码错误"},"basePath":"http://localhost:8092","method":"POST","parameter":{"password":"marco123","username":"admin"},"description":"登录以后返回token","startTime":1733886114793,"uri":"/admin/login","url":"http://localhost:8092/admin/login","spendTime":146} 2024-12-11 11:02:01.743 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:02:01.744 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:02:01.954 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:02:01.959 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:02:01.960 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:02:02.002 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:02:02.065 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:02:02.065 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:02:02.109 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:02:02.111 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminLoginLogMapper.insert : ==> Preparing: insert into ums_admin_login_log (admin_id, create_time, ip, address, user_agent) values (?, ?, ?, ?, ?) 2024-12-11 11:02:02.115 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminLoginLogMapper.insert : ==> Parameters: 11(Long), 2024-12-11 11:02:02.109(Timestamp), 0:0:0:0:0:0:0:1(String), null, null 2024-12-11 11:02:02.203 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminLoginLogMapper.insert : <== Updates: 1 2024-12-11 11:02:02.204 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.U.insert!selectKey : ==> Preparing: SELECT LAST_INSERT_ID() 2024-12-11 11:02:02.204 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.U.insert!selectKey : ==> Parameters: 2024-12-11 11:02:02.247 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.U.insert!selectKey : <== Total: 1 2024-12-11 11:02:02.248 INFO 26168 --- [http-nio-8092-exec-2] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"tokenHead":"Bearer ","token":"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZGFkYWQiLCJjcmVhdGVkIjoxNzMzODg2MTIyMDU5LCJleHAiOjE3MzQ0OTA5MjJ9.FyycTC0WbKJCLW0jKsEFtFYym1760DEGxeYkbah8kRE7u2IbJSnBCz-kRVkYlrFbaUYbtwu2wx4w7g88imGVYA"},"message":"操作成功"},"basePath":"http://localhost:8092","method":"POST","ip":"adadad","parameter":{"password":"adadad","username":"adadad"},"description":"登录以后返回token","startTime":1733886121742,"uri":"/admin/login","url":"http://localhost:8092/admin/login","spendTime":506} 2024-12-11 11:02:02.270 INFO 26168 --- [http-nio-8092-exec-4] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:02:02.271 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:02:02.272 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:02:02.314 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:02:02.314 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:02:02.315 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:02:02.364 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:02:02.366 INFO 26168 --- [http-nio-8092-exec-4] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:02:02.369 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:02:02.369 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:02:02.412 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:02:02.412 INFO 26168 --- [http-nio-8092-exec-4] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"roles":["admin"],"icon":"string","username":"adadad"},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"获取当前登录用户信息","startTime":1733886122368,"uri":"/admin/info","url":"http://localhost:8092/admin/info","spendTime":44} 2024-12-11 11:05:16.367 INFO 26168 --- [http-nio-8092-exec-8] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:05:16.433 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:05:16.433 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:05:16.476 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:05:16.476 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:05:16.476 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:05:16.520 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:05:16.522 INFO 26168 --- [http-nio-8092-exec-8] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:05:16.523 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:05:16.523 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:05:16.566 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:05:16.567 INFO 26168 --- [http-nio-8092-exec-8] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"roles":["admin"],"icon":"string","username":"adadad"},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"获取当前登录用户信息","startTime":1733886316523,"uri":"/admin/info","url":"http://localhost:8092/admin/info","spendTime":44} 2024-12-11 11:05:26.218 INFO 26168 --- [http-nio-8092-exec-1] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:05:26.220 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:05:26.220 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:05:26.263 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:05:26.264 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:05:26.264 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:05:26.310 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:05:26.312 INFO 26168 --- [http-nio-8092-exec-1] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:05:26.324 INFO 26168 --- [http-nio-8092-exec-1] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"message":"操作成功"},"basePath":"http://localhost:8092","method":"POST","ip":"adadad","description":"登出功能","startTime":1733886326322,"uri":"/admin/logout","url":"http://localhost:8092/admin/logout","spendTime":2} 2024-12-11 11:15:27.407 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:15:27.408 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:15:27.456 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:15:27.457 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:15:27.457 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:15:27.502 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:15:27.559 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:15:27.559 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:15:27.602 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:15:27.603 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminLoginLogMapper.insert : ==> Preparing: insert into ums_admin_login_log (admin_id, create_time, ip, address, user_agent) values (?, ?, ?, ?, ?) 2024-12-11 11:15:27.604 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminLoginLogMapper.insert : ==> Parameters: 11(Long), 2024-12-11 11:15:27.602(Timestamp), 0:0:0:0:0:0:0:1(String), null, null 2024-12-11 11:15:27.690 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminLoginLogMapper.insert : <== Updates: 1 2024-12-11 11:15:27.690 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.U.insert!selectKey : ==> Preparing: SELECT LAST_INSERT_ID() 2024-12-11 11:15:27.690 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.U.insert!selectKey : ==> Parameters: 2024-12-11 11:15:27.737 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.U.insert!selectKey : <== Total: 1 2024-12-11 11:15:27.739 INFO 26168 --- [http-nio-8092-exec-10] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"tokenHead":"Bearer ","token":"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZGFkYWQiLCJjcmVhdGVkIjoxNzMzODg2OTI3NTU3LCJleHAiOjE3MzQ0OTE3Mjd9.855JZUMTp_UX-2NmcnDnZVV5laXURkIkKRscmdLCjfrcZ7woECulUAmda-xvHcmf9xBqzptdvNTfQUfRTBc3ZQ"},"message":"操作成功"},"basePath":"http://localhost:8092","method":"POST","ip":"adadad","parameter":{"password":"adadad","username":"adadad"},"description":"登录以后返回token","startTime":1733886922317,"uri":"/admin/login","url":"http://localhost:8092/admin/login","spendTime":5421} 2024-12-11 11:15:27.757 INFO 26168 --- [http-nio-8092-exec-9] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:15:27.758 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:15:27.759 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:15:27.802 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:15:27.803 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:15:27.803 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:15:27.846 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:15:27.847 INFO 26168 --- [http-nio-8092-exec-9] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:15:27.849 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:15:27.849 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:15:27.892 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:15:27.892 INFO 26168 --- [http-nio-8092-exec-9] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"roles":["admin"],"icon":"string","username":"adadad"},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"获取当前登录用户信息","startTime":1733886927848,"uri":"/admin/info","url":"http://localhost:8092/admin/info","spendTime":44} 2024-12-11 11:15:35.476 INFO 26168 --- [http-nio-8092-exec-5] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:15:35.476 INFO 26168 --- [http-nio-8092-exec-1] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:15:35.477 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:15:35.477 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:15:35.484 INFO 26168 --- [http-nio-8092-exec-6] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:15:35.520 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:15:35.521 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:15:35.521 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:15:35.565 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:15:35.566 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:15:35.566 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:15:35.611 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:15:35.612 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:15:35.612 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:15:35.654 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:15:35.655 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:15:35.655 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:15:35.656 INFO 26168 --- [http-nio-8092-exec-6] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:15:35.697 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:15:35.698 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:15:35.698 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:15:35.699 INFO 26168 --- [http-nio-8092-exec-5] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:15:35.741 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:15:35.742 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.P.selectByExample : ==> Preparing: select id, parent_id, name, level, product_count, product_unit, nav_status, show_status, sort, icon, keywords from pms_product_category 2024-12-11 11:15:35.742 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.P.selectByExample : ==> Parameters: 2024-12-11 11:15:35.742 INFO 26168 --- [http-nio-8092-exec-1] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:15:35.788 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.P.selectByExample : <== Total: 44 2024-12-11 11:15:35.788 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.P.selectByExample_COUNT : ==> Preparing: SELECT count(0) FROM pms_product WHERE (delete_status = ?) 2024-12-11 11:15:35.789 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.P.selectByExample_COUNT : ==> Parameters: 0(Integer) 2024-12-11 11:15:35.789 INFO 26168 --- [http-nio-8092-exec-6] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":[{"children":[{"label":"外套","value":7},{"label":"T恤","value":8},{"label":"休闲裤","value":9},{"label":"牛仔裤","value":10},{"label":"衬衫","value":11},{"label":"男鞋","value":29}],"label":"服装","value":1},{"children":[{"label":"手机通讯","value":19},{"label":"手机配件","value":30},{"label":"摄影摄像","value":31},{"label":"影音娱乐","value":32},{"label":"数码配件","value":33},{"label":"智能设备","value":34}],"label":"手机数码","value":2},{"children":[{"label":"电视","value":35},{"label":"空调","value":36},{"label":"洗衣机","value":37},{"label":"冰箱","value":38},{"label":"厨卫大电","value":39},{"label":"厨房小电","value":40},{"label":"生活电器","value":41},{"label":"个护健康","value":42}],"label":"家用电器","value":3},{"children":[{"label":"厨房卫浴","value":43},{"label":"灯饰照明","value":44},{"label":"五金工具","value":45},{"label":"卧室家具","value":46},{"label":"客厅家具","value":47}],"label":"家具家装","value":4},{"children":[{"label":"全新整车","value":48},{"label":"车载电器","value":49},{"label":"维修保养","value":50},{"label":"汽车装饰","value":51}],"label":"汽车用品","value":5},{"children":[{"label":"平板电脑","value":53},{"label":"笔记本","value":54},{"label":"硬盘","value":55}],"label":"电脑办公","value":52},{"children":[{"label":"洗洗","value":57}],"label":"日常","value":56},{"children":[{"label":"壮阳","value":59}],"label":"保健药","value":58}],"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"查询所有一级分类及子分类","startTime":1733886935658,"uri":"/productCategory/list/productCategoryOptions","url":"http://localhost:8092/productCategory/list/productCategoryOptions","spendTime":130} 2024-12-11 11:15:35.831 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.P.selectByExample_COUNT : <== Total: 1 2024-12-11 11:15:35.832 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.P.selectByExample : ==> Preparing: select id, brand_id, product_category_id, feight_template_id, product_attribute_category_id, name, pic, product_sn, delete_status, publish_status, new_status, recommand_status, verify_status, sort, sale, price, promotion_price, gift_growth, gift_point, use_point_limit, sub_title, original_price, stock, low_stock, unit, weight, preview_status, service_ids, keywords, note, album_pics, detail_title, promotion_start_time, promotion_end_time, promotion_per_limit, promotion_type, brand_name, product_category_name, distribution_flag from pms_product WHERE ( delete_status = ? ) LIMIT ? 2024-12-11 11:15:35.832 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.P.selectByExample : ==> Parameters: 0(Integer), 5(Integer) 2024-12-11 11:15:35.878 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.P.selectByExample : <== Total: 5 2024-12-11 11:15:35.879 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.P.selectByExample_COUNT : ==> Preparing: SELECT count(0) FROM pms_brand 2024-12-11 11:15:35.879 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.P.selectByExample_COUNT : ==> Parameters: 2024-12-11 11:15:35.883 INFO 26168 --- [http-nio-8092-exec-5] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":43,"totalPage":9,"pageSize":5,"list":[{"note":"","newStatus":1,"originalPrice":4288,"keywords":"","promotionPrice":3659,"productCategoryName":"手机通讯","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/5ac1bf58Ndefaac16.jpg","productCategoryId":19,"recommandStatus":1,"verifyStatus":0,"subTitle":"AI智慧全面屏 6GB +64GB 亮黑色 全网通版 移动联通电信4G手机 双卡双待手机 双卡双待","deleteStatus":0,"price":3788,"usePointLimit":0,"id":26,"giftGrowth":3788,"stock":1000,"publishStatus":0,"promotionType":1,"brandName":"华为","productSn":"6946605","albumPics":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/5ab46a3cN616bdc41.jpg,http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/5ac1bf5fN2522b9dc.jpg","productAttributeCategoryId":3,"promotionStartTime":1673336978000,"weight":0,"detailTitle":"","sort":100,"giftPoint":3788,"promotionPerLimit":0,"sale":100,"unit":"件","serviceIds":"2,3,1","brandId":3,"name":"华为 HUAWEI P20 ","previewStatus":1,"promotionEndTime":1675094400000},{"note":"","newStatus":1,"originalPrice":2699,"keywords":"","productCategoryName":"手机通讯","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/xiaomi.jpg","productCategoryId":19,"recommandStatus":1,"verifyStatus":0,"subTitle":"骁龙845处理器,红外人脸解锁,AI变焦双摄,AI语音助手小米6X低至1299,点击抢购","deleteStatus":0,"price":2699,"usePointLimit":0,"id":27,"giftGrowth":2699,"stock":100,"publishStatus":0,"promotionType":3,"brandName":"小米","productSn":"7437788","albumPics":"","productAttributeCategoryId":3,"weight":0,"detailTitle":"","sort":0,"giftPoint":2699,"promotionPerLimit":0,"sale":99,"unit":"","serviceIds":"1","brandId":6,"name":"小米8 全面屏游戏智能手机 6GB+64GB 黑色 全网通4G 双卡双待","previewStatus":0},{"note":"","newStatus":1,"originalPrice":649,"keywords":"","productCategoryName":"手机通讯","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/5a9d248cN071f4959.jpg","productCategoryId":19,"recommandStatus":1,"verifyStatus":0,"subTitle":"8天超长待机,137g轻巧机身,高通骁龙处理器小米6X低至1299,点击抢购","deleteStatus":0,"price":649,"usePointLimit":0,"id":28,"giftGrowth":649,"stock":100,"publishStatus":0,"promotionType":4,"brandName":"小米","productSn":"7437789","albumPics":"","productAttributeCategoryId":3,"weight":0,"detailTitle":"","sort":0,"giftPoint":649,"promotionPerLimit":0,"sale":98,"unit":"","serviceIds":"","brandId":6,"name":"小米 红米5A 全网通版 3GB+32GB 香槟金 移动联通电信4G手机 双卡双待","previewStatus":0},{"note":"","newStatus":1,"originalPrice":5499,"keywords":"","promotionPrice":4799,"productCategoryName":"手机通讯","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/5acc5248N6a5f81cd.jpg","productCategoryId":19,"recommandStatus":1,"verifyStatus":0,"subTitle":"【限时限量抢购】Apple产品年中狂欢节,好物尽享,美在智慧!速来 >> 勾选[保障服务][原厂保2年],获得AppleCare+全方位服务计划,原厂延保售后无忧。","deleteStatus":0,"price":5499,"usePointLimit":0,"id":29,"giftGrowth":5499,"stock":100,"publishStatus":0,"promotionType":1,"brandName":"苹果","productSn":"7437799","albumPics":"","productAttributeCategoryId":3,"promotionStartTime":1588576374000,"weight":0,"detailTitle":"","sort":0,"giftPoint":5499,"promotionPerLimit":0,"sale":97,"unit":"","serviceIds":"1,2,3","brandId":51,"name":"Apple iPhone 8 Plus 64GB 红色特别版 移动联通电信4G手机","previewStatus":0,"promotionEndTime":1590768000000},{"note":"","newStatus":1,"originalPrice":98,"keywords":"","productCategoryName":"T恤","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/5ad83a4fN6ff67ecd.jpg!cc_350x449.jpg","productCategoryId":8,"recommandStatus":1,"verifyStatus":0,"subTitle":"2018夏季新品微弹舒适新款短T男生 6月6日-6月20日,满300减30,参与互动赢百元礼券,立即分享赢大奖","deleteStatus":0,"price":98,"usePointLimit":0,"id":30,"giftGrowth":0,"stock":100,"publishStatus":0,"promotionType":0,"brandName":"海澜之家","productSn":"HNTBJ2E042A","albumPics":"","productAttributeCategoryId":1,"weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":50,"name":"HLA海澜之家简约动物印花短袖T恤","previewStatus":0}],"pageNum":1},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{"pageSize":5},{"pageNum":1}],"description":"查询商品","startTime":1733886935708,"uri":"/product/list","url":"http://localhost:8092/product/list","spendTime":171} 2024-12-11 11:15:35.928 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.P.selectByExample_COUNT : <== Total: 1 2024-12-11 11:15:35.929 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.PmsBrandMapper.selectByExample : ==> Preparing: select id, name, first_letter, sort, factory_status, show_status, product_count, product_comment_count, logo, big_pic from pms_brand order by sort desc LIMIT ? 2024-12-11 11:15:35.929 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.PmsBrandMapper.selectByExample : ==> Parameters: 100(Integer) 2024-12-11 11:15:35.981 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.PmsBrandMapper.selectByExample : <== Total: 13 2024-12-11 11:15:35.982 INFO 26168 --- [http-nio-8092-exec-1] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":13,"totalPage":1,"pageSize":100,"list":[{"productCommentCount":100,"name":"小米","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/xiaomi_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5565f5a2N0b8169ae.jpg","showStatus":0,"id":6,"sort":500,"productCount":100,"firstLetter":"M","factoryStatus":1},{"productCommentCount":400,"name":"七匹狼","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20190525/qipilang.png","showStatus":0,"id":49,"sort":200,"productCount":77,"firstLetter":"S","factoryStatus":1},{"productCommentCount":300,"name":"海澜之家","bigPic":"http://img10.360buyimg.com/cms/jfs/t1/133148/4/1605/470028/5edaf5ccEd7a687a9/e0a007631361ff75.jpg","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5a5c69b9N5d6c5696.jpg","showStatus":0,"id":50,"sort":200,"productCount":66,"firstLetter":"H","factoryStatus":1},{"productCommentCount":200,"name":"苹果","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/apple_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/49b30bb0377030d1.jpg","showStatus":0,"id":51,"sort":200,"productCount":55,"firstLetter":"A","factoryStatus":1},{"productCommentCount":100,"name":"三星","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/sanxing_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/57201b47N7bf15715.jpg","showStatus":0,"id":2,"sort":100,"productCount":100,"firstLetter":"S","factoryStatus":1},{"productCommentCount":100,"name":"华为","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/huawei_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5abf6f26N31658aa2.jpg","showStatus":0,"id":3,"sort":100,"productCount":100,"firstLetter":"H","factoryStatus":1},{"productCommentCount":100,"name":"格力","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg (3).jpg","showStatus":0,"id":4,"sort":30,"productCount":100,"firstLetter":"G","factoryStatus":1},{"productCommentCount":100,"name":"方太","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg (4).jpg","showStatus":0,"id":5,"sort":20,"productCount":100,"firstLetter":"F","factoryStatus":1},{"productCommentCount":100,"name":"万和","bigPic":"http://img13.360buyimg.com/cms/jfs/t1/121860/35/2430/187800/5ec4e294E22f3ffcc/1e233b65b94ba192.jpg","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5b07ca8aN4e127d2f.jpg","showStatus":0,"id":1,"sort":0,"productCount":100,"firstLetter":"W","factoryStatus":1},{"productCommentCount":500,"name":"OPPO","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/oppo_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg(6).jpg","showStatus":0,"id":21,"sort":0,"productCount":88,"firstLetter":"O","factoryStatus":1},{"productCommentCount":100,"name":"NIKE","bigPic":"","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/timg (51).jpg","showStatus":0,"id":58,"sort":0,"productCount":33,"firstLetter":"N","factoryStatus":1},{"name":"测试品牌","bigPic":"http://localhost:9000/mall/20220609/biji_05.jpg","logo":"http://localhost:9000/mall/20220609/Snipaste_2022-06-08_14-35-53.png","showStatus":1,"id":59,"sort":0,"firstLetter":"C","factoryStatus":0},{"name":"自主品牌","bigPic":"","logo":"","showStatus":0,"id":60,"sort":0,"firstLetter":"自","factoryStatus":0}],"pageNum":1},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{},{"pageNum":1},{"pageSize":100}],"description":"根据品牌名称分页获取品牌列表","startTime":1733886935745,"uri":"/brand/list","url":"http://localhost:8092/brand/list","spendTime":236} 2024-12-11 11:17:20.269 INFO 26168 --- [http-nio-8092-exec-3] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:17:20.322 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:17:20.323 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:17:20.368 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:17:20.368 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:17:20.369 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:17:20.412 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:17:20.414 INFO 26168 --- [http-nio-8092-exec-3] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:17:20.417 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:17:20.417 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:17:20.460 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:17:20.461 INFO 26168 --- [http-nio-8092-exec-3] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"roles":["admin"],"icon":"string","username":"adadad"},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"获取当前登录用户信息","startTime":1733887040416,"uri":"/admin/info","url":"http://localhost:8092/admin/info","spendTime":44} 2024-12-11 11:17:20.640 INFO 26168 --- [http-nio-8092-exec-5] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:17:20.641 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:17:20.642 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:17:20.644 INFO 26168 --- [http-nio-8092-exec-1] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:17:20.645 INFO 26168 --- [http-nio-8092-exec-2] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:17:20.686 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:17:20.687 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:17:20.687 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:17:20.697 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:17:20.697 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:17:20.731 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:17:20.731 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:17:20.731 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:17:20.739 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:17:20.739 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:17:20.740 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:17:20.774 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:17:20.775 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:17:20.775 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:17:20.776 INFO 26168 --- [http-nio-8092-exec-5] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:17:20.782 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:17:20.783 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.P.selectByExample_COUNT : ==> Preparing: SELECT count(0) FROM pms_product WHERE (delete_status = ?) 2024-12-11 11:17:20.783 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.P.selectByExample_COUNT : ==> Parameters: 0(Integer) 2024-12-11 11:17:20.784 INFO 26168 --- [http-nio-8092-exec-2] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:17:20.818 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:17:20.818 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.P.selectByExample : ==> Preparing: select id, parent_id, name, level, product_count, product_unit, nav_status, show_status, sort, icon, keywords from pms_product_category 2024-12-11 11:17:20.818 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.P.selectByExample : ==> Parameters: 2024-12-11 11:17:20.819 INFO 26168 --- [http-nio-8092-exec-1] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:17:20.825 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.P.selectByExample_COUNT : <== Total: 1 2024-12-11 11:17:20.825 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.P.selectByExample : ==> Preparing: select id, brand_id, product_category_id, feight_template_id, product_attribute_category_id, name, pic, product_sn, delete_status, publish_status, new_status, recommand_status, verify_status, sort, sale, price, promotion_price, gift_growth, gift_point, use_point_limit, sub_title, original_price, stock, low_stock, unit, weight, preview_status, service_ids, keywords, note, album_pics, detail_title, promotion_start_time, promotion_end_time, promotion_per_limit, promotion_type, brand_name, product_category_name, distribution_flag from pms_product WHERE ( delete_status = ? ) LIMIT ? 2024-12-11 11:17:20.826 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.P.selectByExample : ==> Parameters: 0(Integer), 5(Integer) 2024-12-11 11:17:20.865 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.P.selectByExample : <== Total: 44 2024-12-11 11:17:20.865 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.P.selectByExample_COUNT : ==> Preparing: SELECT count(0) FROM pms_brand 2024-12-11 11:17:20.865 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.P.selectByExample_COUNT : ==> Parameters: 2024-12-11 11:17:20.866 INFO 26168 --- [http-nio-8092-exec-2] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":[{"children":[{"label":"外套","value":7},{"label":"T恤","value":8},{"label":"休闲裤","value":9},{"label":"牛仔裤","value":10},{"label":"衬衫","value":11},{"label":"男鞋","value":29}],"label":"服装","value":1},{"children":[{"label":"手机通讯","value":19},{"label":"手机配件","value":30},{"label":"摄影摄像","value":31},{"label":"影音娱乐","value":32},{"label":"数码配件","value":33},{"label":"智能设备","value":34}],"label":"手机数码","value":2},{"children":[{"label":"电视","value":35},{"label":"空调","value":36},{"label":"洗衣机","value":37},{"label":"冰箱","value":38},{"label":"厨卫大电","value":39},{"label":"厨房小电","value":40},{"label":"生活电器","value":41},{"label":"个护健康","value":42}],"label":"家用电器","value":3},{"children":[{"label":"厨房卫浴","value":43},{"label":"灯饰照明","value":44},{"label":"五金工具","value":45},{"label":"卧室家具","value":46},{"label":"客厅家具","value":47}],"label":"家具家装","value":4},{"children":[{"label":"全新整车","value":48},{"label":"车载电器","value":49},{"label":"维修保养","value":50},{"label":"汽车装饰","value":51}],"label":"汽车用品","value":5},{"children":[{"label":"平板电脑","value":53},{"label":"笔记本","value":54},{"label":"硬盘","value":55}],"label":"电脑办公","value":52},{"children":[{"label":"洗洗","value":57}],"label":"日常","value":56},{"children":[{"label":"壮阳","value":59}],"label":"保健药","value":58}],"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"查询所有一级分类及子分类","startTime":1733887040785,"uri":"/productCategory/list/productCategoryOptions","url":"http://localhost:8092/productCategory/list/productCategoryOptions","spendTime":80} 2024-12-11 11:17:20.869 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.P.selectByExample : <== Total: 5 2024-12-11 11:17:20.870 INFO 26168 --- [http-nio-8092-exec-5] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":43,"totalPage":9,"pageSize":5,"list":[{"note":"","newStatus":1,"originalPrice":4288,"keywords":"","promotionPrice":3659,"productCategoryName":"手机通讯","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/5ac1bf58Ndefaac16.jpg","productCategoryId":19,"recommandStatus":1,"verifyStatus":0,"subTitle":"AI智慧全面屏 6GB +64GB 亮黑色 全网通版 移动联通电信4G手机 双卡双待手机 双卡双待","deleteStatus":0,"price":3788,"usePointLimit":0,"id":26,"giftGrowth":3788,"stock":1000,"publishStatus":0,"promotionType":1,"brandName":"华为","productSn":"6946605","albumPics":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/5ab46a3cN616bdc41.jpg,http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/5ac1bf5fN2522b9dc.jpg","productAttributeCategoryId":3,"promotionStartTime":1673336978000,"weight":0,"detailTitle":"","sort":100,"giftPoint":3788,"promotionPerLimit":0,"sale":100,"unit":"件","serviceIds":"2,3,1","brandId":3,"name":"华为 HUAWEI P20 ","previewStatus":1,"promotionEndTime":1675094400000},{"note":"","newStatus":1,"originalPrice":2699,"keywords":"","productCategoryName":"手机通讯","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/xiaomi.jpg","productCategoryId":19,"recommandStatus":1,"verifyStatus":0,"subTitle":"骁龙845处理器,红外人脸解锁,AI变焦双摄,AI语音助手小米6X低至1299,点击抢购","deleteStatus":0,"price":2699,"usePointLimit":0,"id":27,"giftGrowth":2699,"stock":100,"publishStatus":0,"promotionType":3,"brandName":"小米","productSn":"7437788","albumPics":"","productAttributeCategoryId":3,"weight":0,"detailTitle":"","sort":0,"giftPoint":2699,"promotionPerLimit":0,"sale":99,"unit":"","serviceIds":"1","brandId":6,"name":"小米8 全面屏游戏智能手机 6GB+64GB 黑色 全网通4G 双卡双待","previewStatus":0},{"note":"","newStatus":1,"originalPrice":649,"keywords":"","productCategoryName":"手机通讯","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/5a9d248cN071f4959.jpg","productCategoryId":19,"recommandStatus":1,"verifyStatus":0,"subTitle":"8天超长待机,137g轻巧机身,高通骁龙处理器小米6X低至1299,点击抢购","deleteStatus":0,"price":649,"usePointLimit":0,"id":28,"giftGrowth":649,"stock":100,"publishStatus":0,"promotionType":4,"brandName":"小米","productSn":"7437789","albumPics":"","productAttributeCategoryId":3,"weight":0,"detailTitle":"","sort":0,"giftPoint":649,"promotionPerLimit":0,"sale":98,"unit":"","serviceIds":"","brandId":6,"name":"小米 红米5A 全网通版 3GB+32GB 香槟金 移动联通电信4G手机 双卡双待","previewStatus":0},{"note":"","newStatus":1,"originalPrice":5499,"keywords":"","promotionPrice":4799,"productCategoryName":"手机通讯","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/5acc5248N6a5f81cd.jpg","productCategoryId":19,"recommandStatus":1,"verifyStatus":0,"subTitle":"【限时限量抢购】Apple产品年中狂欢节,好物尽享,美在智慧!速来 >> 勾选[保障服务][原厂保2年],获得AppleCare+全方位服务计划,原厂延保售后无忧。","deleteStatus":0,"price":5499,"usePointLimit":0,"id":29,"giftGrowth":5499,"stock":100,"publishStatus":0,"promotionType":1,"brandName":"苹果","productSn":"7437799","albumPics":"","productAttributeCategoryId":3,"promotionStartTime":1588576374000,"weight":0,"detailTitle":"","sort":0,"giftPoint":5499,"promotionPerLimit":0,"sale":97,"unit":"","serviceIds":"1,2,3","brandId":51,"name":"Apple iPhone 8 Plus 64GB 红色特别版 移动联通电信4G手机","previewStatus":0,"promotionEndTime":1590768000000},{"note":"","newStatus":1,"originalPrice":98,"keywords":"","productCategoryName":"T恤","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/5ad83a4fN6ff67ecd.jpg!cc_350x449.jpg","productCategoryId":8,"recommandStatus":1,"verifyStatus":0,"subTitle":"2018夏季新品微弹舒适新款短T男生 6月6日-6月20日,满300减30,参与互动赢百元礼券,立即分享赢大奖","deleteStatus":0,"price":98,"usePointLimit":0,"id":30,"giftGrowth":0,"stock":100,"publishStatus":0,"promotionType":0,"brandName":"海澜之家","productSn":"HNTBJ2E042A","albumPics":"","productAttributeCategoryId":1,"weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":50,"name":"HLA海澜之家简约动物印花短袖T恤","previewStatus":0}],"pageNum":1},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{"pageSize":5},{"pageNum":1}],"description":"查询商品","startTime":1733887040777,"uri":"/product/list","url":"http://localhost:8092/product/list","spendTime":93} 2024-12-11 11:17:20.907 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.P.selectByExample_COUNT : <== Total: 1 2024-12-11 11:17:20.908 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.PmsBrandMapper.selectByExample : ==> Preparing: select id, name, first_letter, sort, factory_status, show_status, product_count, product_comment_count, logo, big_pic from pms_brand order by sort desc LIMIT ? 2024-12-11 11:17:20.909 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.PmsBrandMapper.selectByExample : ==> Parameters: 100(Integer) 2024-12-11 11:17:20.951 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.PmsBrandMapper.selectByExample : <== Total: 13 2024-12-11 11:17:20.953 INFO 26168 --- [http-nio-8092-exec-1] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":13,"totalPage":1,"pageSize":100,"list":[{"productCommentCount":100,"name":"小米","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/xiaomi_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5565f5a2N0b8169ae.jpg","showStatus":0,"id":6,"sort":500,"productCount":100,"firstLetter":"M","factoryStatus":1},{"productCommentCount":400,"name":"七匹狼","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20190525/qipilang.png","showStatus":0,"id":49,"sort":200,"productCount":77,"firstLetter":"S","factoryStatus":1},{"productCommentCount":300,"name":"海澜之家","bigPic":"http://img10.360buyimg.com/cms/jfs/t1/133148/4/1605/470028/5edaf5ccEd7a687a9/e0a007631361ff75.jpg","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5a5c69b9N5d6c5696.jpg","showStatus":0,"id":50,"sort":200,"productCount":66,"firstLetter":"H","factoryStatus":1},{"productCommentCount":200,"name":"苹果","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/apple_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/49b30bb0377030d1.jpg","showStatus":0,"id":51,"sort":200,"productCount":55,"firstLetter":"A","factoryStatus":1},{"productCommentCount":100,"name":"三星","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/sanxing_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/57201b47N7bf15715.jpg","showStatus":0,"id":2,"sort":100,"productCount":100,"firstLetter":"S","factoryStatus":1},{"productCommentCount":100,"name":"华为","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/huawei_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5abf6f26N31658aa2.jpg","showStatus":0,"id":3,"sort":100,"productCount":100,"firstLetter":"H","factoryStatus":1},{"productCommentCount":100,"name":"格力","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg (3).jpg","showStatus":0,"id":4,"sort":30,"productCount":100,"firstLetter":"G","factoryStatus":1},{"productCommentCount":100,"name":"方太","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg (4).jpg","showStatus":0,"id":5,"sort":20,"productCount":100,"firstLetter":"F","factoryStatus":1},{"productCommentCount":100,"name":"万和","bigPic":"http://img13.360buyimg.com/cms/jfs/t1/121860/35/2430/187800/5ec4e294E22f3ffcc/1e233b65b94ba192.jpg","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5b07ca8aN4e127d2f.jpg","showStatus":0,"id":1,"sort":0,"productCount":100,"firstLetter":"W","factoryStatus":1},{"productCommentCount":500,"name":"OPPO","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/oppo_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg(6).jpg","showStatus":0,"id":21,"sort":0,"productCount":88,"firstLetter":"O","factoryStatus":1},{"productCommentCount":100,"name":"NIKE","bigPic":"","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/timg (51).jpg","showStatus":0,"id":58,"sort":0,"productCount":33,"firstLetter":"N","factoryStatus":1},{"name":"测试品牌","bigPic":"http://localhost:9000/mall/20220609/biji_05.jpg","logo":"http://localhost:9000/mall/20220609/Snipaste_2022-06-08_14-35-53.png","showStatus":1,"id":59,"sort":0,"firstLetter":"C","factoryStatus":0},{"name":"自主品牌","bigPic":"","logo":"","showStatus":0,"id":60,"sort":0,"firstLetter":"自","factoryStatus":0}],"pageNum":1},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{},{"pageNum":1},{"pageSize":100}],"description":"根据品牌名称分页获取品牌列表","startTime":1733887040820,"uri":"/brand/list","url":"http://localhost:8092/brand/list","spendTime":132} 2024-12-11 11:17:23.520 INFO 26168 --- [http-nio-8092-exec-10] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:17:23.520 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:17:23.521 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:17:23.563 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:17:23.564 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:17:23.564 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:17:23.607 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:17:23.613 INFO 26168 --- [http-nio-8092-exec-10] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:17:23.614 INFO 26168 --- [http-nio-8092-exec-10] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"message":"操作成功"},"basePath":"http://localhost:8092","method":"POST","ip":"adadad","description":"登出功能","startTime":1733887043614,"uri":"/admin/logout","url":"http://localhost:8092/admin/logout","spendTime":0} 2024-12-11 11:17:27.182 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:17:27.183 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:17:27.226 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:17:27.226 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:17:27.227 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:17:27.270 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:17:27.358 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:17:27.358 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:17:27.402 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:17:27.403 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminLoginLogMapper.insert : ==> Preparing: insert into ums_admin_login_log (admin_id, create_time, ip, address, user_agent) values (?, ?, ?, ?, ?) 2024-12-11 11:17:27.403 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminLoginLogMapper.insert : ==> Parameters: 11(Long), 2024-12-11 11:17:27.403(Timestamp), 0:0:0:0:0:0:0:1(String), null, null 2024-12-11 11:17:27.491 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminLoginLogMapper.insert : <== Updates: 1 2024-12-11 11:17:27.491 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.U.insert!selectKey : ==> Preparing: SELECT LAST_INSERT_ID() 2024-12-11 11:17:27.491 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.U.insert!selectKey : ==> Parameters: 2024-12-11 11:17:27.533 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.U.insert!selectKey : <== Total: 1 2024-12-11 11:17:27.534 INFO 26168 --- [http-nio-8092-exec-7] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"tokenHead":"Bearer ","token":"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZGFkYWQiLCJjcmVhdGVkIjoxNzMzODg3MDQ3MzU3LCJleHAiOjE3MzQ0OTE4NDd9.pDhaS8Vd27gH-0U38v6ivDTG1IBN6BzdQ8ZVQyyrRwplFC9741YavZ89r4a78hVN0VIPRKECqSpi04bh50c8Yg"},"message":"操作成功"},"basePath":"http://localhost:8092","method":"POST","ip":"adadad","parameter":{"password":"adadad","username":"adadad"},"description":"登录以后返回token","startTime":1733887047181,"uri":"/admin/login","url":"http://localhost:8092/admin/login","spendTime":353} 2024-12-11 11:17:27.552 INFO 26168 --- [http-nio-8092-exec-5] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:17:27.553 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:17:27.553 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:17:27.598 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:17:27.598 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:17:27.599 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:17:27.643 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:17:27.645 INFO 26168 --- [http-nio-8092-exec-5] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:17:27.646 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:17:27.647 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:17:27.693 DEBUG 26168 --- [http-nio-8092-exec-5] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:17:27.693 INFO 26168 --- [http-nio-8092-exec-5] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"roles":["admin"],"icon":"string","username":"adadad"},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"获取当前登录用户信息","startTime":1733887047646,"uri":"/admin/info","url":"http://localhost:8092/admin/info","spendTime":47} 2024-12-11 11:17:30.595 INFO 26168 --- [http-nio-8092-exec-4] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:17:30.596 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:17:30.596 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:17:30.639 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:17:30.639 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:17:30.639 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:17:30.682 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:17:30.683 INFO 26168 --- [http-nio-8092-exec-4] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:17:30.784 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.mall.dao.OmsOrderDao.getList_COUNT : ==> Preparing: SELECT count(0) FROM oms_order WHERE delete_status = 0 2024-12-11 11:17:30.784 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.mall.dao.OmsOrderDao.getList_COUNT : ==> Parameters: 2024-12-11 11:17:30.826 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.mall.dao.OmsOrderDao.getList_COUNT : <== Total: 1 2024-12-11 11:17:30.827 DEBUG 26168 --- [http-nio-8092-exec-4] com.buy507.mall.dao.OmsOrderDao.getList : ==> Preparing: SELECT *, (select nickname from ums_member a where a.id = oms_order.member_id) as nickname FROM oms_order WHERE delete_status = 0 ORDER BY modify_time DESC LIMIT ? 2024-12-11 11:17:30.827 DEBUG 26168 --- [http-nio-8092-exec-4] com.buy507.mall.dao.OmsOrderDao.getList : ==> Parameters: 10(Integer) 2024-12-11 11:17:30.880 DEBUG 26168 --- [http-nio-8092-exec-4] com.buy507.mall.dao.OmsOrderDao.getList : <== Total: 10 2024-12-11 11:17:30.885 INFO 26168 --- [http-nio-8092-exec-4] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":81,"totalPage":9,"pageSize":10,"list":[{"orderType":0,"note":"","orderSn":"202412100100000012","integrationAmount":0,"discountAmount":0,"receiverProvince":"四川省","receiverCity":"成都市","autoConfirmDay":15,"couponAmount":0,"payAmount":899,"payType":0,"receiverPhone":"18728775376","modifyTime":1733827684000,"receiverPostCode":"000000","receiverRegion":"金牛区","settlementStatus":0,"deleteStatus":0,"memberUsername":"15198261361","nickname":"test","confirmStatus":0,"id":211,"memberId":14,"freightAmount":0,"receiverName":"陈锦鸿","deliveryType":0,"useIntegration":0,"promotionInfo":"无优惠","receiverDetailAddress":"青羊区201","totalAmount":899,"createTime":1733820484000,"sourceType":1,"integration":0,"growth":0,"promotionAmount":0,"status":4},{"orderType":0,"note":"","orderSn":"202412100100000011","integrationAmount":0,"discountAmount":0,"receiverProvince":"四川省","receiverCity":"成都市","autoConfirmDay":15,"couponAmount":0,"payAmount":899,"payType":0,"receiverPhone":"18728775376","modifyTime":1733819147000,"receiverPostCode":"000000","receiverRegion":"金牛区","settlementStatus":0,"deleteStatus":0,"memberUsername":"15198261361","nickname":"test","confirmStatus":0,"id":210,"memberId":14,"freightAmount":0,"receiverName":"陈锦鸿","deliveryType":0,"useIntegration":0,"promotionInfo":"无优惠","receiverDetailAddress":"青羊区201","totalAmount":899,"createTime":1733811947000,"sourceType":1,"integration":0,"growth":0,"promotionAmount":0,"status":4},{"orderType":0,"note":"","orderSn":"202412100100000010","integrationAmount":0,"discountAmount":0,"receiverProvince":"四川省","receiverCity":"成都市","autoConfirmDay":15,"couponAmount":0,"payAmount":899,"payType":0,"receiverPhone":"18728775376","modifyTime":1733819047000,"receiverPostCode":"000000","receiverRegion":"金牛区","settlementStatus":0,"deleteStatus":0,"memberUsername":"15198261361","nickname":"test","confirmStatus":0,"id":209,"memberId":14,"freightAmount":0,"receiverName":"陈锦鸿","deliveryType":0,"useIntegration":0,"promotionInfo":"无优惠","receiverDetailAddress":"青羊区201","totalAmount":899,"createTime":1733811847000,"sourceType":1,"integration":0,"growth":0,"promotionAmount":0,"status":4},{"orderType":0,"note":"","orderSn":"202412100100000008","integrationAmount":0,"discountAmount":0,"receiverProvince":"四川省","receiverCity":"成都市","autoConfirmDay":15,"couponAmount":0,"payAmount":899,"payType":0,"receiverPhone":"18728775376","modifyTime":1733817684000,"receiverPostCode":"000000","receiverRegion":"金牛区","settlementStatus":0,"deleteStatus":0,"memberUsername":"15198261361","nickname":"test","confirmStatus":0,"id":207,"memberId":14,"freightAmount":0,"receiverName":"陈锦鸿","deliveryType":0,"useIntegration":0,"promotionInfo":"无优惠","receiverDetailAddress":"青羊区201","totalAmount":899,"createTime":1733810484000,"sourceType":1,"integration":0,"growth":0,"promotionAmount":0,"status":4},{"orderType":0,"note":"","orderSn":"202412100100000007","integrationAmount":0,"discountAmount":0,"receiverProvince":"四川省","receiverCity":"成都市","autoConfirmDay":15,"couponAmount":0,"payAmount":899,"payType":0,"receiverPhone":"18728775376","modifyTime":1733817660000,"receiverPostCode":"000000","receiverRegion":"金牛区","settlementStatus":0,"deleteStatus":0,"memberUsername":"15198261361","nickname":"test","confirmStatus":0,"id":206,"memberId":14,"freightAmount":0,"receiverName":"陈锦鸿","deliveryType":1,"useIntegration":0,"promotionInfo":"无优惠","receiverDetailAddress":"青羊区201","totalAmount":899,"createTime":1733810460000,"sourceType":1,"integration":0,"growth":0,"promotionAmount":0,"status":4},{"orderType":0,"note":"","orderSn":"202412100100000006","integrationAmount":0,"discountAmount":0,"receiverProvince":"四川省","receiverCity":"成都市","autoConfirmDay":15,"couponAmount":0,"payAmount":899,"payType":0,"receiverPhone":"18728775376","modifyTime":1733816688000,"receiverPostCode":"000000","receiverRegion":"金牛区","settlementStatus":0,"deleteStatus":0,"memberUsername":"15198261361","nickname":"test","confirmStatus":0,"id":205,"memberId":14,"freightAmount":0,"receiverName":"陈锦鸿","deliveryType":0,"useIntegration":0,"promotionInfo":"无优惠","receiverDetailAddress":"青羊区201","totalAmount":899,"createTime":1733809488000,"sourceType":1,"integration":0,"growth":0,"promotionAmount":0,"status":4},{"orderType":0,"note":"","orderSn":"202412100100000005","integrationAmount":0,"discountAmount":0,"receiverProvince":"四川省","receiverCity":"成都市","autoConfirmDay":15,"couponAmount":0,"payAmount":899,"payType":0,"receiverPhone":"18728775376","modifyTime":1733815709000,"receiverPostCode":"000000","receiverRegion":"金牛区","settlementStatus":0,"deleteStatus":0,"memberUsername":"15198261361","nickname":"test","confirmStatus":0,"id":204,"memberId":14,"freightAmount":0,"receiverName":"陈锦鸿","deliveryType":0,"useIntegration":0,"promotionInfo":"无优惠","receiverDetailAddress":"青羊区201","totalAmount":899,"createTime":1733808509000,"sourceType":1,"integration":0,"growth":0,"promotionAmount":0,"status":4},{"orderType":0,"note":"","orderSn":"202412100100000004","integrationAmount":0,"discountAmount":0,"receiverProvince":"四川省","receiverCity":"成都市","autoConfirmDay":15,"couponAmount":0,"payAmount":899,"payType":0,"receiverPhone":"18728775376","modifyTime":1733815670000,"receiverPostCode":"000000","receiverRegion":"金牛区","settlementStatus":0,"deleteStatus":0,"memberUsername":"15198261361","nickname":"test","confirmStatus":0,"id":203,"memberId":14,"freightAmount":0,"receiverName":"陈锦鸿","deliveryType":0,"useIntegration":0,"promotionInfo":"无优惠","receiverDetailAddress":"青羊区201","totalAmount":899,"createTime":1733808470000,"sourceType":1,"integration":0,"growth":0,"promotionAmount":0,"status":4},{"orderType":0,"note":"","orderSn":"202412100100000009","integrationAmount":0,"discountAmount":0,"receiverProvince":"四川省","receiverCity":"成都市","autoConfirmDay":15,"couponAmount":0,"payAmount":899.1,"payType":0,"receiverPhone":"18728775376","modifyTime":1733811966000,"receiverPostCode":"000000","receiverRegion":"金牛区","settlementStatus":0,"deleteStatus":0,"memberUsername":"15198261361","nickname":"test","confirmStatus":0,"id":208,"memberId":14,"freightAmount":0,"receiverName":"陈锦鸿","deliveryType":0,"useIntegration":0,"promotionInfo":"无优惠","receiverDetailAddress":"青羊区201","totalAmount":899.1,"createTime":1733810497000,"sourceType":1,"integration":0,"growth":0,"promotionAmount":0,"status":4},{"orderType":0,"note":"","orderSn":"202412100100000001","integrationAmount":0,"discountAmount":0,"receiverProvince":"四川省","receiverCity":"成都市","autoConfirmDay":15,"couponAmount":0,"payAmount":899,"payType":0,"receiverPhone":"18728775376","modifyTime":1733808933000,"receiverPostCode":"000000","receiverRegion":"金牛区","settlementStatus":0,"deleteStatus":0,"memberUsername":"15198261361","nickname":"test","confirmStatus":0,"id":202,"memberId":14,"freightAmount":0,"receiverName":"陈锦鸿","deliveryType":0,"useIntegration":0,"promotionInfo":"无优惠","receiverDetailAddress":"青羊区201","totalAmount":899,"createTime":1733801731000,"sourceType":1,"integration":0,"growth":0,"promotionAmount":0,"status":4}],"pageNum":1},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{"pageSize":10},{"pageNum":1}],"description":"查询订单","startTime":1733887050712,"uri":"/order/list","url":"http://localhost:8092/order/list","spendTime":168} 2024-12-11 11:24:24.135 INFO 26168 --- [http-nio-8092-exec-8] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 11:24:28.043 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:24:28.044 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:24:28.095 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:24:28.095 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 11:24:28.096 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 11:24:28.141 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 11:24:28.143 INFO 26168 --- [http-nio-8092-exec-8] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 11:24:28.145 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 11:24:28.145 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 11:24:28.190 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 11:24:28.191 INFO 26168 --- [http-nio-8092-exec-8] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"roles":["admin"],"icon":"string","username":"adadad"},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"获取当前登录用户信息","startTime":1733887468145,"uri":"/admin/info","url":"http://localhost:8092/admin/info","spendTime":46} 2024-12-11 15:08:05.091 INFO 26168 --- [http-nio-8092-exec-10] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:08.110 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:08.111 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:08.161 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:08.162 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:08.162 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:08.207 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:08.209 INFO 26168 --- [http-nio-8092-exec-10] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:08.218 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:08.218 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:08.263 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:08.264 INFO 26168 --- [http-nio-8092-exec-10] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"roles":["admin"],"icon":"string","username":"adadad"},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"获取当前登录用户信息","startTime":1733900888217,"uri":"/admin/info","url":"http://localhost:8092/admin/info","spendTime":46} 2024-12-11 15:08:12.158 INFO 26168 --- [http-nio-8092-exec-4] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:12.159 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:12.159 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:12.162 INFO 26168 --- [http-nio-8092-exec-8] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:12.163 INFO 26168 --- [http-nio-8092-exec-7] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:12.205 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:12.206 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:12.206 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:12.250 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:12.251 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:12.252 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:12.296 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:12.297 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:12.297 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:12.342 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:12.342 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:12.342 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:12.343 INFO 26168 --- [http-nio-8092-exec-4] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:12.386 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:12.389 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:12.389 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:12.389 INFO 26168 --- [http-nio-8092-exec-8] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:12.434 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:12.436 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.P.selectByExample_COUNT : ==> Preparing: SELECT count(0) FROM pms_product WHERE (delete_status = ?) 2024-12-11 15:08:12.437 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.P.selectByExample_COUNT : ==> Parameters: 0(Integer) 2024-12-11 15:08:12.438 INFO 26168 --- [http-nio-8092-exec-7] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:12.481 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.P.selectByExample_COUNT : <== Total: 1 2024-12-11 15:08:12.481 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.P.selectByExample : ==> Preparing: select id, brand_id, product_category_id, feight_template_id, product_attribute_category_id, name, pic, product_sn, delete_status, publish_status, new_status, recommand_status, verify_status, sort, sale, price, promotion_price, gift_growth, gift_point, use_point_limit, sub_title, original_price, stock, low_stock, unit, weight, preview_status, service_ids, keywords, note, album_pics, detail_title, promotion_start_time, promotion_end_time, promotion_per_limit, promotion_type, brand_name, product_category_name, distribution_flag from pms_product WHERE ( delete_status = ? ) LIMIT ? 2024-12-11 15:08:12.487 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.P.selectByExample : ==> Parameters: 0(Integer), 5(Integer) 2024-12-11 15:08:12.557 DEBUG 26168 --- [http-nio-8092-exec-4] c.b.m.m.P.selectByExample : <== Total: 5 2024-12-11 15:08:12.557 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.P.selectByExample_COUNT : ==> Preparing: SELECT count(0) FROM pms_brand 2024-12-11 15:08:12.558 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.P.selectByExample_COUNT : ==> Parameters: 2024-12-11 15:08:12.561 INFO 26168 --- [http-nio-8092-exec-4] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":43,"totalPage":9,"pageSize":5,"list":[{"note":"","newStatus":1,"originalPrice":4288,"keywords":"","promotionPrice":3659,"productCategoryName":"手机通讯","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/5ac1bf58Ndefaac16.jpg","productCategoryId":19,"recommandStatus":1,"verifyStatus":0,"subTitle":"AI智慧全面屏 6GB +64GB 亮黑色 全网通版 移动联通电信4G手机 双卡双待手机 双卡双待","deleteStatus":0,"price":3788,"usePointLimit":0,"id":26,"giftGrowth":3788,"stock":1000,"publishStatus":0,"promotionType":1,"brandName":"华为","productSn":"6946605","albumPics":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/5ab46a3cN616bdc41.jpg,http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/5ac1bf5fN2522b9dc.jpg","productAttributeCategoryId":3,"promotionStartTime":1673336978000,"weight":0,"detailTitle":"","sort":100,"giftPoint":3788,"promotionPerLimit":0,"sale":100,"unit":"件","serviceIds":"2,3,1","brandId":3,"name":"华为 HUAWEI P20 ","previewStatus":1,"promotionEndTime":1675094400000},{"note":"","newStatus":1,"originalPrice":2699,"keywords":"","productCategoryName":"手机通讯","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/xiaomi.jpg","productCategoryId":19,"recommandStatus":1,"verifyStatus":0,"subTitle":"骁龙845处理器,红外人脸解锁,AI变焦双摄,AI语音助手小米6X低至1299,点击抢购","deleteStatus":0,"price":2699,"usePointLimit":0,"id":27,"giftGrowth":2699,"stock":100,"publishStatus":0,"promotionType":3,"brandName":"小米","productSn":"7437788","albumPics":"","productAttributeCategoryId":3,"weight":0,"detailTitle":"","sort":0,"giftPoint":2699,"promotionPerLimit":0,"sale":99,"unit":"","serviceIds":"1","brandId":6,"name":"小米8 全面屏游戏智能手机 6GB+64GB 黑色 全网通4G 双卡双待","previewStatus":0},{"note":"","newStatus":1,"originalPrice":649,"keywords":"","productCategoryName":"手机通讯","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/5a9d248cN071f4959.jpg","productCategoryId":19,"recommandStatus":1,"verifyStatus":0,"subTitle":"8天超长待机,137g轻巧机身,高通骁龙处理器小米6X低至1299,点击抢购","deleteStatus":0,"price":649,"usePointLimit":0,"id":28,"giftGrowth":649,"stock":100,"publishStatus":0,"promotionType":4,"brandName":"小米","productSn":"7437789","albumPics":"","productAttributeCategoryId":3,"weight":0,"detailTitle":"","sort":0,"giftPoint":649,"promotionPerLimit":0,"sale":98,"unit":"","serviceIds":"","brandId":6,"name":"小米 红米5A 全网通版 3GB+32GB 香槟金 移动联通电信4G手机 双卡双待","previewStatus":0},{"note":"","newStatus":1,"originalPrice":5499,"keywords":"","promotionPrice":4799,"productCategoryName":"手机通讯","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/5acc5248N6a5f81cd.jpg","productCategoryId":19,"recommandStatus":1,"verifyStatus":0,"subTitle":"【限时限量抢购】Apple产品年中狂欢节,好物尽享,美在智慧!速来 >> 勾选[保障服务][原厂保2年],获得AppleCare+全方位服务计划,原厂延保售后无忧。","deleteStatus":0,"price":5499,"usePointLimit":0,"id":29,"giftGrowth":5499,"stock":100,"publishStatus":0,"promotionType":1,"brandName":"苹果","productSn":"7437799","albumPics":"","productAttributeCategoryId":3,"promotionStartTime":1588576374000,"weight":0,"detailTitle":"","sort":0,"giftPoint":5499,"promotionPerLimit":0,"sale":97,"unit":"","serviceIds":"1,2,3","brandId":51,"name":"Apple iPhone 8 Plus 64GB 红色特别版 移动联通电信4G手机","previewStatus":0,"promotionEndTime":1590768000000},{"note":"","newStatus":1,"originalPrice":98,"keywords":"","productCategoryName":"T恤","feightTemplateId":0,"lowStock":0,"pic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/5ad83a4fN6ff67ecd.jpg!cc_350x449.jpg","productCategoryId":8,"recommandStatus":1,"verifyStatus":0,"subTitle":"2018夏季新品微弹舒适新款短T男生 6月6日-6月20日,满300减30,参与互动赢百元礼券,立即分享赢大奖","deleteStatus":0,"price":98,"usePointLimit":0,"id":30,"giftGrowth":0,"stock":100,"publishStatus":0,"promotionType":0,"brandName":"海澜之家","productSn":"HNTBJ2E042A","albumPics":"","productAttributeCategoryId":1,"weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":50,"name":"HLA海澜之家简约动物印花短袖T恤","previewStatus":0}],"pageNum":1},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{"pageSize":5},{"pageNum":1}],"description":"查询商品","startTime":1733900892362,"uri":"/product/list","url":"http://localhost:8092/product/list","spendTime":195} 2024-12-11 15:08:12.602 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.P.selectByExample_COUNT : <== Total: 1 2024-12-11 15:08:12.603 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.PmsBrandMapper.selectByExample : ==> Preparing: select id, name, first_letter, sort, factory_status, show_status, product_count, product_comment_count, logo, big_pic from pms_brand order by sort desc LIMIT ? 2024-12-11 15:08:12.603 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.PmsBrandMapper.selectByExample : ==> Parameters: 100(Integer) 2024-12-11 15:08:12.648 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.PmsBrandMapper.selectByExample : <== Total: 13 2024-12-11 15:08:12.649 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.P.selectByExample : ==> Preparing: select id, parent_id, name, level, product_count, product_unit, nav_status, show_status, sort, icon, keywords from pms_product_category 2024-12-11 15:08:12.649 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.P.selectByExample : ==> Parameters: 2024-12-11 15:08:12.650 INFO 26168 --- [http-nio-8092-exec-8] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":13,"totalPage":1,"pageSize":100,"list":[{"productCommentCount":100,"name":"小米","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/xiaomi_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5565f5a2N0b8169ae.jpg","showStatus":0,"id":6,"sort":500,"productCount":100,"firstLetter":"M","factoryStatus":1},{"productCommentCount":400,"name":"七匹狼","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20190525/qipilang.png","showStatus":0,"id":49,"sort":200,"productCount":77,"firstLetter":"S","factoryStatus":1},{"productCommentCount":300,"name":"海澜之家","bigPic":"http://img10.360buyimg.com/cms/jfs/t1/133148/4/1605/470028/5edaf5ccEd7a687a9/e0a007631361ff75.jpg","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5a5c69b9N5d6c5696.jpg","showStatus":0,"id":50,"sort":200,"productCount":66,"firstLetter":"H","factoryStatus":1},{"productCommentCount":200,"name":"苹果","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/apple_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/49b30bb0377030d1.jpg","showStatus":0,"id":51,"sort":200,"productCount":55,"firstLetter":"A","factoryStatus":1},{"productCommentCount":100,"name":"三星","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/sanxing_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/57201b47N7bf15715.jpg","showStatus":0,"id":2,"sort":100,"productCount":100,"firstLetter":"S","factoryStatus":1},{"productCommentCount":100,"name":"华为","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/huawei_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5abf6f26N31658aa2.jpg","showStatus":0,"id":3,"sort":100,"productCount":100,"firstLetter":"H","factoryStatus":1},{"productCommentCount":100,"name":"格力","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg (3).jpg","showStatus":0,"id":4,"sort":30,"productCount":100,"firstLetter":"G","factoryStatus":1},{"productCommentCount":100,"name":"方太","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg (4).jpg","showStatus":0,"id":5,"sort":20,"productCount":100,"firstLetter":"F","factoryStatus":1},{"productCommentCount":100,"name":"万和","bigPic":"http://img13.360buyimg.com/cms/jfs/t1/121860/35/2430/187800/5ec4e294E22f3ffcc/1e233b65b94ba192.jpg","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5b07ca8aN4e127d2f.jpg","showStatus":0,"id":1,"sort":0,"productCount":100,"firstLetter":"W","factoryStatus":1},{"productCommentCount":500,"name":"OPPO","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/oppo_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg(6).jpg","showStatus":0,"id":21,"sort":0,"productCount":88,"firstLetter":"O","factoryStatus":1},{"productCommentCount":100,"name":"NIKE","bigPic":"","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/timg (51).jpg","showStatus":0,"id":58,"sort":0,"productCount":33,"firstLetter":"N","factoryStatus":1},{"name":"测试品牌","bigPic":"http://localhost:9000/mall/20220609/biji_05.jpg","logo":"http://localhost:9000/mall/20220609/Snipaste_2022-06-08_14-35-53.png","showStatus":1,"id":59,"sort":0,"firstLetter":"C","factoryStatus":0},{"name":"自主品牌","bigPic":"","logo":"","showStatus":0,"id":60,"sort":0,"firstLetter":"自","factoryStatus":0}],"pageNum":1},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{},{"pageNum":1},{"pageSize":100}],"description":"根据品牌名称分页获取品牌列表","startTime":1733900892392,"uri":"/brand/list","url":"http://localhost:8092/brand/list","spendTime":256} 2024-12-11 15:08:12.693 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.P.selectByExample : <== Total: 44 2024-12-11 15:08:12.694 INFO 26168 --- [http-nio-8092-exec-7] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":[{"children":[{"label":"外套","value":7},{"label":"T恤","value":8},{"label":"休闲裤","value":9},{"label":"牛仔裤","value":10},{"label":"衬衫","value":11},{"label":"男鞋","value":29}],"label":"服装","value":1},{"children":[{"label":"手机通讯","value":19},{"label":"手机配件","value":30},{"label":"摄影摄像","value":31},{"label":"影音娱乐","value":32},{"label":"数码配件","value":33},{"label":"智能设备","value":34}],"label":"手机数码","value":2},{"children":[{"label":"电视","value":35},{"label":"空调","value":36},{"label":"洗衣机","value":37},{"label":"冰箱","value":38},{"label":"厨卫大电","value":39},{"label":"厨房小电","value":40},{"label":"生活电器","value":41},{"label":"个护健康","value":42}],"label":"家用电器","value":3},{"children":[{"label":"厨房卫浴","value":43},{"label":"灯饰照明","value":44},{"label":"五金工具","value":45},{"label":"卧室家具","value":46},{"label":"客厅家具","value":47}],"label":"家具家装","value":4},{"children":[{"label":"全新整车","value":48},{"label":"车载电器","value":49},{"label":"维修保养","value":50},{"label":"汽车装饰","value":51}],"label":"汽车用品","value":5},{"children":[{"label":"平板电脑","value":53},{"label":"笔记本","value":54},{"label":"硬盘","value":55}],"label":"电脑办公","value":52},{"children":[{"label":"洗洗","value":57}],"label":"日常","value":56},{"children":[{"label":"壮阳","value":59}],"label":"保健药","value":58}],"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"查询所有一级分类及子分类","startTime":1733900892440,"uri":"/productCategory/list/productCategoryOptions","url":"http://localhost:8092/productCategory/list/productCategoryOptions","spendTime":254} 2024-12-11 15:08:14.953 INFO 26168 --- [http-nio-8092-exec-6] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:14.954 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:14.954 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:15.001 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:15.002 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:15.002 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:15.047 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:15.047 INFO 26168 --- [http-nio-8092-exec-6] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:15.056 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.P.selectByExample_COUNT : ==> Preparing: SELECT count(0) FROM pms_product WHERE (delete_status = ?) 2024-12-11 15:08:15.056 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.P.selectByExample_COUNT : ==> Parameters: 0(Integer) 2024-12-11 15:08:15.100 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.P.selectByExample_COUNT : <== Total: 1 2024-12-11 15:08:15.103 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.P.selectByExample : ==> Preparing: select id, brand_id, product_category_id, feight_template_id, product_attribute_category_id, name, pic, product_sn, delete_status, publish_status, new_status, recommand_status, verify_status, sort, sale, price, promotion_price, gift_growth, gift_point, use_point_limit, sub_title, original_price, stock, low_stock, unit, weight, preview_status, service_ids, keywords, note, album_pics, detail_title, promotion_start_time, promotion_end_time, promotion_per_limit, promotion_type, brand_name, product_category_name, distribution_flag from pms_product WHERE ( delete_status = ? ) LIMIT ?, ? 2024-12-11 15:08:15.104 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.P.selectByExample : ==> Parameters: 0(Integer), 25(Integer), 5(Integer) 2024-12-11 15:08:15.151 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.P.selectByExample : <== Total: 5 2024-12-11 15:08:15.153 INFO 26168 --- [http-nio-8092-exec-6] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":43,"totalPage":9,"pageSize":5,"list":[{"note":"","newStatus":0,"originalPrice":11,"keywords":"","productCategoryName":"笔记本","feightTemplateId":0,"lowStock":0,"pic":"","recommandStatus":0,"verifyStatus":1,"subTitle":"222","deleteStatus":0,"price":111,"usePointLimit":0,"id":58,"giftGrowth":0,"stock":111,"publishStatus":0,"promotionType":0,"brandName":"七匹狼","productSn":"","albumPics":"","weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":49,"name":"111","previewStatus":0},{"note":"","newStatus":0,"originalPrice":222,"keywords":"","productCategoryName":"硬盘","feightTemplateId":0,"lowStock":0,"pic":"","recommandStatus":0,"verifyStatus":1,"subTitle":"222","deleteStatus":0,"price":11,"usePointLimit":0,"id":59,"giftGrowth":0,"stock":4,"publishStatus":0,"promotionType":0,"brandName":"小米","productSn":"","albumPics":"","productAttributeCategoryId":3,"weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":6,"name":"111","previewStatus":0},{"note":"","newStatus":0,"originalPrice":1,"keywords":"","productCategoryName":"电视","feightTemplateId":0,"lowStock":0,"pic":"","recommandStatus":0,"verifyStatus":1,"subTitle":"2222","deleteStatus":0,"price":100,"usePointLimit":0,"id":60,"giftGrowth":0,"stock":10,"publishStatus":0,"promotionType":0,"brandName":"小米","productSn":"","albumPics":"","productAttributeCategoryId":15,"weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":6,"name":"1111","previewStatus":0},{"note":"","newStatus":1,"originalPrice":444,"keywords":"","productCategoryName":"客厅家具","feightTemplateId":0,"lowStock":0,"pic":"","recommandStatus":0,"verifyStatus":1,"subTitle":"1","deleteStatus":0,"price":333,"usePointLimit":0,"id":61,"giftGrowth":0,"stock":555,"publishStatus":0,"promotionType":0,"brandName":"小米","productSn":"","albumPics":"","productAttributeCategoryId":47,"weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":6,"name":"沙发","previewStatus":0},{"note":"","newStatus":1,"originalPrice":90,"keywords":"","productCategoryName":"五金工具","feightTemplateId":0,"lowStock":0,"pic":"","productCategoryId":45,"recommandStatus":0,"verifyStatus":1,"subTitle":"马","deleteStatus":0,"price":100,"usePointLimit":0,"id":62,"giftGrowth":0,"stock":10,"publishStatus":0,"promotionType":0,"brandName":"小米","productSn":"","albumPics":"","weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":6,"name":"马桶","previewStatus":0}],"pageNum":6},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{"pageSize":5},{"pageNum":6}],"description":"查询商品","startTime":1733900895054,"uri":"/product/list","url":"http://localhost:8092/product/list","spendTime":98} 2024-12-11 15:08:15.754 INFO 26168 --- [http-nio-8092-exec-10] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:15.754 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:15.755 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:15.799 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:15.800 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:15.800 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:15.844 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:15.845 INFO 26168 --- [http-nio-8092-exec-10] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:15.847 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.P.selectByExample_COUNT : ==> Preparing: SELECT count(0) FROM pms_product WHERE (delete_status = ?) 2024-12-11 15:08:15.847 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.P.selectByExample_COUNT : ==> Parameters: 0(Integer) 2024-12-11 15:08:15.890 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.P.selectByExample_COUNT : <== Total: 1 2024-12-11 15:08:15.890 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.P.selectByExample : ==> Preparing: select id, brand_id, product_category_id, feight_template_id, product_attribute_category_id, name, pic, product_sn, delete_status, publish_status, new_status, recommand_status, verify_status, sort, sale, price, promotion_price, gift_growth, gift_point, use_point_limit, sub_title, original_price, stock, low_stock, unit, weight, preview_status, service_ids, keywords, note, album_pics, detail_title, promotion_start_time, promotion_end_time, promotion_per_limit, promotion_type, brand_name, product_category_name, distribution_flag from pms_product WHERE ( delete_status = ? ) LIMIT ?, ? 2024-12-11 15:08:15.892 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.P.selectByExample : ==> Parameters: 0(Integer), 35(Integer), 5(Integer) 2024-12-11 15:08:15.936 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.P.selectByExample : <== Total: 5 2024-12-11 15:08:15.937 INFO 26168 --- [http-nio-8092-exec-10] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":43,"totalPage":9,"pageSize":5,"list":[{"note":"","newStatus":0,"originalPrice":100,"keywords":"","productCategoryName":"洗洗","feightTemplateId":0,"lowStock":0,"pic":"http://yusenrong.oss-cn-hangzhou.aliyuncs.com/mall/images/20241209/5d54c8068d491224979890dd6d2d1d8.jpg","productCategoryId":59,"recommandStatus":0,"verifyStatus":1,"subTitle":"112222222222","deleteStatus":0,"price":1000,"usePointLimit":0,"id":68,"giftGrowth":0,"stock":1000,"publishStatus":0,"promotionType":0,"brandName":"自主品牌","productSn":"","albumPics":"http://yusenrong.oss-cn-hangzhou.aliyuncs.com/mall/images/20241209/49274210a28895b1ff3f1e00ef62396.jpg","weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":60,"name":"11111111","previewStatus":0},{"note":"","newStatus":0,"originalPrice":100,"keywords":"","productCategoryName":"壮阳","feightTemplateId":0,"lowStock":0,"pic":"http://yusenrong.oss-cn-hangzhou.aliyuncs.com/mall/images/20241209/5d54c8068d491224979890dd6d2d1d8.jpg","productCategoryId":59,"recommandStatus":0,"verifyStatus":1,"subTitle":"test","deleteStatus":0,"price":100,"usePointLimit":0,"id":69,"giftGrowth":0,"stock":10000,"publishStatus":0,"promotionType":0,"brandName":"自主品牌","productSn":"11212121","albumPics":"","productAttributeCategoryId":18,"weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":60,"name":"test","previewStatus":0},{"note":"","newStatus":0,"originalPrice":88,"keywords":"","productCategoryName":"壮阳","feightTemplateId":0,"lowStock":0,"pic":"http://yusenrong.oss-cn-hangzhou.aliyuncs.com/mall/images/20241209/5d54c8068d491224979890dd6d2d1d8.jpg","productCategoryId":59,"recommandStatus":0,"verifyStatus":1,"subTitle":"ddyyy","deleteStatus":0,"price":88,"usePointLimit":0,"id":70,"giftGrowth":0,"stock":88,"publishStatus":0,"promotionType":0,"brandName":"自主品牌","productSn":"","albumPics":"http://yusenrong.oss-cn-hangzhou.aliyuncs.com/mall/images/20241209/49274210a28895b1ff3f1e00ef62396.jpg","productAttributeCategoryId":18,"weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":60,"name":"ddyyy","previewStatus":0},{"note":"","newStatus":0,"originalPrice":888,"keywords":"","productCategoryName":"壮阳","feightTemplateId":0,"lowStock":0,"pic":"","productCategoryId":59,"recommandStatus":0,"verifyStatus":1,"subTitle":"ddddd","deleteStatus":0,"price":888,"usePointLimit":0,"id":71,"giftGrowth":0,"stock":888,"publishStatus":0,"promotionType":0,"brandName":"自主品牌","productSn":"","albumPics":"","productAttributeCategoryId":18,"weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":60,"name":"ddddd","previewStatus":0},{"note":"","newStatus":0,"originalPrice":899,"keywords":"","productCategoryName":"壮阳","feightTemplateId":0,"lowStock":0,"pic":"http://yusenrong.oss-cn-hangzhou.aliyuncs.com/mall/images/20241209/5d54c8068d491224979890dd6d2d1d8.jpg","productCategoryId":59,"recommandStatus":0,"verifyStatus":1,"subTitle":"乾坤怡虫草覆盆丸","deleteStatus":0,"price":899,"usePointLimit":0,"id":72,"giftGrowth":0,"stock":899,"publishStatus":1,"promotionType":0,"brandName":"自主品牌","productSn":"","albumPics":"http://yusenrong.oss-cn-hangzhou.aliyuncs.com/mall/images/20241209/5d54c8068d491224979890dd6d2d1d8.jpg,http://yusenrong.oss-cn-hangzhou.aliyuncs.com/mall/images/20241209/49274210a28895b1ff3f1e00ef62396.jpg","productAttributeCategoryId":18,"weight":0,"detailTitle":"","sort":0,"giftPoint":0,"promotionPerLimit":0,"sale":0,"unit":"","serviceIds":"","brandId":60,"name":"乾坤怡虫草覆盆丸","previewStatus":0}],"pageNum":8},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{"pageSize":5},{"pageNum":8}],"description":"查询商品","startTime":1733900895846,"uri":"/product/list","url":"http://localhost:8092/product/list","spendTime":90} 2024-12-11 15:08:21.278 INFO 26168 --- [http-nio-8092-exec-6] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:21.278 INFO 26168 --- [http-nio-8092-exec-1] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:21.279 INFO 26168 --- [http-nio-8092-exec-10] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:21.280 INFO 26168 --- [http-nio-8092-exec-3] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:21.285 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:21.286 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:21.280 INFO 26168 --- [http-nio-8092-exec-9] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:21.286 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:21.286 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:21.280 INFO 26168 --- [http-nio-8092-exec-2] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:21.335 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:21.336 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:21.336 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:21.340 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:21.341 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:21.341 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:21.388 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:21.388 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:21.388 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:21.389 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:21.389 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:21.389 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:21.439 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:21.440 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:21.440 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:21.440 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:21.440 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:21.441 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:21.486 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:21.486 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:21.487 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:21.487 INFO 26168 --- [http-nio-8092-exec-1] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:21.489 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:21.489 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:21.490 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:21.490 INFO 26168 --- [http-nio-8092-exec-10] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:21.536 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:21.536 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:21.537 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:21.537 INFO 26168 --- [http-nio-8092-exec-6] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:21.539 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:21.539 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:21.540 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:21.541 INFO 26168 --- [http-nio-8092-exec-3] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:21.582 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:21.583 INFO 26168 --- [http-nio-8092-exec-9] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:21.584 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.dao.PmsProductDao.getUpdateInfo : ==> Preparing: SELECT *, pc.parent_id cateParentId, l.id ladder_id,l.product_id ladder_product_id,l.discount ladder_discount,l.count ladder_count,l.price ladder_price, pf.id full_id,pf.product_id full_product_id,pf.full_price full_full_price,pf.reduce_price full_reduce_price, m.id member_id,m.product_id member_product_id,m.member_level_id member_member_level_id,m.member_price member_member_price,m.member_level_name member_member_level_name, s.id sku_id,s.product_id sku_product_id,s.price sku_price,s.low_stock sku_low_stock,s.pic sku_pic,s.sale sku_sale,s.sku_code sku_sku_code,s.sp1 sku_sp1,s.sp2 sku_sp2,s.sp3 sku_sp3,s.stock sku_stock, a.id attribute_id,a.product_id attribute_product_id,a.product_attribute_id attribute_product_attribute_id,a.value attribute_value FROM pms_product p LEFT JOIN pms_product_category pc on pc.id = p.product_category_id LEFT JOIN pms_product_ladder l ON p.id = l.product_id LEFT JOIN pms_product_full_reduction pf ON pf.product_id=p.id LEFT JOIN pms_member_price m ON m.product_id = p.id LEFT JOIN pms_sku_stock s ON s.product_id = p.id LEFT JOIN pms_product_attribute_value a ON a.product_id=p.id WHERE p.id=?; 2024-12-11 15:08:21.584 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.dao.PmsProductDao.getUpdateInfo : ==> Parameters: 69(Long) 2024-12-11 15:08:21.585 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:21.585 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.P.selectByExample : ==> Preparing: select id, parent_id, name, level, product_count, product_unit, nav_status, show_status, sort, icon, keywords from pms_product_category 2024-12-11 15:08:21.585 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.P.selectByExample : ==> Parameters: 2024-12-11 15:08:21.586 INFO 26168 --- [http-nio-8092-exec-2] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:21.636 DEBUG 26168 --- [http-nio-8092-exec-6] c.b.m.m.P.selectByExample : <== Total: 44 2024-12-11 15:08:21.637 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.P.selectByExample_COUNT : ==> Preparing: SELECT count(0) FROM pms_brand 2024-12-11 15:08:21.637 INFO 26168 --- [http-nio-8092-exec-6] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":[{"children":[{"label":"外套","value":7},{"label":"T恤","value":8},{"label":"休闲裤","value":9},{"label":"牛仔裤","value":10},{"label":"衬衫","value":11},{"label":"男鞋","value":29}],"label":"服装","value":1},{"children":[{"label":"手机通讯","value":19},{"label":"手机配件","value":30},{"label":"摄影摄像","value":31},{"label":"影音娱乐","value":32},{"label":"数码配件","value":33},{"label":"智能设备","value":34}],"label":"手机数码","value":2},{"children":[{"label":"电视","value":35},{"label":"空调","value":36},{"label":"洗衣机","value":37},{"label":"冰箱","value":38},{"label":"厨卫大电","value":39},{"label":"厨房小电","value":40},{"label":"生活电器","value":41},{"label":"个护健康","value":42}],"label":"家用电器","value":3},{"children":[{"label":"厨房卫浴","value":43},{"label":"灯饰照明","value":44},{"label":"五金工具","value":45},{"label":"卧室家具","value":46},{"label":"客厅家具","value":47}],"label":"家具家装","value":4},{"children":[{"label":"全新整车","value":48},{"label":"车载电器","value":49},{"label":"维修保养","value":50},{"label":"汽车装饰","value":51}],"label":"汽车用品","value":5},{"children":[{"label":"平板电脑","value":53},{"label":"笔记本","value":54},{"label":"硬盘","value":55}],"label":"电脑办公","value":52},{"children":[{"label":"洗洗","value":57}],"label":"日常","value":56},{"children":[{"label":"壮阳","value":59}],"label":"保健药","value":58}],"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"查询所有一级分类及子分类","startTime":1733900901538,"uri":"/productCategory/list/productCategoryOptions","url":"http://localhost:8092/productCategory/list/productCategoryOptions","spendTime":99} 2024-12-11 15:08:21.637 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.P.selectByExample_COUNT : ==> Parameters: 2024-12-11 15:08:21.655 DEBUG 26168 --- [http-nio-8092-exec-1] .selectSubjectProductRelationByProductId : ====> Preparing: select * from cms_subject_product_relation where product_id=? 2024-12-11 15:08:21.655 DEBUG 26168 --- [http-nio-8092-exec-1] .selectSubjectProductRelationByProductId : ====> Parameters: 69(Long) 2024-12-11 15:08:21.682 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.P.selectByExample_COUNT : <== Total: 1 2024-12-11 15:08:21.682 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.PmsBrandMapper.selectByExample : ==> Preparing: select id, name, first_letter, sort, factory_status, show_status, product_count, product_comment_count, logo, big_pic from pms_brand order by sort desc LIMIT ? 2024-12-11 15:08:21.682 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.PmsBrandMapper.selectByExample : ==> Parameters: 100(Integer) 2024-12-11 15:08:21.704 DEBUG 26168 --- [http-nio-8092-exec-1] .selectSubjectProductRelationByProductId : <==== Total: 0 2024-12-11 15:08:21.709 DEBUG 26168 --- [http-nio-8092-exec-1] tPrefrenceAreaProductRelationByProductId : ====> Preparing: select * from cms_prefrence_area_product_relation where product_id=? 2024-12-11 15:08:21.709 DEBUG 26168 --- [http-nio-8092-exec-1] tPrefrenceAreaProductRelationByProductId : ====> Parameters: 69(Long) 2024-12-11 15:08:21.734 DEBUG 26168 --- [http-nio-8092-exec-2] c.b.m.m.PmsBrandMapper.selectByExample : <== Total: 13 2024-12-11 15:08:21.734 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.P.selectByExample_COUNT : ==> Preparing: SELECT count(0) FROM pms_product_attribute_category 2024-12-11 15:08:21.735 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.P.selectByExample_COUNT : ==> Parameters: 2024-12-11 15:08:21.735 INFO 26168 --- [http-nio-8092-exec-2] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":13,"totalPage":1,"pageSize":100,"list":[{"productCommentCount":100,"name":"小米","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/xiaomi_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5565f5a2N0b8169ae.jpg","showStatus":0,"id":6,"sort":500,"productCount":100,"firstLetter":"M","factoryStatus":1},{"productCommentCount":400,"name":"七匹狼","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20190525/qipilang.png","showStatus":0,"id":49,"sort":200,"productCount":77,"firstLetter":"S","factoryStatus":1},{"productCommentCount":300,"name":"海澜之家","bigPic":"http://img10.360buyimg.com/cms/jfs/t1/133148/4/1605/470028/5edaf5ccEd7a687a9/e0a007631361ff75.jpg","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5a5c69b9N5d6c5696.jpg","showStatus":0,"id":50,"sort":200,"productCount":66,"firstLetter":"H","factoryStatus":1},{"productCommentCount":200,"name":"苹果","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/apple_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/49b30bb0377030d1.jpg","showStatus":0,"id":51,"sort":200,"productCount":55,"firstLetter":"A","factoryStatus":1},{"productCommentCount":100,"name":"三星","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/sanxing_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/57201b47N7bf15715.jpg","showStatus":0,"id":2,"sort":100,"productCount":100,"firstLetter":"S","factoryStatus":1},{"productCommentCount":100,"name":"华为","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/huawei_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5abf6f26N31658aa2.jpg","showStatus":0,"id":3,"sort":100,"productCount":100,"firstLetter":"H","factoryStatus":1},{"productCommentCount":100,"name":"格力","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg (3).jpg","showStatus":0,"id":4,"sort":30,"productCount":100,"firstLetter":"G","factoryStatus":1},{"productCommentCount":100,"name":"方太","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg (4).jpg","showStatus":0,"id":5,"sort":20,"productCount":100,"firstLetter":"F","factoryStatus":1},{"productCommentCount":100,"name":"万和","bigPic":"http://img13.360buyimg.com/cms/jfs/t1/121860/35/2430/187800/5ec4e294E22f3ffcc/1e233b65b94ba192.jpg","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20200607/5b07ca8aN4e127d2f.jpg","showStatus":0,"id":1,"sort":0,"productCount":100,"firstLetter":"W","factoryStatus":1},{"productCommentCount":500,"name":"OPPO","bigPic":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20221108/oppo_banner_01.png","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg(6).jpg","showStatus":0,"id":21,"sort":0,"productCount":88,"firstLetter":"O","factoryStatus":1},{"productCommentCount":100,"name":"NIKE","bigPic":"","logo":"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180615/timg (51).jpg","showStatus":0,"id":58,"sort":0,"productCount":33,"firstLetter":"N","factoryStatus":1},{"name":"测试品牌","bigPic":"http://localhost:9000/mall/20220609/biji_05.jpg","logo":"http://localhost:9000/mall/20220609/Snipaste_2022-06-08_14-35-53.png","showStatus":1,"id":59,"sort":0,"firstLetter":"C","factoryStatus":0},{"name":"自主品牌","bigPic":"","logo":"","showStatus":0,"id":60,"sort":0,"firstLetter":"自","factoryStatus":0}],"pageNum":1},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{},{"pageNum":1},{"pageSize":100}],"description":"根据品牌名称分页获取品牌列表","startTime":1733900901587,"uri":"/brand/list","url":"http://localhost:8092/brand/list","spendTime":147} 2024-12-11 15:08:21.754 DEBUG 26168 --- [http-nio-8092-exec-1] tPrefrenceAreaProductRelationByProductId : <==== Total: 0 2024-12-11 15:08:21.779 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.P.selectByExample_COUNT : <== Total: 1 2024-12-11 15:08:21.779 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.P.selectByExample : ==> Preparing: select id, name, attribute_count, param_count from pms_product_attribute_category LIMIT ? 2024-12-11 15:08:21.780 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.P.selectByExample : ==> Parameters: 100(Integer) 2024-12-11 15:08:21.797 DEBUG 26168 --- [http-nio-8092-exec-1] c.b.m.dao.PmsProductDao.getUpdateInfo : <== Total: 3 2024-12-11 15:08:21.797 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.m.C.selectByExample : ==> Preparing: select id, category_id, title, pic, product_count, recommend_status, create_time, collect_count, read_count, comment_count, album_pics, description, show_status, forward_count, category_name from cms_subject 2024-12-11 15:08:21.797 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.m.C.selectByExample : ==> Parameters: 2024-12-11 15:08:21.806 INFO 26168 --- [http-nio-8092-exec-1] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"productFullReductionList":[{"productId":69,"reducePrice":0,"id":176,"fullPrice":0}],"note":"","newStatus":0,"originalPrice":100,"keywords":"","productCategoryName":"壮阳","subjectProductRelationList":[],"feightTemplateId":0,"productLadderList":[{"productId":69,"price":0,"count":0,"discount":0,"id":176}],"productAttributeValueList":[],"lowStock":0,"description":"test","prefrenceAreaProductRelationList":[],"pic":"http://yusenrong.oss-cn-hangzhou.aliyuncs.com/mall/images/20241209/5d54c8068d491224979890dd6d2d1d8.jpg","skuStockList":[{"productId":69,"sp1":"","price":100,"lowStock":0,"id":253,"stock":1000,"skuCode":"121212"}],"cateParentId":58,"productCategoryId":59,"recommandStatus":0,"verifyStatus":1,"subTitle":"test","deleteStatus":0,"price":100,"usePointLimit":0,"id":69,"giftGrowth":0,"stock":10000,"publishStatus":0,"promotionType":0,"brandName":"自主品牌","productSn":"11212121","albumPics":"","productAttributeCategoryId":18,"weight":0,"detailTitle":"","detailHtml":"","sort":0,"memberPriceList":[{"memberLevelId":1,"productId":69,"id":513,"memberLevelName":"黄金会员"},{"memberLevelId":2,"productId":69,"id":514,"memberLevelName":"白金会员"},{"memberLevelId":3,"productId":69,"id":515,"memberLevelName":"钻石会员"}],"giftPoint":0,"promotionPerLimit":0,"detailDesc":"","sale":0,"unit":"","serviceIds":"","detailMobileHtml":"","brandId":60,"name":"test","previewStatus":0},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"根据商品id获取商品编辑信息","startTime":1733900901511,"uri":"/product/updateInfo/69","url":"http://localhost:8092/product/updateInfo/69","spendTime":286} 2024-12-11 15:08:21.825 DEBUG 26168 --- [http-nio-8092-exec-10] c.b.m.m.P.selectByExample : <== Total: 15 2024-12-11 15:08:21.825 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.m.C.selectByExample : ==> Preparing: select id, name, sub_title, sort, show_status from cms_prefrence_area 2024-12-11 15:08:21.826 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.m.C.selectByExample : ==> Parameters: 2024-12-11 15:08:21.827 INFO 26168 --- [http-nio-8092-exec-10] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":15,"totalPage":1,"pageSize":100,"list":[{"paramCount":5,"name":"服装-T恤","attributeCount":2,"id":1},{"paramCount":4,"name":"服装-裤装","attributeCount":2,"id":2},{"paramCount":4,"name":"手机数码-手机通讯","attributeCount":2,"id":3},{"paramCount":0,"name":"配件","attributeCount":0,"id":4},{"paramCount":0,"name":"居家","attributeCount":0,"id":5},{"paramCount":0,"name":"洗护","attributeCount":1,"id":6},{"paramCount":0,"name":"测试分类","attributeCount":0,"id":10},{"paramCount":0,"name":"服装-鞋帽","attributeCount":3,"id":11},{"paramCount":4,"name":"家用电器-电视","attributeCount":2,"id":12},{"paramCount":3,"name":"电脑办公-笔记本","attributeCount":2,"id":13},{"paramCount":3,"name":"家用电器-厨卫大电","attributeCount":1,"id":14},{"paramCount":5,"name":"电脑办公-硬盘","attributeCount":2,"id":15},{"paramCount":0,"name":"日常用品","attributeCount":1,"id":16},{"paramCount":0,"name":"日常","attributeCount":0,"id":17},{"paramCount":0,"name":"保健药","attributeCount":1,"id":18}],"pageNum":1},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{"pageSize":100},{"pageNum":1}],"description":"分页获取所有商品属性分类","startTime":1733900901513,"uri":"/productAttribute/category/list","url":"http://localhost:8092/productAttribute/category/list","spendTime":312} 2024-12-11 15:08:21.844 DEBUG 26168 --- [http-nio-8092-exec-3] c.b.m.m.C.selectByExample : <== Total: 6 2024-12-11 15:08:21.845 INFO 26168 --- [http-nio-8092-exec-3] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":[{"createTime":1541914015000,"id":1,"title":"polo衬衫的也时尚","categoryName":"服装专题","categoryId":1},{"createTime":1542000420000,"id":2,"title":"大牌手机低价秒","categoryName":"手机专题","categoryId":2},{"createTime":1542086825000,"id":3,"title":"晓龙845新品上市","categoryName":"手机专题","categoryId":2},{"createTime":1541050029000,"id":4,"title":"夏天应该穿什么","categoryName":"服装专题","categoryId":1},{"createTime":1541482038000,"id":5,"title":"夏季精选","categoryName":"服装专题","categoryId":1},{"createTime":1541568441000,"id":6,"title":"品牌手机降价","categoryName":"手机专题","categoryId":2}],"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"获取全部商品专题","startTime":1733900901566,"uri":"/subject/listAll","url":"http://localhost:8092/subject/listAll","spendTime":278} 2024-12-11 15:08:21.863 INFO 26168 --- [http-nio-8092-exec-8] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:21.863 INFO 26168 --- [http-nio-8092-exec-7] c.b.m.c.JwtAuthenticationTokenFilter : checking username:adadad 2024-12-11 15:08:21.863 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:21.863 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:21.873 DEBUG 26168 --- [http-nio-8092-exec-9] c.b.m.m.C.selectByExample : <== Total: 4 2024-12-11 15:08:21.874 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminMapper.selectByExample : ==> Preparing: select id, username, password, icon, email, nick_name, note, create_time, login_time, status from ums_admin WHERE ( username = ? ) 2024-12-11 15:08:21.874 INFO 26168 --- [http-nio-8092-exec-9] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":[{"subTitle":"音质不打折 完美现场感","name":"让音质更出众","showStatus":1,"id":1},{"subTitle":"让音质更出众22","name":"让音质更出众22","id":2},{"name":"让音质更出众33","id":3},{"name":"让音质更出众44","id":4}],"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","description":"获取所有商品优选","startTime":1733900901588,"uri":"/prefrenceArea/listAll","url":"http://localhost:8092/prefrenceArea/listAll","spendTime":286} 2024-12-11 15:08:21.874 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminMapper.selectByExample : ==> Parameters: adadad(String) 2024-12-11 15:08:21.911 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:21.912 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:21.912 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:21.917 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.UmsAdminMapper.selectByExample : <== Total: 1 2024-12-11 15:08:21.917 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.d.U.getPermissionList : ==> Preparing: SELECT p.* FROM ums_admin_role_relation ar LEFT JOIN ums_role r ON ar.role_id = r.id LEFT JOIN ums_role_permission_relation rp ON r.id = rp.role_id LEFT JOIN ums_permission p ON rp.permission_id = p.id WHERE ar.admin_id = ? AND p.id IS NOT NULL AND p.id NOT IN ( SELECT p.id FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = - 1 AND pr.admin_id = ? ) UNION SELECT p.* FROM ums_admin_permission_relation pr LEFT JOIN ums_permission p ON pr.permission_id = p.id WHERE pr.type = 1 AND pr.admin_id = ? 2024-12-11 15:08:21.917 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.d.U.getPermissionList : ==> Parameters: 11(Long), 11(Long), 11(Long) 2024-12-11 15:08:21.958 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:21.959 INFO 26168 --- [http-nio-8092-exec-8] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:21.961 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.d.U.getPermissionList : <== Total: 0 2024-12-11 15:08:21.961 INFO 26168 --- [http-nio-8092-exec-7] c.b.m.c.JwtAuthenticationTokenFilter : authenticated user:adadad 2024-12-11 15:08:22.025 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.P.selectByExample_COUNT : ==> Preparing: SELECT count(0) FROM pms_product_attribute WHERE (product_attribute_category_id = ? AND type = ?) 2024-12-11 15:08:22.026 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.P.selectByExample_COUNT : ==> Parameters: 18(Long), 0(Integer) 2024-12-11 15:08:22.028 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.P.selectByExample_COUNT : ==> Preparing: SELECT count(0) FROM pms_product_attribute WHERE (product_attribute_category_id = ? AND type = ?) 2024-12-11 15:08:22.028 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.P.selectByExample_COUNT : ==> Parameters: 18(Long), 1(Integer) 2024-12-11 15:08:22.070 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.P.selectByExample_COUNT : <== Total: 1 2024-12-11 15:08:22.070 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.P.selectByExample : ==> Preparing: select id, product_attribute_category_id, name, select_type, input_type, input_list, sort, filter_type, search_type, related_status, hand_add_status, type from pms_product_attribute WHERE ( product_attribute_category_id = ? and type = ? ) order by sort desc LIMIT ? 2024-12-11 15:08:22.070 DEBUG 26168 --- [http-nio-8092-exec-8] c.b.m.m.P.selectByExample_COUNT : <== Total: 1 2024-12-11 15:08:22.070 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.P.selectByExample : ==> Parameters: 18(Long), 0(Integer), 100(Integer) 2024-12-11 15:08:22.071 INFO 26168 --- [http-nio-8092-exec-8] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":0,"totalPage":0,"pageSize":100,"list":[],"pageNum":1},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{"type":1},{"pageSize":100},{"pageNum":1}],"description":"根据分类查询属性列表或参数列表","startTime":1733900901964,"uri":"/productAttribute/list/18","url":"http://localhost:8092/productAttribute/list/18","spendTime":107} 2024-12-11 15:08:22.118 DEBUG 26168 --- [http-nio-8092-exec-7] c.b.m.m.P.selectByExample : <== Total: 1 2024-12-11 15:08:22.119 INFO 26168 --- [http-nio-8092-exec-7] com.buy507.mall.component.WebLogAspect : {"result":{"code":200,"data":{"total":1,"totalPage":1,"pageSize":100,"list":[{"inputList":"","handAddStatus":0,"relatedStatus":0,"productAttributeCategoryId":18,"searchType":0,"name":"药药","selectType":0,"inputType":0,"id":76,"sort":0,"filterType":0,"type":0}],"pageNum":1},"message":"操作成功"},"basePath":"http://localhost:8092","method":"GET","ip":"adadad","parameter":[{"type":0},{"pageSize":100},{"pageNum":1}],"description":"根据分类查询属性列表或参数列表","startTime":1733900901965,"uri":"/productAttribute/list/18","url":"http://localhost:8092/productAttribute/list/18","spendTime":153} 2024-12-11 18:40:01.015 INFO 26168 --- [Thread-36] o.s.a.r.l.SimpleMessageListenerContainer : Waiting for workers to finish. 2024-12-11 18:40:01.688 INFO 26168 --- [Thread-36] o.s.a.r.l.SimpleMessageListenerContainer : Successfully waited for workers to finish. 2024-12-11 18:40:01.696 INFO 26168 --- [Thread-36] o.s.a.r.l.SimpleMessageListenerContainer : Waiting for workers to finish. 2024-12-11 18:40:02.195 INFO 26168 --- [Thread-36] o.s.a.r.l.SimpleMessageListenerContainer : Successfully waited for workers to finish. 2024-12-11 18:40:02.224 INFO 26168 --- [Thread-36] o.s.a.r.l.SimpleMessageListenerContainer : Shutdown ignored - container is not active already 2024-12-11 18:40:02.224 INFO 26168 --- [Thread-36] o.s.a.r.l.SimpleMessageListenerContainer : Shutdown ignored - container is not active already 2024-12-11 18:40:03.443 INFO 26168 --- [Thread-36] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed