Commit bd496962 by 杨涛

初始天数置为0

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