2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-27 f04802851ffecf0e85b30f4ea7b73da5fbdbf188
dao/src/main/resources/mapper/MonitorMapper.xml
@@ -63,6 +63,9 @@
                AND t1.binding_state = #{bindingState}
            </if>
        </where>
        <if test="orderBy!=null ">
            ORDER BY ${orderBy}
        </if>
    </select>
</mapper>