From fbc2470c98743c205f6fd937c3bb2f5bbefee233 Mon Sep 17 00:00:00 2001 From: sungsu Date: Mon, 22 Jan 2024 10:11:38 +0900 Subject: [PATCH] =?UTF-8?q?#=EC=88=98=EC=A0=95=20stock/create.jsp=20stock/?= =?UTF-8?q?list.jsp=20stock/read.jsp=20stock/update.jsp=20WarehouseControl?= =?UTF-8?q?ler.java=20WarehouseMapper.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/StockMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mappers/StockMapper.xml b/src/main/resources/mappers/StockMapper.xml index c60abcb..58bd1de 100644 --- a/src/main/resources/mappers/StockMapper.xml +++ b/src/main/resources/mappers/StockMapper.xml @@ -164,7 +164,7 @@ w.activation = 1 and w.name like concat('%',#{search},'%') w.activation = 1 and address like concat('%',#{search},'%') - and w.activation = 1 and capacity like concat('%',#{search},'%') + w.activation = 1 and capacity like concat('%',#{search},'%')