mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 04:03:45 +09:00
#수정
stock/create.jsp stock/list.jsp stock/read.jsp stock/update.jsp WarehouseController.java WarehouseMapper.xml
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user