过程检验单删除部分
This commit is contained in:
@@ -154,4 +154,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
#{lineId}
|
||||
</foreach>
|
||||
</delete>
|
||||
|
||||
<delete id="deleteByIpqcId" parameterType="Long">
|
||||
delete from qc_ipqc_line where ipqc_id = #{ipqcId}
|
||||
</delete>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user