瀏覽代碼

查找待打卡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')