1
This commit is contained in:
16
mosty-wzzx/src/main/resources/mapper/TbQwZnzbMapper.xml
Normal file
16
mosty-wzzx/src/main/resources/mapper/TbQwZnzbMapper.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?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.wzzx.mapper.TbQwZnzbMapper">
|
||||
|
||||
<select id="queryListByYwid" resultType="com.mosty.base.model.entity.qwzx.TbQwZnzb">
|
||||
select a.* from mosty_qwgl.tb_qw_znzb a
|
||||
where a.xt_scbz = '0'
|
||||
and a.ywid in
|
||||
<foreach collection="list" item="item" index="index" open="(" close=")" separator=",">
|
||||
#{item}
|
||||
</foreach>
|
||||
|
||||
</select>
|
||||
|
||||
|
||||
</mapper>
|
Reference in New Issue
Block a user