|
@@ -128,7 +128,7 @@ public class AHomePageFacade extends HomePageServiceImpl{
|
|
|
//初始化入参
|
|
|
HomePage homePage=new HomePage();
|
|
|
BeanUtil.copyProperties(s,homePage);
|
|
|
- if(StringUtil.isNotBlank(s.getSex())){
|
|
|
+ if(StringUtil.isNotEmpty(s.getSex())){
|
|
|
//性别,1:男,2:女
|
|
|
homePage.setSex(SexEnum.getName(s.getSex()));
|
|
|
}
|