添加流量计设备数据时间逆序查询

This commit is contained in:
蒾酒 2024-12-30 02:55:49 +08:00
parent b590dfa9fa
commit 3609325df8

View File

@ -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">