From 7eb1952c63e5ef92c7f04c3becf986d85f8f2658 Mon Sep 17 00:00:00 2001 From: tangw Date: Wed, 21 Jan 2026 15:16:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zycx/src/main/resources/mapper/ZycxMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zycx/src/main/resources/mapper/ZycxMapper.xml b/zycx/src/main/resources/mapper/ZycxMapper.xml index 6d3e0c1..97e641e 100644 --- a/zycx/src/main/resources/mapper/ZycxMapper.xml +++ b/zycx/src/main/resources/mapper/ZycxMapper.xml @@ -20,7 +20,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and a.sqh = #{sqh} - and a.zt = #{zt} + and ((select ','+remark+',' from sys_dict_data where dict_type='lis_reqcx_type' and dict_value=#{zt}) like '%,'+a.zt+',%') and (a.ksdh = #{ksdh} or a.bz2 = #{ksdh}) and a.brly = #{brly} and a.yljg = #{yljg}