Commit 7db82815 authored by 刘凡's avatar 刘凡

优化:移装变更登记,列表返回查询为空的问题

parent c26db1d8
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
AND crt.use_unit_credit_code = #{dto.unitCode} AND crt.use_unit_credit_code = #{dto.unitCode}
</if> </if>
<if test="currentUserId != null and currentUserId != '' "> <if test="currentUserId != null and currentUserId != '' ">
or ur.transfer_to_user_ids like concat('%',#{currentUserId},'%') or crt.transfer_to_user_ids like concat('%',#{currentUserId},'%')
</if> </if>
</where> </where>
order by crt.rec_date desc order by crt.rec_date desc
......
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