修改公章管理功能

This commit is contained in:
qitz
2023-11-02 17:56:46 +08:00
parent 53e8ea4137
commit aae315a059
@@ -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>