Commit e5b18ec3 authored by 韩桐桐's avatar 韩桐桐

bug 27812

parent 4f70b833
......@@ -496,7 +496,8 @@
jfi.OTHER_ACCESSORIES_FACT as otherAccessoriesFact,
jfi.FACT_SUPERVISION_INSPECTION_REPORT as factSupervisionInspectionReport,
jfi.BOILER_ENERGY_EFFICIENCY_CERTIFICATE as boilerEnergyEfficiencyCertificate,
jfi.FACTORY_IS_COMPLETE as factoryIsComplete
jfi.FACTORY_IS_COMPLETE as factoryIsComplete,
jri.WHETHER_SKID_MOUNTED_PRESSURE_VESSEL as whetherSkidMountedPressureVessel
from idx_biz_jg_register_info jri
LEFT JOIN idx_biz_jg_factory_info jfi on jri.RECORD = jfi.RECORD
where jri.RECORD = #{id}
......
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