bug修复

This commit is contained in:
mashuai 2024-11-05 17:40:47 +08:00
parent 89dfaa9e8f
commit f7487d7c70
1 changed files with 1 additions and 0 deletions

View File

@ -415,6 +415,7 @@
<if test="devId != null">
and td.id = #{devId}
</if>
GROUP BY twc.config_name
ORDER BY twc.create_time DESC
</select>
<select id="queryByDeviceId" resultType="java.lang.Integer">