服务指令-生成即时工单bug处理

This commit is contained in:
曹磊 2026-01-21 09:56:02 +08:00
parent 212b3e51fa
commit c56f8fcb22
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@
from ${tableName} m
inner join nu_base_info b on m.nu_id = b.nu_id and b.del_flag = '0'
left join nu_biz_elder_info c on m.nu_id = c.nu_id and c.del_flag = '0'
left join view_sys_dict d on a.cycle_type_id = d.item_value and d.dict_code = 'period_type'
left join view_sys_dict d on m.cycle_type_id = d.item_value and d.dict_code = 'period_type'
where m.id = #{id}
and m.cycle_type_id = '2'
</select>