过程检验单删除部分

This commit is contained in:
JinLu.Yin
2022-08-30 19:27:55 +08:00
parent 5417109e48
commit 9f1c3af61b
5 changed files with 35 additions and 0 deletions

View File

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