ソースを参照

修改公章管理功能

qitz 2 年 前
コミット
aae315a059
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3
    0
      ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml

+ 3
- 0
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml ファイルの表示

@@ -34,6 +34,9 @@
34 34
             <if test="deptId != null">
35 35
                 AND d.dept_id = #{deptId}
36 36
             </if>
37
+            <if test="userId != null">
38
+                AND d.user_id = #{userId}
39
+            </if>
37 40
         </where>
38 41
     </select>
39 42