bug修改

This commit is contained in:
xy
2025-05-20 10:29:47 +08:00
parent 52342d736d
commit 58a559b7b7

View File

@@ -14,7 +14,7 @@
where where
pid = #{modelId} pid = #{modelId}
and cl_dev = #{clDev} and cl_dev = #{clDev}
and data_type in ('Stat',NULL) and (data_type = 'Stat' or data_type IS NULL)
order by type,cl_dev order by type,cl_dev
</select> </select>