Преглед изворни кода

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

qtz пре 2 година
родитељ
комит
2002ba071b

+ 3
- 0
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml Прегледај датотеку

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