健康一体机后台查询管理设备表修改

This commit is contained in:
jjLv 2025-11-11 18:11:19 +08:00
parent 1cb208570c
commit 1793e7cec9
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from kitchen_staff_physical_examination a from kitchen_staff_physical_examination a
left join sys_user b on a.phone =b.phonenumber left join sys_user b on a.phone =b.phonenumber
left join sys_dept c on b.dept_id=c.dept_id left join sys_dept c on b.dept_id=c.dept_id
left join kitchen_device_info m on a.device_id=m.device_id left join kitchen_device_info m on a.device_id=m.device_no
LEFT JOIN kitchen_sub_place ksp ON ksp.sub_place_id = m.sub_place LEFT JOIN kitchen_sub_place ksp ON ksp.sub_place_id = m.sub_place
LEFT JOIN basic_area ba ON m.area_id = ba.area_id LEFT JOIN basic_area ba ON m.area_id = ba.area_id
where 1=1 where 1=1