Commit 208dd70b authored by 陈家荣's avatar 陈家荣

update

parent 6407aa44
......@@ -320,7 +320,7 @@ public class KolonMemberServiceImpl implements KolonMemberService {
}else{
updateData.add(new String[] { km.csNo.toString(), km.phone, km.email, km.wechatFirstName, km.wechatLastName});
}
if(lastSendDate.before(km.updateTime)){ //获取数据较后的更新时间
if(km.updateTime != null && lastSendDate.before(km.updateTime)){ //获取数据较后的更新时间
lastSendDate = km.updateTime;
}
}
......
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