Commit 9eee3809 by java-李谡

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

parent 3250c9ae
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<select id="getList" resultType="com.ejweb.modules.verify.entity.AirlineVerifyEntity"> <select id="getList" resultType="com.ejweb.modules.verify.entity.AirlineVerifyEntity">
SELECT SELECT
<include refid="airlineVerifyColumns"/> <include refid="airlineVerifyColumns"/>
,p.end_time ,p.end_time AS nodeDate
FROM FROM
foc_airline_verify a foc_airline_verify a
LEFT JOIN foc_aircraft_type t ON a.aircraft_type = t.id LEFT JOIN foc_aircraft_type t ON a.aircraft_type = t.id
......
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
<list> <list>
<value>WriteMapNullValue</value> <value>WriteMapNullValue</value>
<value>QuoteFieldNames</value> <value>QuoteFieldNames</value>
<value>DisableCircularReferenceDetect</value>
</list> </list>
</property> </property>
</bean> </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