|
|
@@ -391,8 +391,8 @@
|
|
|
<if test="depId != null">
|
|
|
and d.department_id = #{depId}
|
|
|
</if>
|
|
|
- <if test="orderNo != null">
|
|
|
- and a.order_no = #{orderNo}
|
|
|
+ <if test="contractNo != null">
|
|
|
+ and e.contract_no = #{contractNo}
|
|
|
</if>
|
|
|
<if test="username != null">
|
|
|
and tm.buyer_name = #{username}
|
|
|
@@ -440,8 +440,8 @@
|
|
|
<if test="depId != null">
|
|
|
and d.department_id = #{depId}
|
|
|
</if>
|
|
|
- <if test="orderNo != null">
|
|
|
- and a.order_no = #{orderNo}
|
|
|
+ <if test="contractNo != null">
|
|
|
+ and e.contract_no = #{contractNo}
|
|
|
</if>
|
|
|
<if test="username != null">
|
|
|
and tm.buyer_name = #{username}
|