stock/create.jsp
stock/list.jsp
stock/read.jsp
stock/update.jsp
WarehouseController.java
WarehouseMapper.xml
This commit is contained in:
sungsu
2024-01-22 10:11:38 +09:00
parent 75e2cbaade
commit fbc2470c98

View File

@@ -164,7 +164,7 @@
<choose> <choose>
<when test="searchn == 0"> w.activation = 1 and w.name like concat('%',#{search},'%')</when> <when test="searchn == 0"> w.activation = 1 and w.name like concat('%',#{search},'%')</when>
<when test="searchn == 1"> w.activation = 1 and address like concat('%',#{search},'%')</when> <when test="searchn == 1"> w.activation = 1 and address like concat('%',#{search},'%')</when>
<when test="searchn == 2"> and w.activation = 1 and capacity like concat('%',#{search},'%')</when> <when test="searchn == 2"> w.activation = 1 and capacity like concat('%',#{search},'%')</when>
</choose> </choose>
</where> </where>
</select> </select>