|
|
@@ -35,7 +35,7 @@
|
|
|
FROM
|
|
|
pt_service_log a
|
|
|
LEFT JOIN md_model_info b on a.md_id = b.MDID
|
|
|
- LEFT JOIN sys_user c on a.user_id = c.user_id
|
|
|
+ LEFT JOIN SH_PROJECT.sys_user c on a.user_id = c.user_id
|
|
|
<where>
|
|
|
<if test="logId != null ">and log_id = #{logId}</if>
|
|
|
<if test="serId != null and serId != ''">and ser_id = #{serId}</if>
|