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>