From 8577acd6c65ba3ea9aaba11d7c14f3c52859d57d Mon Sep 17 00:00:00 2001 From: winter Date: Fri, 2 Feb 2024 22:46:57 +0800 Subject: [PATCH] fix --- .../src/main/resources/mapper/NeuPosOrderMasterExtMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/NeuPosOrderMasterExtMapper.xml b/mallinkService/src/main/resources/mapper/NeuPosOrderMasterExtMapper.xml index fed3ac2ab..28e47b60e 100644 --- a/mallinkService/src/main/resources/mapper/NeuPosOrderMasterExtMapper.xml +++ b/mallinkService/src/main/resources/mapper/NeuPosOrderMasterExtMapper.xml @@ -364,7 +364,7 @@ SELECT max(case when status=2 and is_shift=1 then created_at else 0 end) as shiftTime from user_login_record where org_id = #{orgId} and created_at > #{createBegin} and created_at <= #{createEnd} - and username = #{customerNumber} + and username = #{customerNumber} and shop_id = #{shopId} GROUP BY username) as a where shiftTime > 0