健康一体机后台查询管理设备表修改
This commit is contained in:
parent
1cb208570c
commit
1793e7cec9
|
|
@ -81,7 +81,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
from kitchen_staff_physical_examination a
|
||||
left join sys_user b on a.phone =b.phonenumber
|
||||
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 basic_area ba ON m.area_id = ba.area_id
|
||||
where 1=1
|
||||
|
|
|
|||
Loading…
Reference in New Issue