瀏覽代碼

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

qtz 2 年之前
父節點
當前提交
2002ba071b
共有 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