'123'
This commit is contained in:
parent
c029f7709e
commit
61039d98da
|
@ -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=",">
|
||||
|
|
Loading…
Reference in New Issue