From 4f0c98099f43028d29546c7000ef48bc89282dc4 Mon Sep 17 00:00:00 2001
From: liuhaonan <31457034@qq.com>
Date: 星期五, 06 五月 2022 18:35:52 +0800
Subject: [PATCH] Changes
---
dao/src/main/resources/mapper/LightTaskMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dao/src/main/resources/mapper/LightTaskMapper.xml b/dao/src/main/resources/mapper/LightTaskMapper.xml
index fcc4895..c5d110d 100644
--- a/dao/src/main/resources/mapper/LightTaskMapper.xml
+++ b/dao/src/main/resources/mapper/LightTaskMapper.xml
@@ -55,7 +55,7 @@
t3.device_type=0
<if test=" taskId != null">
AND
- task_id = taskId
+ t2.task_id = #{taskId}
</if>
</select>
</mapper>
--
Gitblit v1.9.3