|
|
@@ -1467,7 +1467,7 @@ ifnull(ttm.party_amount,0) partyAmount,a.commodity_price commodityPrice,a.outsou
|
|
|
and e.contract_no like CONCAT('%',#{contractNo,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
|
<if test="projectStatus != null">
|
|
|
- and e.project_status = #{projectStatus,jdbcType=INTEGER}
|
|
|
+ and a.project_status = #{projectStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="depId != null">
|
|
|
and e.order_dep= #{depId,jdbcType=VARCHAR}
|
|
|
@@ -1535,7 +1535,7 @@ ifnull(ttm.party_amount,0) partyAmount,a.commodity_price commodityPrice,a.outsou
|
|
|
and e.contract_no like CONCAT('%',#{contractNo,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
|
<if test="projectStatus != null">
|
|
|
- and e.project_status = #{projectStatus,jdbcType=INTEGER}
|
|
|
+ and a.project_status = #{projectStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="depId != null">
|
|
|
and e.order_dep = #{depId,jdbcType=VARCHAR}
|