java110
2023-03-29 0b04f664887c73e90bf684a4e69c0fdbfe26349d
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>