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

Commit 641621f0 authored by jiangxiulong's avatar jiangxiulong

userId

parent 90186955
...@@ -282,6 +282,8 @@ public class SweetWechatTemplateServiceImpl { ...@@ -282,6 +282,8 @@ public class SweetWechatTemplateServiceImpl {
if ((!phone.isEmpty() || !userId.isEmpty()) && (oldAdamUserId.isEmpty() || oldAdamPhone.isEmpty())) { if ((!phone.isEmpty() || !userId.isEmpty()) && (oldAdamUserId.isEmpty() || oldAdamPhone.isEmpty())) {
if (phone.isEmpty()) { if (phone.isEmpty()) {
phone = oldAdamPhone; phone = oldAdamPhone;
} else {
redisDataUtils.setUnionIdByPhone(phone, unionId);
} }
if (userId.isEmpty()) { if (userId.isEmpty()) {
userId = oldAdamUserId; userId = oldAdamUserId;
...@@ -293,7 +295,6 @@ public class SweetWechatTemplateServiceImpl { ...@@ -293,7 +295,6 @@ public class SweetWechatTemplateServiceImpl {
} else if (type == 2) { } else if (type == 2) {
redisDataUtils.setSweetWechatUserModernsky(sweetWechatUser); redisDataUtils.setSweetWechatUserModernsky(sweetWechatUser);
} }
redisDataUtils.setUnionIdByPhone(phone, unionId);
LinkedList<String> sqls = CollectionUtil.linkedListString(); LinkedList<String> sqls = CollectionUtil.linkedListString();
LinkedList<Object[]> sqlsDataA = CollectionUtil.linkedListObjectArr(); LinkedList<Object[]> sqlsDataA = CollectionUtil.linkedListObjectArr();
......
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