This commit is contained in:
sungsu
2024-01-24 11:18:31 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -230,4 +230,4 @@
INSERT INTO stock (id, warehouse_id, product_id, quantity, activation) INSERT INTO stock (id, warehouse_id, product_id, quantity, activation)
VALUES (UUID(), #{warehouseId}, #{productId}, #{quantity}, 1) VALUES (UUID(), #{warehouseId}, #{productId}, #{quantity}, 1)
</insert> </insert>
</mapper> </mapper>

View File

@@ -148,4 +148,4 @@
}); });
</script> </script>
</body> </body>
</html> </html>