소스 검색

查询bug修改

小车车 3 달 전
부모
커밋
39132a4996
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      yudao-module-iscs/src/main/resources/mapper/JobTicketMapper.xml

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

@@ -113,6 +113,6 @@
                 left join isc_workstation w on w.id = j.workstation_id
                 left join isc_machinery m ON m.id = j.machinery_id
                 left join isc_sop s ON s.id = j.sop_id
-        where p.deleted = 0 and j.id = #{id}
+        where j.deleted = 0 and j.id = #{id}
     </select>
 </mapper>