update storageLocation
materialZlh = #{materialZlh},
materialXingh = #{materialXingh},
materialGuig = #{materialGuig},
materialDiany = #{materialDiany},
materialMs = #{materialMs},
materialState = '1'
where materialBh = #{materialBh}
update storageLocation set materialState = '0',materialZlh = null,materialXingh = null,materialGuig = null,
materialDiany = null, materialMs = null
materialBh
#{item}
insert into storageSelected (user_name,material_bh) values (#{userName},#{materialBh})
delete from storageSelected where user_name = #{userName} and material_bh = #{materialBh}
delete from storageSelected where user_name = #{userName}
and material_bh
#{item}