From 78c7b03e279cad29a6123e83da738edc1f00280c Mon Sep 17 00:00:00 2001
From: liuhaonan <31457034@qq.com>
Date: 星期四, 23 六月 2022 16:55:41 +0800
Subject: [PATCH] bug修复
---
dao/src/main/resources/mapper/LightTaskMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dao/src/main/resources/mapper/LightTaskMapper.xml b/dao/src/main/resources/mapper/LightTaskMapper.xml
index 4b3a944..cc8efe4 100644
--- a/dao/src/main/resources/mapper/LightTaskMapper.xml
+++ b/dao/src/main/resources/mapper/LightTaskMapper.xml
@@ -97,7 +97,7 @@
</if>
GROUP BY
task_id
--- ORDER BY
--- t1.${orderBy}
+ ORDER BY
+ t1.${orderBy}
</select>
</mapper>
--
Gitblit v1.9.3