fix(dalpuri): correct UTC timestamp field names in smart sync
Fixed field name mismatches for tables with lastUpdatedUTC (all-caps): - IV_Product: lastUpdateUtc → lastUpdatedUTC - Department: lastUpdateUtc → lastUpdatedUTC These field names must match the Prisma schema exactly (case-sensitive). Ensures smart sync decision logic can correctly probe for record updates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in: