3.14优化
This commit is contained in:
@ -37,7 +37,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
b.avatar_name,
|
||||
a.dily_time,
|
||||
a.finish_today,
|
||||
a.auditor_type
|
||||
a.auditor_type,
|
||||
a.status
|
||||
FROM
|
||||
wgz_daily_clock a
|
||||
LEFT JOIN wgz_user b ON (a.user_id = b.user_id and b.del_flag = 0)
|
||||
|
||||
Reference in New Issue
Block a user