zhanghl
2025-05-08 abc451e52a9ded8a18238d6903539fb310c1b256
aps-modules/aps-core/src/main/resources/mapper/core/ApsMaterialStorageManagementMapper.xml
@@ -98,4 +98,10 @@
        set remainder_stock=#{remainderStock},version=version+1
        where id=#{id} and version=#{version}
    </update>
    <update id="initRemainderStock">
        update aps_material_storage_management
        set remainder_stock=num,version=0
        where 1=1
    </update>
</mapper>