Commit ababc51f authored by zhangjianqian's avatar zhangjianqian

作业签字查询问题bug

parent de9ab9a7
......@@ -184,7 +184,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
(
permit.link_man = #{currentLoginUser}
OR sign.sign_id = #{currentLoginUser}
OR sign.staff_id = #{currentLoginUser}
)
<if test="applyDept != null and applyDept != ''">and apply_dept like concat('%', #{applyDept}, '%')</if>
<if test="linkMan != null and linkMan != ''"> and link_man = #{linkMan}</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