瀏覽代碼

医健宝代码提交

yjwang 1 周之前
父節點
當前提交
50f7b8aecf
共有 1 個文件被更改,包括 6 次插入0 次删除
  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">