diff --git a/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/achieve/CuMemberTreeMapper.xml b/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/achieve/CuMemberTreeMapper.xml index fc3fa358..36742b84 100644 --- a/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/achieve/CuMemberTreeMapper.xml +++ b/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/achieve/CuMemberTreeMapper.xml @@ -309,11 +309,8 @@ - create - index - ${tableName} - _ - parent + create index + ${tableName}_parent on ${tableName} ( @@ -322,11 +319,8 @@ - create - index - ${tableName} - _ - place + create index + ${tableName}_place on ${tableName} ( @@ -336,13 +330,9 @@ - create - unique index - ${tableName} - _ - PK_M - on - ${tableName} + create unique index + ${tableName}_PK_M + on ${tableName} ( PK_MEMBER, period @@ -350,13 +340,9 @@ - create - unique index - ${tableName} - _ - PK_M - on - ${tableName} + create unique index + ${tableName}_PK_M + on ${tableName} ( PK_MEMBER )