#
luxiaotao1123
2022-07-11 30c587a6859faa6cdcb8dc1f4e963653777d236d
src/main/resources/mapper/BasSteMapper.xml
@@ -28,4 +28,10 @@
    </resultMap>
    <update id="updatePos">
        update asr_bas_ste
        set his_row = row, his_bay = bay,his_lev = lev,
        row = #{row}, bay = #{bay}, lev = #{lev}
    </update>
</mapper>