服务指令-调整表名

This commit is contained in:
曹磊 2026-01-12 10:01:17 +08:00
parent ca21f3a756
commit 8d298070f8
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@
a.start_time as startTime,
a.end_time as endTime,
(case when b.orderly is null then 2 else 1 end) as orderEmp
from nu_biz_nu_care_directive_data_pool a
from nu_biz_nu_directive_data_pool a
left join nu_biz_elder_info b on a.elder_id = b.id
where a.iz_orders = 'N'
order by a.start_time,orderEmp,a.nu_id

View File

@ -35,7 +35,7 @@
iz_package as izPackage,
start_time as startTime,
end_time as endTime
from nu_biz_nu_care_directive_data_pool_sub
from nu_biz_nu_directive_data_pool_sub
where main_id = #{poolId}
</select>