Commit bd496962 by 杨涛

初始天数置为0

parent 9020e384
...@@ -438,7 +438,7 @@ public class WeixinClockBizImpl implements WeixinClockBiz { ...@@ -438,7 +438,7 @@ public class WeixinClockBizImpl implements WeixinClockBiz {
if(null == clockMember) { if(null == clockMember) {
WeixinClockMember weixinClockMember = new WeixinClockMember(); WeixinClockMember weixinClockMember = new WeixinClockMember();
weixinClockMember.setWeixinClockId(weixinClockDto.getWeixinClockId()); weixinClockMember.setWeixinClockId(weixinClockDto.getWeixinClockId());
weixinClockMember.setAllClockDay(1); weixinClockMember.setAllClockDay(0);
weixinClockMember.setBookGroupClassifyId(classifyQrcodeInfo.getClassifyId()); weixinClockMember.setBookGroupClassifyId(classifyQrcodeInfo.getClassifyId());
weixinClockMember.setHeadPic(groupUserDTO.getHeadPic()); weixinClockMember.setHeadPic(groupUserDTO.getHeadPic());
weixinClockMember.setNickname(groupUserDTO.getNickName()); weixinClockMember.setNickname(groupUserDTO.getNickName());
......
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