## 日结明细唯一索引调整;

This commit is contained in:
cabbage 2025-09-22 16:35:44 +08:00
parent 48863d8dc7
commit 9868e5fabb
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@
create unique index PK_${tableName}
on ${tableName}
(
PK_MEMBER, CHILD_NODE
PK_MEMBER, CHILD_NODE, STAGE
)
</update>