@Select("<script>SELECT s.* ,t.userName AS createbyName " + "FROM " + "st_user s ,st_user t " + "WHERE s.createby = t.id " + "<if test=\"userName !=null and userName!=''\"> and s.userName LIKE CONCAT('%',#{userName},'%')</if>" + "<if test=\"userCode !=null and userCode!=''\"> and s.userCode LIKE CONCAT('%',#{userCode},'%')</if>" + "<if test=\"sex !=3 \"> and s.sex=#{sex}</if></script>")