Merge branch '0.8.X' of https://gitee.com/hdka/klp-oa into 0.8.X
This commit is contained in:
@@ -36,10 +36,11 @@
|
||||
remark
|
||||
FROM wms_check_item
|
||||
WHERE item_id IN
|
||||
<foreach item="ids" collection="list" separator="," close=")" open="(" index="">
|
||||
#{ids}
|
||||
<foreach item="id" collection="ids" separator="," close=")" open="(" index="">
|
||||
#{id}
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user