|
|
|
@@ -656,6 +656,7 @@ public class WxCUserTagsServiceImpl implements WxCUserTagsService { |
|
|
|
Calendar cal = Calendar.getInstance(); |
|
|
|
if (cal.after(child.getBirthdate())) { |
|
|
|
int age = DateUtils.getAge(child.getBirthdate()); |
|
|
|
logger.info("--------"+age); |
|
|
|
if(age < 1){ |
|
|
|
if(!tags.contains(EnumTag.ID_166)){ |
|
|
|
tags.add(EnumTag.ID_166); |
|
|
|
|