فهرست منبع

作业新增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