入库模块开发
This commit is contained in:
@@ -144,6 +144,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
where id = #{id}
|
||||
</update>
|
||||
|
||||
<update id="resetGysJhStatusBySapNos">
|
||||
UPDATE gys_jh
|
||||
SET status = 0
|
||||
WHERE sap_no IN
|
||||
<foreach collection="sapNos" item="sapNo" open="(" separator="," close=")">
|
||||
#{sapNo}
|
||||
</foreach>
|
||||
</update>
|
||||
<delete id="deleteGysJhById" parameterType="Long">
|
||||
delete from gys_jh where id = #{id}
|
||||
</delete>
|
||||
|
||||
Reference in New Issue
Block a user