From 83d11768cb1db9ab01c5f957df14cea56132dcc1 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 26 Jan 2025 18:09:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=A2=9Epos=E6=9C=BA=E5=88=B7?= =?UTF-8?q?=E5=8D=A1=E6=8E=A8=E8=8D=90=E5=8A=9F=E8=83=BD,bug=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/invest/PosMachineMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/intc-modules/intc-invest/src/main/resources/mapper/invest/PosMachineMapper.xml b/intc-modules/intc-invest/src/main/resources/mapper/invest/PosMachineMapper.xml index 83bb951..b08d172 100644 --- a/intc-modules/intc-invest/src/main/resources/mapper/invest/PosMachineMapper.xml +++ b/intc-modules/intc-invest/src/main/resources/mapper/invest/PosMachineMapper.xml @@ -238,6 +238,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and a.del_flag = '0' and a.name like '%'|| #{name}||'%' and a.code like '%'|| #{code}||'%' + and a.id = #{accountId} ${params.dataScope} order by