Browse Source

上架修改盘点

wangxin 2 days ago
parent
commit
dba73eaf42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mybatis/business/BizTaksStockLotMapper.xml

+ 1 - 1
src/main/resources/mybatis/business/BizTaksStockLotMapper.xml

@@ -83,7 +83,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <trim prefix="WHERE" suffix="" suffixOverrides="AND">
             t1.lot_id in
             <foreach collection="lotIdsForInbound" item="lotId" open="(" close=")" separator=",">
-                 #{lotId}
+                 #{lotI}
             </foreach>
             AND t1.take_stock_period_id = #{takeStockPeriodId}
         </trim>