|
|
@ -672,6 +672,7 @@ |
|
|
<foreach collection="mainIds" item="item" index="index" open="(" separator="," close=")"> |
|
|
<foreach collection="mainIds" item="item" index="index" open="(" separator="," close=")"> |
|
|
#{item} |
|
|
#{item} |
|
|
</foreach> |
|
|
</foreach> |
|
|
|
|
|
and b.point_status != '3' |
|
|
<if test="filter != null ">and b.filter = #{filter}</if> |
|
|
<if test="filter != null ">and b.filter = #{filter}</if> |
|
|
</select> |
|
|
</select> |
|
|
<select id="selectBaseInfoByPointId" parameterType="String" resultType="java.util.Map"> |
|
|
<select id="selectBaseInfoByPointId" parameterType="String" resultType="java.util.Map"> |
|
|
|