修改用户表
This commit is contained in:
parent
9486a99919
commit
3609ca9aaa
|
|
@ -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'
|
||||
<if test='createUser!=null and createUser!=""'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue