维修优化
This commit is contained in:
parent
0d5ef173c8
commit
37ef52d6a8
|
|
@ -298,8 +298,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
su.nick_name createBy,
|
||||
tk.create_time createTime,
|
||||
tk.remark,
|
||||
tk.CODE repairNum,
|
||||
su1.user_name as teamName
|
||||
tk.CODE repairNum
|
||||
-- su1.user_name as teamName
|
||||
FROM
|
||||
tm_task tk
|
||||
LEFT JOIN tm_task_agreement tta ON tk.task_id = tta.task_id
|
||||
|
|
@ -311,7 +311,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
LEFT JOIN ma_type mt1 ON mt.parent_id = mt1.type_id
|
||||
LEFT JOIN sys_user su ON su.user_id = tk.create_by
|
||||
LEFT JOIN ma_type_repair mtr ON mtr.type_id = rad.type_id
|
||||
LEFT JOIN sys_user su1 ON su1.user_id = mtr.user_id
|
||||
-- LEFT JOIN sys_user su1 ON su1.user_id = mtr.user_id
|
||||
WHERE
|
||||
tk.task_type = #{taskType}
|
||||
<if test="keyword != null and keyword != ''">
|
||||
|
|
|
|||
Loading…
Reference in New Issue