|
|
@@ -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>
|