mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 19:54:00 +09:00
#update
stock/list.jsp WarehouseController.java WarehouseMapper.xml WarehouseService.java WarehouseMapper.java
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<select id="list" parameterType="map" resultType="Object">
|
||||
<select id="list" parameterType="map" resultType="com.no1.wms.warehouse.WarehouseDto">
|
||||
select * from warehouse
|
||||
<where>
|
||||
<choose>
|
||||
|
||||
Reference in New Issue
Block a user