From 52e50b6d6e190a250989d1b2bfd1194d9eb7ec65 Mon Sep 17 00:00:00 2001 From: zhangchenbiao Date: Tue, 7 May 2024 17:22:38 +0800 Subject: [PATCH] fix --- .../src/main/resources/mapper/PointTodoInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coolstore-partner-dao/src/main/resources/mapper/PointTodoInfoMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/PointTodoInfoMapper.xml index 7bb3a05d1..0e026515d 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/PointTodoInfoMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/PointTodoInfoMapper.xml @@ -105,7 +105,7 @@ point_id, receive_task_time, finish_task_time from xfsg_point_audit_record - where point_id in and node_no = 1 + where node_no = 1 and point_id in #{pointId}