cloud-server-account/src/main/resources/mapper/RefereeMapper.xml
@@ -22,7 +22,7 @@ and provinceCode = #{item.provinceCode} </if> <if test="null != item.cityCode and '' != item.cityCode"> and provinceCode = #{cityCode} and cityCode = #{cityCode} </if> order by createTime desc limit #{item.offset}, #{item.limit} </select> @@ -42,7 +42,7 @@ and provinceCode = #{item.provinceCode} </if> <if test="null != item.cityCode and '' != item.cityCode"> and provinceCode = #{cityCode} and cityCode = #{cityCode} </if> </select> </mapper>