Commit 6e65298a by 谢明辉

Merge branch 'develop' of http://192.168.9.26/platform/finance_serv into develop

2 parents eb9ab755 9dfec0cc
......@@ -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!