java110
2023-05-30 f14c50cb0036d3ddd655ce4e34732ba396a836c4
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>