This commit is contained in:
mashuai 2024-09-20 17:20:06 +08:00
parent 7f4997688c
commit 77c8a17a00
1 changed files with 2 additions and 1 deletions

View File

@ -255,8 +255,9 @@
left join tb_bd_record tbr on tbdr.record_id = tbr.id left join tb_bd_record tbr on tbdr.record_id = tbr.id
left join sys_user su on tbr.audit_user = su.user_id left join sys_user su on tbr.audit_user = su.user_id
where where
1=1
<if test="recordId != null"> <if test="recordId != null">
tbdr.record_id = #{recordId} and tbdr.record_id = #{recordId}
</if> </if>
</select> </select>
</mapper> </mapper>