da-xian 3 months ago
parent
commit
2a259192f2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/main/resources/mapping/cquery/WellInfoCQuery.xml

+ 3 - 1
src/main/resources/mapping/cquery/WellInfoCQuery.xml

@@ -30,6 +30,8 @@
             str.azimuth_angle,
             str.well_coordinates_x,
             str.well_coordinates_y,
+            str.geo_offset_east,
+            str.geo_offset_north,
             intr.well_state
         FROM
             by_dwr.fact_dwr_well_basic_information well
@@ -77,7 +79,7 @@
         well_stt.well_coordinates_x x,
         well_stt.well_coordinates_y y,
         well_stt.geo_offset_east,
-        well_stt.geo_offset_nonth,
+        well_stt.geo_offset_north,
         intr.well_state
         FROM
         by_dwr.fact_dwr_well_basic_information well