服务指令镜像bug

This commit is contained in:
1378012178@qq.com 2025-08-05 15:57:04 +08:00
parent 695b730384
commit 2cd93f8a21
1 changed files with 1 additions and 0 deletions

View File

@ -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>