diff --git a/hzs-business/hzs-business-bonus/src/main/resources/mapper/member/achieve/CuMemberTreeMapper.xml b/hzs-business/hzs-business-bonus/src/main/resources/mapper/member/achieve/CuMemberTreeMapper.xml index 9b124218..b8b91b2d 100644 --- a/hzs-business/hzs-business-bonus/src/main/resources/mapper/member/achieve/CuMemberTreeMapper.xml +++ b/hzs-business/hzs-business-bonus/src/main/resources/mapper/member/achieve/CuMemberTreeMapper.xml @@ -241,9 +241,7 @@ CREATE OR REPLACE TRIGGER - ${tableName} - _ - TRIG + ${tableName}_TRIG BEFORE INSERT OR @@ -417,57 +415,23 @@ - create - index - ${tableName} - _ - parent - on - ${tableName} - ( - pk_parent - ) + create index ${tableName}_parent + on ${tableName} ( pk_parent ) - create - index - ${tableName} - _ - place - on - ${tableName} - ( - pk_place_parent, - place_dept - ) + create index ${tableName}_place + on ${tableName} ( pk_place_parent, place_dept ) - create - unique index - ${tableName} - _ - PK_M - on - ${tableName} - ( - PK_MEMBER, - period - ) + create unique index ${tableName}_PK_M + on ${tableName} ( PK_MEMBER, period ) - create - unique index - ${tableName} - _ - PK_M - on - ${tableName} - ( - PK_MEMBER - ) + create unique index + ${tableName}_PK_M on ${tableName} ( PK_MEMBER )