Commit 2c7f07fb by 王军业

4545645468945

1 parent 9153bc1f
......@@ -509,8 +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})
</if>
and is_delete=false
and project_unid!=null
and customer_unid!=null
and project_unid is not null
and customer_unid is not null
<if test="limit !=null and limit!=0 ">
limit #{limit}
</if>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!