Procházet zdrojové kódy

修改公章管理功能

qitz před 2 roky
rodič
revize
aae315a059

+ 3
- 0
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml Zobrazit soubor

@@ -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