Misaka_Company 72468ddf23 fix: correct SQL parameter count in DiscreteMaterialPlanDAO batch insert
Fix parameter mismatch error when saving discrete material plan data.
Changed placeholder count from 28 to 29 to match the 29 columns in the
INSERT statement (Factory through BOMVersion).

Resolves error: "The SQL contains 28 parameter markers, but 29 parameters were supplied"

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 16:18:17 +08:00
Description
No description provided
1.5 MiB
Languages
Python 100%