服务指令-调整生成护理工单的BUG

This commit is contained in:
曹磊 2025-12-17 10:07:52 +08:00
parent 311f10db2b
commit c924ddd68d
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
from nu_biz_employees_info a
inner join nu_biz_employees_servcie_tags b on a.id = b.employees_id
inner join nu_service_tag c on c.id = b.tags_id
inner join nu_servtag_directive d on d.tags_id = c.id
inner join nu_servtag_directive d on d.tag_id = c.id
where d.directive_id in
<foreach item="directiveId" index="index" collection="directiveIds.split(',')"
open="(" separator="," close=")">