From ad7448781b744dc0d5cf10831d9207c0358669d4 Mon Sep 17 00:00:00 2001 From: jiangs <373297395@qq.com> Date: Fri, 13 Mar 2026 15:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pf_transitPF/src/main/resources/mapper/LisPluginMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pf_transitPF/src/main/resources/mapper/LisPluginMapper.xml b/pf_transitPF/src/main/resources/mapper/LisPluginMapper.xml index a5caaa6..1f39c0b 100644 --- a/pf_transitPF/src/main/resources/mapper/LisPluginMapper.xml +++ b/pf_transitPF/src/main/resources/mapper/LisPluginMapper.xml @@ -3,19 +3,19 @@ "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > - select filepath,filena,bakdt1 from sys_exe_bak where filepath = #{filepath} - select bakdata1 from sys_exe_bak and filepath = #{filepath} and filena = #{filena} - Select reportcontent as bakdata1 From blood_report and reportid = #{reportid}