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

Commit cace5056 authored by 胡佳晨's avatar 胡佳晨

注释领取会员卡增加历史积分

parent 7c5488a1
......@@ -42,9 +42,9 @@ public class CurrentUtil {
}
public static String getCurrentSlimeUid() {
if("582251359821905923484786".equals(ServletUtils.getRequest().getAttribute(TOKEN_SUB))){
return "245754392713379846109548";
}
// if("582251359821905923484786".equals(ServletUtils.getRequest().getAttribute(TOKEN_SUB))){
// return "245754392713379846109548";
// }
return (String) ServletUtils.getRequest().getAttribute(TOKEN_SUB);
}
......
......@@ -155,11 +155,11 @@ public class AdamMemberController {
joinusVo.setMemberNo(userMemberVo.getMemberNo());
}
try {
feignAdamPlatformClient.initScore(currentUid);
} catch (Exception e) {
log.error("领取会员卡:积分处理异常[UID:{}]", currentUid, e);
}
// try {
// feignAdamPlatformClient.initScore(currentUid);
// } catch (Exception e) {
// log.error("领取会员卡:积分处理异常[UID:{}]", currentUid, e);
// }
return ResponseDto.success(joinusVo);
}
......
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