|
@@ -91,6 +91,9 @@
|
|
<if test="createdUserId != null and createdUserId != ''">
|
|
<if test="createdUserId != null and createdUserId != ''">
|
|
and bom.created_user_id = #{createdUserId}
|
|
and bom.created_user_id = #{createdUserId}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="applyUserId != null and applyUserId != ''">
|
|
|
|
+ and task.created_user_id = #{applyUserId}
|
|
|
|
+ </if>
|
|
<if test="status != null">
|
|
<if test="status != null">
|
|
and bom.status = #{status}
|
|
and bom.status = #{status}
|
|
</if>
|
|
</if>
|