From 090d0a1a1d2fd2af7639c012a2ba27204e1ca36f Mon Sep 17 00:00:00 2001 From: lyf66 Date: Mon, 14 Apr 2025 14:48:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E5=AE=89=E5=85=A8=E7=9B=91?= =?UTF-8?q?=E6=B5=8B=E5=B8=83=E7=BD=AE=E5=9B=BE=E6=8E=92=E5=BA=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/gunshi/project/xyt/mapper/OsmoticPressRMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/gunshi/project/xyt/mapper/OsmoticPressRMapper.java b/src/main/java/com/gunshi/project/xyt/mapper/OsmoticPressRMapper.java index 81ff907..00028a3 100644 --- a/src/main/java/com/gunshi/project/xyt/mapper/OsmoticPressRMapper.java +++ b/src/main/java/com/gunshi/project/xyt/mapper/OsmoticPressRMapper.java @@ -159,7 +159,7 @@ public interface OsmoticPressRMapper extends BaseMapper { LEFT JOIN (SELECT station_code,MAX(tm) tm FROM osmotic_press_r GROUP BY station_code) maxr ON st.station_code = maxr.station_code LEFT JOIN osmotic_press_r r ON maxr.station_code = r.station_code AND maxr.tm = r.tm LEFT JOIN att_dam_profile m ON st.profile_code = m.profile_code - ORDER BY m.profile_name asc,st.station_code asc,r.tm desc + ORDER BY st._order asc,m._order asc """) List listValue();