Merge branch 'qtz3' of SH-Arbitrate/Arbitrate-Backend into dev
This commit was merged in pull request #183.
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user