供应计划更新单位

This commit is contained in:
2026-03-05 15:38:03 +08:00
parent 0c23b61cbb
commit ac45b0c79b
5 changed files with 54 additions and 1 deletions

View File

@@ -659,4 +659,12 @@
FROM rk_info
WHERE bill_no LIKE CONCAT(#{prefix}, #{date}, '%')
</select>
<update id="updateDw">
UPDATE rk_info
SET dw = #{dw}
WHERE sap_no = #{sapNo}
AND wl_no = #{wlNo}
AND xm_no = #{xmNo}
</update>
</mapper>