代码提交

This commit is contained in:
huangzj
2023-10-26 08:43:39 +08:00
parent ed80adc183
commit 9f4ea53421

View File

@@ -27,6 +27,7 @@
left join cs_dev_model t1 on
t0.model_id = t1.id
where
t0.status="1" and
t0.dev_id = #{devId} and t1.`type` = #{type}
</select>
</mapper>