From 3609ca9aaa4c9bc6e2eea237720e0521cba8af60 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Fri, 24 Oct 2025 15:19:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/business/ImageCaptionMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-business/src/main/resources/mapper/business/ImageCaptionMapper.xml b/bonus-business/src/main/resources/mapper/business/ImageCaptionMapper.xml index 2a6b297..42db3e4 100644 --- a/bonus-business/src/main/resources/mapper/business/ImageCaptionMapper.xml +++ b/bonus-business/src/main/resources/mapper/business/ImageCaptionMapper.xml @@ -189,7 +189,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" left join tb_user_oper tuo on tuo.id=tam.oper_id left join tb_sure_file file on file.algorithm_id=tam.id left join tb_image_recognize tir on tir.image_id=file.id - left join sys_user su on su.user_id=tam.sure_user + left join da_ky_sys_user su on su.user_id=tam.sure_user left join sys_dict_data sdd on sdd.dict_type='bz_data' where tam.oper_type=#{operaType} and file.is_active='0'