Commit 9dfec0cc by 王军业

[条件导出]

1 parent f0daa277
......@@ -569,9 +569,11 @@
<if test="columns == null">
*
</if>
<if test="columns !=null">
<foreach collection="columns" index="index" item="column" open=" " separator="," close=" ">
#{column}
</foreach>
</if>
) from (select
contract_unid, salesperson_unid, province, city, county, province_name,city_name,county_name,
guarantee_period, sign_date, product_line_type, contract_state,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!