This commit is contained in:
xd 2024-03-19 15:13:25 +08:00
parent c029f7709e
commit 61039d98da
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<update id="confirmStorageLocation" parameterType="java.util.List">
update storageLocation set materialState = '0',materialZlh = null,materialXingh = null,materialGuig = null,
materialDiany = null, materialMs = null
materialDiany = null, materialMs = null, userName = null
<where>
materialBh
<foreach collection="list" item="item" index="index" open="in (" close=")" separator=",">