mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 19:54:00 +09:00
#update
StockMapper.xml
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
order by stock.id desc limit #{start}, #{perPage}
|
||||
</select>
|
||||
|
||||
<select id="count" parameterType="map" resultType="java.lang.Integer">
|
||||
<select id="list" parameterType="map" resultType="java.lang.Integer">
|
||||
select * from stock left join warehouse on stock.warehouse_id = warehouse.id left join product on stock.product_id = product.id left join product_category on product.kan_code = product_category.kan_code
|
||||
<where>
|
||||
<choose>
|
||||
|
||||
Reference in New Issue
Block a user