|
@@ -255,7 +255,7 @@ public class AccountRunningWaterServiceImpl extends ServiceImpl<AccountRunningWa
|
|
|
// msg, corporation.getName(), accountManagement.getName(), dto.getCurrency(), dto.getAmount()));
|
|
|
|
|
|
WebSocketPush.byTenant(
|
|
|
- PushTypeEnum.PUSH_NOTIFICATION,
|
|
|
+ PushTypeEnum.MESSAGE,
|
|
|
StrUtil.format(msg, corporation.getName(), accountManagement.getName(), dto.getCurrency(), dto.getAmount()),
|
|
|
PushBusinessTypeEnum.TO_THE_ACCOUNT.getType()
|
|
|
);
|