完成日报模块
This commit is contained in:
@ -30,7 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
SELECT
|
||||
a.*,
|
||||
b.username,
|
||||
b.avatar_name as avatarName
|
||||
b.avatar_name
|
||||
FROM
|
||||
wgz_leave a
|
||||
LEFT JOIN bgt_user b ON (a.auditor_user_id = b.user_id and b.del_flag = 0)
|
||||
|
||||
Reference in New Issue
Block a user