人员修改

This commit is contained in:
jjLv 2025-04-29 09:48:53 +08:00
parent ad7fe392f1
commit 059bd787c7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from sys_user su
left join acc_card ac on ac.user_id = su.user_id
left join acc_info ai on ai.user_id = su.user_id
where ai.del_flag = '2'
where ai.del_flag = '0'
<if test="type == 'user'">
<if test="time != null and time != ''">
AND su.update_time >= #{time} - INTERVAL 5 SECOND;