src/main/resources/mapper/point/CustomerPointDetailMapper.xml @@ -15,6 +15,6 @@ <if test="dto.type != null and dto.type != ''"> and t.type = #{dto.type} </if> order by t.update_time desc order by t.c desc </select> </mapper>