浏览代码

作业新增sopid查询条件

车车 3 月之前
父节点
当前提交
deb6fc2a88
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      yudao-module-iscs/src/main/resources/mapper/JobTicketMapper.xml

+ 3 - 0
yudao-module-iscs/src/main/resources/mapper/JobTicketMapper.xml

@@ -52,6 +52,9 @@
             <if test="vo.userId != null and vo.userId.trim != ''">
                 and u.user_id = #{vo.userId}
             </if>
+            <if test="vo.sopId != null">
+                and j.sop_id = #{vo.sopId}
+            </if>
         </where>
         GROUP BY j.id
         ORDER BY j.id DESC