待处理列表
This commit is contained in:
@@ -76,6 +76,18 @@
|
||||
from xfsg_lease_base_info
|
||||
where line_id = #{lineId}
|
||||
</select>
|
||||
<select id="selectByLineIds" resultType="com.cool.store.entity.LeaseBaseInfoDO">
|
||||
select
|
||||
<include refid="Base_Column_List"/>
|
||||
from xfsg_lease_base_info
|
||||
<where>
|
||||
<if test="lineIds !=null and lineIds.size>0">
|
||||
<foreach collection="lineIds" item="lineId" open="and line_id in (" close=")" separator=",">
|
||||
#{lineId}
|
||||
</foreach>
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user