<iftest="product_line_type != null and product_line_type != ''">
,#{product_line_type}
...
...
@@ -122,7 +131,7 @@
,#{deduct_amount}
</if>
<iftest="contract_amount_note != null and contract_amount_note != ''">
,#{contract_type}
,#{contract_amount_note}
</if>
<iftest="stop_amount != null ">
,#{stop_amount}
...
...
@@ -170,6 +179,15 @@
<iftest="customer_unid != null and customer_unid != ''">
,#{customer_unid}
</if>
<iftest="province_name !=null and province_name !=''">
,#{province_name}
</if>
<iftest="city_name !=null and city_name !=''">
,#{city_name}
</if>
<iftest="county_name !=null and county_name !=''">
,#{county_name}
</if>
)
</insert>
...
...
@@ -524,6 +542,10 @@
and
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>
<iftest="salesperson_unid !=null and salesperson_unid !=''">