修改方法名

This commit is contained in:
yf001217 2026-03-23 20:30:41 +08:00
parent b2beb02a7c
commit 448577914d
1 changed files with 1 additions and 3 deletions

View File

@ -85,9 +85,7 @@
WHERE di."value"=#{factoryNo} AND wh."no"=#{warehouseNo}
</select>
<select id="getName" resultType="java.lang.String">
<select id="getWname" resultType="java.lang.String">
SELECT name
FROM wms_inventory a,dictonary_item b
WHERE a.factory_no=b.id AND a.warehouse_no=#{warehouseNo} AND a.no=#{factoryNo}