|
@ -64,6 +64,9 @@ public class SystemMessageServiceImpl implements SystemMessageService { |
|
|
case SystemMessageType.INIT_CUSTOMER: |
|
|
case SystemMessageType.INIT_CUSTOMER: |
|
|
topic = TopicConstants.INIT_CUSTOMER; |
|
|
topic = TopicConstants.INIT_CUSTOMER; |
|
|
break; |
|
|
break; |
|
|
|
|
|
case SystemMessageType.PROJECT_CHANGED: |
|
|
|
|
|
topic = TopicConstants.PROJECT_CHANGED; |
|
|
|
|
|
break; |
|
|
} |
|
|
} |
|
|
return topic; |
|
|
return topic; |
|
|
} |
|
|
} |
|
|