|
@@ -330,7 +330,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
AND fs_user.phone = #{phone}
|
|
AND fs_user.phone = #{phone}
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
--- limit ${(pageNum-1)*pageSize},${pageSize}
|
|
|
|
|
|
+ limit ${(pageNum-1)*pageSize},${pageSize}
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectFsUserPageListCount" resultType="java.lang.Long">
|
|
<select id="selectFsUserPageListCount" resultType="java.lang.Long">
|