班组管理
This commit is contained in:
parent
b5ff57d536
commit
8a22e3a8a7
|
|
@ -56,7 +56,8 @@
|
|||
tte.eval_time AS evalTime,
|
||||
tte.evaluator,
|
||||
tte.score,
|
||||
tte.content
|
||||
tte.content,
|
||||
tte.team_id AS teamId
|
||||
FROM tb_team_eval tte
|
||||
LEFT JOIN tb_work_team twt ON tte.team_id = twt.team_id
|
||||
<where>
|
||||
|
|
|
|||
Loading…
Reference in New Issue