Merge branch 'qtz3' of SH-Arbitrate/Arbitrate-Backend into dev

This commit was merged in pull request #183.
This commit is contained in:
qtz
2023-11-02 17:59:54 +08:00
committed by Gitea
@@ -34,6 +34,9 @@
<if test="deptId != null"> <if test="deptId != null">
AND d.dept_id = #{deptId} AND d.dept_id = #{deptId}
</if> </if>
<if test="userId != null">
AND d.user_id = #{userId}
</if>
</where> </where>
</select> </select>