记得上下班打卡 | git大法好,push需谨慎

Commit ff98e703 authored by jiangxiulong's avatar jiangxiulong

del todo

parent 44a2e17f
......@@ -79,7 +79,7 @@ public class SweetWechatLoginServiceImpl {
AdamUserInfoVo userInfoVoData = userInfoVo.getData();
String mobile = userInfoVoData.getMobile();
String userId = userInfoVoData.getUid();
// mysql redis todo 一个手机号多个微信???
// mysql redis
SweetAppletUsersVo sweetAppletUsers = redisUtils.getSweetAppletUsersOfPhone(mobile);
if (null == sweetAppletUsers) {
LinkedList<String> sqlsA = CollectionUtil.linkedListString();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment