فهرست منبع

查找待打卡sop更新

wangliang 1 سال پیش
والد
کامیت
44f2c87a31
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      sop-business/src/main/resources/mapper/TBSopInfoMapper.xml

+ 2 - 2
sop-business/src/main/resources/mapper/TBSopInfoMapper.xml

@@ -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')