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