Commit 9eee3809 by java-李谡

修改fast-json配置,修改sql文件

parent 3250c9ae
......@@ -28,7 +28,7 @@
<select id="getList" resultType="com.ejweb.modules.verify.entity.AirlineVerifyEntity">
SELECT
<include refid="airlineVerifyColumns"/>
,p.end_time
,p.end_time AS nodeDate
FROM
foc_airline_verify a
LEFT JOIN foc_aircraft_type t ON a.aircraft_type = t.id
......
......@@ -76,6 +76,7 @@
<list>
<value>WriteMapNullValue</value>
<value>QuoteFieldNames</value>
<value>DisableCircularReferenceDetect</value>
</list>
</property>
</bean>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment