服务指令镜像bug
This commit is contained in:
parent
695b730384
commit
2cd93f8a21
|
|
@ -46,6 +46,7 @@
|
|||
on d.id = o.pk_id
|
||||
<where>
|
||||
o.status = '2'
|
||||
and d.del_flag = '0'
|
||||
<if test="orgCode !=null and orgCode != ''">
|
||||
AND d.org_code = #{orgCode}
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue