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>