2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-05-27 feac6e0c2db4e60d55417fde1971a0bc6d703566
dao/src/main/resources/mapper/PoleMapper.xml
@@ -70,5 +70,8 @@
            </if>
        </where>
        GROUP BY t1.id
        <if test="orderBy != null">
            ORDER BY  ${orderBy}
        </if>
    </select>
</mapper>