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

Commit a85e6ba2 authored by sunyuntian's avatar sunyuntian

修改bug

parent de522e66
......@@ -35,7 +35,7 @@ public class SweetWechatMaoDengController {
public ResponseDto<SweetMaoDengVo> backDatas(String userId){
SweetMaoDengVo sweetMaoDeng = redisUtils.getSweetMaoDeng(userId);
SweetMaoDengVo sweetMaoDeng = redisUtils.getSweetMaoDengTransfer(userId);
String textMsg = sweetMaoDeng.getTextMsg();
String image = sweetMaoDeng.getPicUrl();
if (StringUtil.isEmpty(textMsg) && StringUtil.isEmpty(image)) {
......
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