From 1793e7cec92e7058ea321fb9a9536574938f52c9 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Tue, 11 Nov 2025 18:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E4=B8=80=E4=BD=93=E6=9C=BA?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E6=9F=A5=E8=AF=A2=E7=AE=A1=E7=90=86=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E8=A1=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/zhhq/ZhhqPhysicalExaminationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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