@ -2690,8 +2690,10 @@ public class ResiTopicServiceImpl extends BaseServiceImpl<ResiTopicDao, ResiTopi
switch (u.getGender()){
case NumConstant.ONE_STR:
gender = ModuleConstant.GENDER_ONE;
break;
case NumConstant.TWO_STR:
gender = ModuleConstant.GENDER_TWO;
default:
gender = ModuleConstant.GENDER_NO;
}