|
|
@ -20,7 +20,8 @@
|
|
|
|
) ld on ld.PID = ed.PID and ld.LatestTime = CreateTime
|
|
|
|
) ld on ld.PID = ed.PID and ld.LatestTime = CreateTime
|
|
|
|
right join EPointsInfo info on ed.PID = info.ID
|
|
|
|
right join EPointsInfo info on ed.PID = info.ID
|
|
|
|
left join base_point_info ee on ee.objid = info.EID
|
|
|
|
left join base_point_info ee on ee.objid = info.EID
|
|
|
|
where ee.device_name = #{deviceName} order by order_by
|
|
|
|
where ee.device_name = #{deviceName}
|
|
|
|
|
|
|
|
order by order_by
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="queryDeviceState" resultType="com.haiwei.manage.domain.DeviceState">
|
|
|
|
<select id="queryDeviceState" resultType="com.haiwei.manage.domain.DeviceState">
|
|
|
|
select case
|
|
|
|
select case
|
|
|
@ -52,44 +53,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
<select id="queryPramList" resultType="com.haiwei.manage.domain.RecordRaramData">
|
|
|
|
<select id="queryPramList" resultType="com.haiwei.manage.domain.RecordRaramData">
|
|
|
|
select *
|
|
|
|
select *
|
|
|
|
from (SELECT ee.point_name + info.PointName as pointname, ed.Data as data, CONVERT(varchar, ed.CreateTime, 120) time
|
|
|
|
from (SELECT ee.point_name + info.PointName as pointname, ed.Data as data, CONVERT(varchar, ed.CreateTime, 120)
|
|
|
|
|
|
|
|
time
|
|
|
|
FROM EPointData ed
|
|
|
|
FROM EPointData ed
|
|
|
|
right join EPointsInfo info on ed.PID = info.ID
|
|
|
|
right join EPointsInfo info on ed.PID = info.ID
|
|
|
|
left join base_point_info ee on ee.objid = info.EID
|
|
|
|
left join base_point_info ee on ee.objid = info.EID
|
|
|
|
where info.Status = 1) a PIVOT (max(data) FOR pointname IN ( 一体机A转速, 一体机A电流, 一体机A切刀转速, 一体机A切刀电流, 一体机A机头温度, 一体机A机头压力 )) t
|
|
|
|
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="beginTime !=null and endTime !=null">
|
|
|
|
<if test="beginTime !=null and endTime !=null">
|
|
|
|
time between #{beginTime} and #{endTime}
|
|
|
|
ed.CreateTime between #{beginTime} and #{endTime}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
) a PIVOT (max(data) FOR pointname IN ( 一体机A转速, 一体机A电流, 一体机A切刀转速, 一体机A切刀电流, 一体机A机头温度, 一体机A机头压力 )) t
|
|
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="queryPramList_B" resultType="com.haiwei.manage.domain.RecordRaramDataB">
|
|
|
|
<select id="queryPramList_B" resultType="com.haiwei.manage.domain.RecordRaramDataB">
|
|
|
|
select *
|
|
|
|
select *
|
|
|
|
from (SELECT ee.point_name + info.PointName as pointname, ed.Data as data, CONVERT(varchar, ed.CreateTime, 120) time
|
|
|
|
from (SELECT ee.point_name + info.PointName as pointname, ed.Data as data, CONVERT(varchar, ed.CreateTime, 120)
|
|
|
|
|
|
|
|
time
|
|
|
|
FROM EPointData ed
|
|
|
|
FROM EPointData ed
|
|
|
|
right join EPointsInfo info on ed.PID = info.ID
|
|
|
|
right join EPointsInfo info on ed.PID = info.ID
|
|
|
|
left join base_point_info ee on ee.objid = info.EID
|
|
|
|
left join base_point_info ee on ee.objid = info.EID
|
|
|
|
where info.Status = 1) a PIVOT (max(data) FOR pointname IN ( 一体机B转速, 一体机B电流, 一体机B切刀转速, 一体机B切刀电流, 一体机B机头温度, 一体机B机头压力 )) t
|
|
|
|
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="beginTime !=null and endTime !=null">
|
|
|
|
<if test="beginTime !=null and endTime !=null">
|
|
|
|
time between #{beginTime} and #{endTime}
|
|
|
|
ed.CreateTime between #{beginTime} and #{endTime}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
) a PIVOT (max(data) FOR pointname IN ( 一体机B转速, 一体机B电流, 一体机B切刀转速, 一体机B切刀电流, 一体机B机头温度, 一体机B机头压力 )) t
|
|
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="queryParamData" resultType="com.haiwei.manage.domain.RecordRaramData">
|
|
|
|
<select id="queryParamData" resultType="com.haiwei.manage.domain.RecordRaramData">
|
|
|
|
WITH CTE AS (
|
|
|
|
WITH CTE AS (
|
|
|
|
SELECT ROW_NUMBER() OVER (ORDER BY time) AS row_num,*
|
|
|
|
SELECT ROW_NUMBER() OVER (ORDER BY time) AS row_num,*
|
|
|
|
from (SELECT ee.point_name + info.PointName as pointname, ed.Data as data, CONVERT(varchar, ed.CreateTime, 120) time
|
|
|
|
from (SELECT ee.point_name + info.PointName as pointname, ed.Data as data, CONVERT(varchar, ed.CreateTime, 120)
|
|
|
|
|
|
|
|
time
|
|
|
|
FROM EPointData ed
|
|
|
|
FROM EPointData ed
|
|
|
|
right join EPointsInfo info on ed.PID = info.ID
|
|
|
|
right join EPointsInfo info on ed.PID = info.ID
|
|
|
|
left join base_point_info ee on ee.objid = info.EID
|
|
|
|
left join base_point_info ee on ee.objid = info.EID
|
|
|
|
where info.Status = 1) a PIVOT (max(data) FOR pointname IN ( 一体机A转速, 一体机A电流, 一体机A切刀转速, 一体机A切刀电流, 一体机A机头温度, 一体机A机头压力 )) t
|
|
|
|
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="beginTime !=null and endTime !=null">
|
|
|
|
<if test="beginTime !=null and endTime !=null">
|
|
|
|
time between #{beginTime} and #{endTime}
|
|
|
|
ed.CreateTime between #{beginTime} and #{endTime}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
) a PIVOT (max(data) FOR pointname IN ( 一体机A转速, 一体机A电流, 一体机A切刀转速, 一体机A切刀电流, 一体机A机头温度, 一体机A机头压力 )) t
|
|
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
SELECT *
|
|
|
|
SELECT *
|
|
|
|
FROM CTE
|
|
|
|
FROM CTE
|
|
|
@ -100,16 +109,19 @@
|
|
|
|
<select id="queryParamData_B" resultType="com.haiwei.manage.domain.RecordRaramDataB">
|
|
|
|
<select id="queryParamData_B" resultType="com.haiwei.manage.domain.RecordRaramDataB">
|
|
|
|
WITH CTE AS (
|
|
|
|
WITH CTE AS (
|
|
|
|
SELECT ROW_NUMBER() OVER (ORDER BY time) AS row_num,*
|
|
|
|
SELECT ROW_NUMBER() OVER (ORDER BY time) AS row_num,*
|
|
|
|
from (SELECT ee.point_name + info.PointName as pointname, ed.Data as data, CONVERT(varchar, ed.CreateTime, 120) time
|
|
|
|
from (SELECT ee.point_name + info.PointName as pointname, ed.Data as data, CONVERT(varchar, ed.CreateTime, 120)
|
|
|
|
|
|
|
|
time
|
|
|
|
FROM EPointData ed
|
|
|
|
FROM EPointData ed
|
|
|
|
right join EPointsInfo info on ed.PID = info.ID
|
|
|
|
right join EPointsInfo info on ed.PID = info.ID
|
|
|
|
left join base_point_info ee on ee.objid = info.EID
|
|
|
|
left join base_point_info ee on ee.objid = info.EID
|
|
|
|
where info.Status = 1) a PIVOT (max(data) FOR pointname IN ( 一体机B转速, 一体机B电流, 一体机B切刀转速, 一体机B切刀电流, 一体机B机头温度, 一体机B机头压力 )) t
|
|
|
|
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="beginTime !=null and endTime !=null">
|
|
|
|
<if test="beginTime !=null and endTime !=null">
|
|
|
|
time between #{beginTime} and #{endTime}
|
|
|
|
ed.CreateTime between #{beginTime} and #{endTime}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
) a PIVOT (max(data) FOR pointname IN ( 一体机B转速, 一体机B电流, 一体机B切刀转速, 一体机B切刀电流, 一体机B机头温度, 一体机B机头压力 )) t
|
|
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
SELECT *
|
|
|
|
SELECT *
|
|
|
|
FROM CTE
|
|
|
|
FROM CTE
|
|
|
@ -118,6 +130,4 @@
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|
|
|
|