|
@@ -264,7 +264,7 @@
|
|
|
and tbuaa.service_id = #{serviceId}
|
|
|
</if>
|
|
|
<if test="userId != null and userId != ''">
|
|
|
- and tbuaa.user_id = #{serviceId}
|
|
|
+ and tbuaa.user_id = #{userId}
|
|
|
</if>
|
|
|
and tbuaa.sop_role_type = 'ENGINEER'
|
|
|
and tffa.status not in('END')
|
|
@@ -297,7 +297,7 @@
|
|
|
and tbuaa.service_id = #{serviceId}
|
|
|
</if>
|
|
|
<if test="userId != null and userId != ''">
|
|
|
- and tbuaa.user_id = #{serviceId}
|
|
|
+ and tbuaa.user_id = #{userId}
|
|
|
</if>
|
|
|
and tbuaa.sop_role_type = 'ENGINEER'
|
|
|
and tffa.status not in('END')
|