This commit is contained in:
2026-03-25 23:59:29 +08:00
parent 7964ce1033
commit 23e5df0364
46 changed files with 4168 additions and 254 deletions
+3
View File
@@ -0,0 +1,3 @@
UPDATE sales_orders
SET status = 'manufacturing'
WHERE status = 'pending';