From 784559f9dc87ef882ee2b33e467418838992274d Mon Sep 17 00:00:00 2001 From: liujiang <569804566@qq.com> Date: Thu, 2 Oct 2025 20:03:09 +0800 Subject: [PATCH] =?UTF-8?q?master=EF=BC=9A=E7=94=9F=E4=BA=A7=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E7=AE=A1=E7=90=86=EF=BC=8C=E8=B4=A7=E5=8F=B7=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2BUG=E4=BF=AE=E5=A4=8D=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/StoreProductDemandDetailMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkt/src/main/resources/mapper/StoreProductDemandDetailMapper.xml b/xkt/src/main/resources/mapper/StoreProductDemandDetailMapper.xml index 40ad03239..5f52e7f20 100644 --- a/xkt/src/main/resources/mapper/StoreProductDemandDetailMapper.xml +++ b/xkt/src/main/resources/mapper/StoreProductDemandDetailMapper.xml @@ -17,7 +17,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" LEFT JOIN store_factory sf ON spd.store_factory_id = sf.id WHERE spdd.del_flag = 0 AND spdd.store_id = #{storeId} - and spdd.prod_art_num like concat('%', #{remark}, '%') + and spdd.prod_art_num like concat('%', #{prodArtNum}, '%') and sf.id = #{storeFactoryId} and sf.remark like concat('%', #{remark}, '%') and spdd.emergency = #{emergency}