From 0bdc963450780e4b442a70a6f84dff690241ec05 Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 2 Apr 2024 17:04:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(X-Pack):=20=E4=BF=AE=E5=A4=8D=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=A1=AB>=E6=88=91=E7=9A=84=E5=A1=AB=E6=8A=A5?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2=E8=BF=87=E6=BB=A4=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../io/dataease/ext/ExtDataFillFormMapper.xml | 2 +- .../src/views/dataFilling/form/CreateTask.vue | 8 +-- .../src/views/dataFilling/myTask/index.vue | 52 ++++++++++++++----- 3 files changed, 44 insertions(+), 18 deletions(-) diff --git a/core/backend/src/main/java/io/dataease/ext/ExtDataFillFormMapper.xml b/core/backend/src/main/java/io/dataease/ext/ExtDataFillFormMapper.xml index a0ade02fbc..ac2bc52f39 100644 --- a/core/backend/src/main/java/io/dataease/ext/ExtDataFillFormMapper.xml +++ b/core/backend/src/main/java/io/dataease/ext/ExtDataFillFormMapper.xml @@ -219,7 +219,7 @@ AND t3.`name` LIKE CONCAT('%',#{taskName},'%') - ORDER BY t1.end_time DESC, t1.start_time + ORDER BY t1.end_time, t1.start_time