添加流量计设备数据时间逆序查询
This commit is contained in:
parent
b590dfa9fa
commit
3609325df8
@ -30,6 +30,7 @@
|
||||
<if test="saveTime != null "> and save_time = #{saveTime}</if>
|
||||
<if test="deptId != null "> and dept_id = #{deptId}</if>
|
||||
</where>
|
||||
order by real_time desc
|
||||
</select>
|
||||
|
||||
<select id="selectNgFlowDeviceDataById" parameterType="Long" resultMap="NgFlowDeviceDataResult">
|
||||
|
Loading…
x
Reference in New Issue
Block a user