Bladeren bron

医健宝代码提交

yjwang 1 week geleden
bovenliggende
commit
50f7b8aecf
1 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  1. 6 0
      fs-service/src/main/resources/mapper/his/FsUserMapper.xml

+ 6 - 0
fs-service/src/main/resources/mapper/his/FsUserMapper.xml

@@ -383,6 +383,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="projectId != null">
                 AND ucu.project_id = #{projectId}
             </if>
+            <if test="status != null">
+                AND ucu.status = #{status}
+            </if>
         </where>
     </select>
 
@@ -421,6 +424,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="projectId != null">
                 AND ucu.project_id = #{projectId}
             </if>
+            <if test="status != null">
+                AND ucu.status = #{status}
+            </if>
         </where>
     </select>
     <update id="transferCompanyUser">