java110 5 anos atrás
pai
commit
0b0071de8a

+ 1 - 1
java110-db/src/main/resources/mapper/store/StorehouseServiceDaoImplMapper.xml

@@ -99,7 +99,7 @@
         </if>
         <if test="shObjIds !=null">
             and t.sh_obj_id in
-            <foreach collection="shObjIds" item="taskId" index="index" open="(" close=")" separator=",">
+            <foreach collection="shObjIds" item="item" index="index" open="(" close=")" separator=",">
                 #{item}
             </foreach>
         </if>