1.修复部门设备详情查询查询问题

master
x_z 2 years ago
parent ef4b457199
commit bd51920d7b

@ -62,6 +62,7 @@
AND t.addType = #{addType} AND t.addType = #{addType}
</if> </if>
</where> </where>
group by t.code
order by t.updateTime desc order by t.updateTime desc
</select> </select>

Loading…
Cancel
Save