|
@@ -123,6 +123,9 @@
|
|
|
<if test="query.buyEntId != null">
|
|
<if test="query.buyEntId != null">
|
|
|
and d.ent_id = #{query.buyEntId}
|
|
and d.ent_id = #{query.buyEntId}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="query.contractId != null">
|
|
|
|
|
+ and f.contract_id = #{query.contractId}
|
|
|
|
|
+ </if>
|
|
|
<if test="query.saleEntId != null">
|
|
<if test="query.saleEntId != null">
|
|
|
and e.ent_id = #{query.saleEntId}
|
|
and e.ent_id = #{query.saleEntId}
|
|
|
</if>
|
|
</if>
|