服务指令-调整生成护理工单的BUG
This commit is contained in:
parent
311f10db2b
commit
c924ddd68d
|
|
@ -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=")">
|
||||
|
|
|
|||
Loading…
Reference in New Issue