|
|
@ -445,8 +445,9 @@
|
|
|
|
<if test="invSpaceCode != null and invSpaceCode != ''">
|
|
|
|
<if test="invSpaceCode != null and invSpaceCode != ''">
|
|
|
|
AND ipd.invSpaceCode = #{invSpaceCode}
|
|
|
|
AND ipd.invSpaceCode = #{invSpaceCode}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="cplb != null and cplb != ''"></if>
|
|
|
|
<if test="cplb != null and cplb != ''">
|
|
|
|
AND bp.cplb = #{cplb}
|
|
|
|
AND bp.cplb = #{cplb}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
group by ip.id
|
|
|
|
group by ip.id
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|