bug修复
This commit is contained in:
parent
89dfaa9e8f
commit
f7487d7c70
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue