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