Commit 3989b53f authored by suhuiguang's avatar suhuiguang

1.车用气瓶列表增加返回作废功能使用的作废原因字段

parent 78657af1
......@@ -55,7 +55,8 @@
date_format(tjvi.installation_data,'%Y-%m-%d') as installationData,
tjvi.vehicle_attribute as vehicleAttribute,
tjvi.gas_num as gasNum,
tjvi.create_date as createDate
tjvi.create_date as createDate,
tjvi.cancel_reason as cancelReason
from tzs_jg_vehicle_information tjvi
</sql>
......
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