修改下发班组任务信息
This commit is contained in:
parent
763995ab79
commit
c5aa405794
|
|
@ -83,6 +83,12 @@
|
||||||
dev_model devModel,on_line onLine
|
dev_model devModel,on_line onLine
|
||||||
from pm_att_device
|
from pm_att_device
|
||||||
where pro_id=#{proId} and is_active=1
|
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"'>
|
<if test='supId!=null and supId!=0 and supId!="0"'>
|
||||||
and sub_id=#{supId}
|
and sub_id=#{supId}
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue