浏览代码

上架修改盘点

wangxin 2 天之前
父节点
当前提交
dba73eaf42
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>