代码提交
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
left join cs_dev_model t1 on
|
left join cs_dev_model t1 on
|
||||||
t0.model_id = t1.id
|
t0.model_id = t1.id
|
||||||
where
|
where
|
||||||
|
t0.status="1" and
|
||||||
t0.dev_id = #{devId} and t1.`type` = #{type}
|
t0.dev_id = #{devId} and t1.`type` = #{type}
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user