Compare commits

..

No commits in common. "12bdc77002c240b4380dcec132e328c84e877d44" and "3fb87f82afacfb8b51cea94dcee3a6b8c6817c64" have entirely different histories.

1 changed files with 0 additions and 6 deletions

View File

@ -83,12 +83,6 @@
dev_model devModel,on_line onLine
from pm_att_device
where pro_id=#{proId} and is_active=1
<if test='teamId==0 or teamId=="0"'>
and team_id is NULL
</if>
<if test='supId==0 or supId=="0"'>
and sub_id is NULL and team_id is NULL
</if>
<if test='supId!=null and supId!=0 and supId!="0"'>
and sub_id=#{supId}
</if>