代码提交
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user