bug修复
This commit is contained in:
parent
89dfaa9e8f
commit
f7487d7c70
|
|
@ -415,6 +415,7 @@
|
||||||
<if test="devId != null">
|
<if test="devId != null">
|
||||||
and td.id = #{devId}
|
and td.id = #{devId}
|
||||||
</if>
|
</if>
|
||||||
|
GROUP BY twc.config_name
|
||||||
ORDER BY twc.create_time DESC
|
ORDER BY twc.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
<select id="queryByDeviceId" resultType="java.lang.Integer">
|
<select id="queryByDeviceId" resultType="java.lang.Integer">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue