newbee-ltd / newbee-mall

🔥 🎉newbee-mall是一套电商系统,包括基础版本(Spring Boot+Thymeleaf)、前后端分离版本(Spring Boot+Vue 3+Element-Plus+Vue-Router 4+Pinia+Vant 4) 、秒杀版本、Go语言版本、微服务版本(Spring Cloud Alibaba+Nacos+Sentinel+Seata+Spring Cloud Gateway+OpenFeign+ELK)。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。

Home Page:https://item.jd.com/12890115.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在UserService的实现类的login方法第一行改为如下代码可行?

liyuxiang1111 opened this issue · comments

MallUser user = mallUserMapper.selectByLoginNameAndPasswd(loginName, MD5Util.MD5Encode(passwordMD5,"UTF-8"));

代码在你手里,你可以按照你的想法去修改哈,只要功能正常实现即可。