Kaynağa Gözat

优化代码

java110 5 yıl önce
ebeveyn
işleme
aab92e3f9e

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

@@ -173,7 +173,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>