1
This commit is contained in:
11
mosty-qwzx/src/main/resources/mapper/TbQwJjrMapper.xml
Normal file
11
mosty-qwzx/src/main/resources/mapper/TbQwJjrMapper.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
||||
<mapper namespace="com.mosty.qwzx.mapper.TbQwJjrMapper">
|
||||
|
||||
<delete id="deleteBatch">
|
||||
delete from tb_qw_jjr where id in
|
||||
<foreach collection="list" open="(" separator="," close=")" item="item">
|
||||
#{item}
|
||||
</foreach>
|
||||
</delete>
|
||||
</mapper>
|
Reference in New Issue
Block a user