人员修改
This commit is contained in:
parent
ad7fe392f1
commit
059bd787c7
|
|
@ -17,7 +17,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
from sys_user su
|
from sys_user su
|
||||||
left join acc_card ac on ac.user_id = su.user_id
|
left join acc_card ac on ac.user_id = su.user_id
|
||||||
left join acc_info ai on ai.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="type == 'user'">
|
||||||
<if test="time != null and time != ''">
|
<if test="time != null and time != ''">
|
||||||
AND su.update_time >= #{time} - INTERVAL 5 SECOND;
|
AND su.update_time >= #{time} - INTERVAL 5 SECOND;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue