## 日结明细唯一索引调整;
This commit is contained in:
parent
08bc71c55f
commit
ae08bd578c
|
@ -343,7 +343,7 @@
|
|||
create unique index PK_${tableName}
|
||||
on ${tableName}
|
||||
(
|
||||
PK_MEMBER, CHILD_NODE
|
||||
PK_MEMBER, CHILD_NODE, STAGE
|
||||
)
|
||||
</update>
|
||||
|
||||
|
|
Loading…
Reference in New Issue