Commit 9593b998 authored by lisong's avatar lisong

修改bug

parent d16c2bf8
......@@ -39,7 +39,6 @@
LEFT JOIN idx_biz_jg_other_info other on re.equ_id = other.RECORD
<where>
-- and ur.is_delete = 0 and (1=1 or ur.transfer_to_user_ids like concat('%',#{dto.currentUserId},'%'))
<if test="dto.equCategory != null and dto.equCategory != ''">
and jri.EQU_CATEGORY = #{dto.equCategory}
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment