Эх сурвалжийг харах

作业新增sopid查询条件

车车 3 сар өмнө
parent
commit
deb6fc2a88

+ 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