From 4db58593f45e6f2fdadfb7239f67d2e160fa3682 Mon Sep 17 00:00:00 2001 From: zhulongchuan <1624729110@qq.com> Date: Mon, 15 Sep 2025 22:07:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E4=B8=93=E4=B8=9A=E6=83=85=E5=86=B5=E8=81=94=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/uav/UavOperatorProfessionMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djhk-system/src/main/resources/mapper/uav/UavOperatorProfessionMapper.xml b/djhk-system/src/main/resources/mapper/uav/UavOperatorProfessionMapper.xml index 5582e08..68e9dcc 100644 --- a/djhk-system/src/main/resources/mapper/uav/UavOperatorProfessionMapper.xml +++ b/djhk-system/src/main/resources/mapper/uav/UavOperatorProfessionMapper.xml @@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" p.type, p.annex_url,p.operator_id,p.create_by,p.create_time, p.update_by, p.update_time,o.pic_url, o.job_type,o.celebrate_date,o.user_id, o.user_name, o.police_no, o.police_type,o.tel,o.status, o.email,o.sex, o.operator_type, o.certificate_type, o.certificate_name, o.certificate_no, o.certificate_file_id - from professional_work p left join uav_operator o on p.operator_id=o.id + from professional_work p left join uav_operator o on p.operator_id=o.usr_id and operator_id = #{operatorId} and awards_content like concat('%', #{awardsContent}, '%')