|
|
|
@@ -655,6 +655,7 @@ public class WxCUserTagsServiceImpl implements WxCUserTagsService { |
|
|
|
if(child.getBirthdate() != null){ |
|
|
|
Calendar cal = Calendar.getInstance(); |
|
|
|
logger.info("--------"+child.getBirthdate()); |
|
|
|
logger.info("--------"+cal.after(child.getBirthdate())); |
|
|
|
if (cal.after(child.getBirthdate())) { |
|
|
|
int age = DateUtils.getAge(child.getBirthdate()); |
|
|
|
logger.info("--------"+child.getBirthdate()); |
|
|
|
|