陶杰
2024-08-29 b030378e316508eb5071aebe9d8494ad094f490f
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>