|
|
@@ -68,7 +68,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
select * from qw_sop_temp_temp
|
|
|
</select>
|
|
|
<select id="selectListByIds" resultType="com.fs.sop.domain.QwSopTemp">
|
|
|
- select * from qw_sop_temp where send_type = 11 and id in
|
|
|
+ select * from qw_sop_temp where id in
|
|
|
<foreach item="id" collection="ids" open="(" separator="," close=")">
|
|
|
#{id}
|
|
|
</foreach>
|