diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/zhhq/ZhhqPhysicalExaminationMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/zhhq/ZhhqPhysicalExaminationMapper.xml index b2ac8a2..163d8ef 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/zhhq/ZhhqPhysicalExaminationMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/zhhq/ZhhqPhysicalExaminationMapper.xml @@ -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