From 334f4b3d8116c8b6baa84813a50d44d4cd47ead3 Mon Sep 17 00:00:00 2001 From: wangzhijiang Date: Fri, 31 Mar 2023 14:54:06 +0800 Subject: [PATCH 01/29] =?UTF-8?q?67157=20=E5=BE=85=E5=8A=9E=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E3=80=81=E5=B7=B2=E5=8A=9E=E3=80=81=E5=B7=B2=E5=8F=91?= =?UTF-8?q?=20=E6=8C=89=E7=85=A7=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=80=92=E5=BA=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml index 12b8435a6..d19e6b2bd 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml @@ -64,6 +64,7 @@ pi.status, pi.prc_num, pi.prc_name, + pi.create_time, plb.project_name_id, plb.target_market, plb.studio_engineer, @@ -106,7 +107,7 @@ ) temp - order by temp.end_time desc + order by temp.create_time desc