修改公章管理功能 #183

Merged
qtz merged 2 commits from qtz3 into dev 2023-11-02 09:59:55 +00:00
@@ -34,6 +34,9 @@
<if test="deptId != null">
AND d.dept_id = #{deptId}
</if>
<if test="userId != null">
AND d.user_id = #{userId}
</if>
</where>
</select>