进口仓单推送
This commit is contained in:
@@ -542,4 +542,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</select>
|
||||
|
||||
|
||||
<select id="selectByInOrderNumber" resultMap="StockInOrderResult">
|
||||
SELECT *
|
||||
|
||||
FROM stock_in_order
|
||||
WHERE del_flag = 1
|
||||
AND in_order_number = #{inOrderNumber}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user