From 165654b1f7b9a19c335bcd2eb73df0c0831ea499 Mon Sep 17 00:00:00 2001 From: yq183 <645046984@qq.com> Date: Mon, 13 Jan 2025 14:07:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yq-system/src/main/resources/mapper/system/MineFaceMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yq-system/src/main/resources/mapper/system/MineFaceMapper.xml b/yq-system/src/main/resources/mapper/system/MineFaceMapper.xml index 0b508b7..a5b668a 100644 --- a/yq-system/src/main/resources/mapper/system/MineFaceMapper.xml +++ b/yq-system/src/main/resources/mapper/system/MineFaceMapper.xml @@ -56,7 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" d.dept_id,d.dept_name FROM mine_face mf - inner join sys_dept d on mg.dept_id = d.dept_id + inner join sys_dept d on mf.dept_id = d.dept_id WHERE mf.face_byte is not null