Commit 9153bc1f by 王军业

45465648565

1 parent dafd19cc
...@@ -509,6 +509,8 @@ ...@@ -509,6 +509,8 @@
contract_unid in (select receive_amount_view.contract_unid from receive_amount_view where receive_amount_view.leave_amount_point <![CDATA[<=]]> #{leave_amount_end_point}) contract_unid in (select receive_amount_view.contract_unid from receive_amount_view where receive_amount_view.leave_amount_point <![CDATA[<=]]> #{leave_amount_end_point})
</if> </if>
and is_delete=false and is_delete=false
and project_unid!=null
and customer_unid!=null
<if test="limit !=null and limit!=0 "> <if test="limit !=null and limit!=0 ">
limit #{limit} limit #{limit}
</if> </if>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!