入库相关接口开发

This commit is contained in:
2025-06-03 14:27:17 +08:00
parent 68f96b9872
commit 1bfc086e8f
5 changed files with 65 additions and 4 deletions

View File

@@ -117,6 +117,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where id = #{id} and is_delete = 0
</select>
<select id="countRkInfoByLocationCode" resultType="int">
SELECT COUNT(1)
FROM rk_info
WHERE pcode = #{locationCode} AND is_delete = 0
</select>
<update id="updateRkInfo" parameterType="RkInfo">
update rk_info
<trim prefix="SET" suffixOverrides=",">