java110-db/src/main/resources/mapper/community/RouteServiceDaoImplMapper.xml
@@ -90,6 +90,9 @@ <if test="serviceUrl != null and serviceUrl != ''"> and s.url = #{serviceUrl} </if> <if test="appName != null and appName != ''"> and a.name = #{appName} </if> <if test="page != -1 and page != null "> limit #{page}, #{row} </if> @@ -155,5 +158,8 @@ <if test="serviceUrl != null and serviceUrl != ''"> and s.url = #{serviceUrl} </if> <if test="appName != null and appName != ''"> and a.name = #{appName} </if> </select> </mapper>