| | |
| | | "<if test='loginUserInfoVO.name != null and loginUserInfoVO.name.trim() != ""'>" + |
| | | "AND c.`name` = #{loginUserInfoVO.name} \n" + |
| | | " </if> " + |
| | | " <where>" + |
| | | " where u.face_state is not null and u.type=1" + |
| | | "<if test='loginUserInfoVO.communityName != null and loginUserInfoVO.communityName.trim() != ""'>" + |
| | | "and u.`name` = #{loginUserInfoVO.communityName} \n" + |
| | | " </if> " + |
| | | "<if test='loginUserInfoVO.phone != null and loginUserInfoVO.phone.trim() != ""'>" + |
| | | "AND u.phone = #{loginUserInfoVO.phone}" + |
| | | " </if> " + |
| | | " </where>" + |
| | | " order by u.face_state asc,u.create_at asc " + |
| | | "</script>") |
| | | IPage<LoginUserInfoVO> pageUserFace(Page page, @Param("loginUserInfoVO") LoginUserInfoVO loginUserInfoVO); |