From 27eff89dffb215ba6b1906a294bfbe02b5460e96 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 11 十二月 2024 14:36:23 +0800 Subject: [PATCH] 完善代码 --- pipIrr-platform/pipIrr-global/src/main/resources/mapper/Temp4DeleteMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/Temp4DeleteMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/Temp4DeleteMapper.xml index 23a411e..e6f50be 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/Temp4DeleteMapper.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/Temp4DeleteMapper.xml @@ -8,7 +8,7 @@ month as month, amount as amount from st_loss_month - order by id DESC, intake_id DESC, year DESC, month DESC + order by intake_id DESC, id DESC </select> <delete id="deleteByMainKey" parameterType="java.lang.Long"> -- Gitblit v1.8.0