Explorar o código

转速不再作为单独测点

wzl hai 6 meses
pai
achega
63dc938b02
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/main/resources/mapper/WaveDataMapper.xml

+ 2 - 1
src/main/resources/mapper/WaveDataMapper.xml

@@ -4,7 +4,8 @@
 
     <select id="getMesureData" resultType="com.dskj.znzn.transData.web.waveData.entity.WaveData">
 
-        select id,wind_turbine_number,wind_turbine_name,time_stamp,rotational_speed,sampling_frequency,mesure_point_name from
+        select id,wind_turbine_number,wind_turbine_name,time_stamp,rotational_speed,sampling_frequency,mesure_point_name
+        from
         ${windCode}
         where
         time_stamp between #{startTime} and #{endTime}