add TODO
This commit is contained in:
parent
5eea9f6cb7
commit
94151c53af
@ -127,6 +127,7 @@ public class PendingMessageNewServiceImpl implements PendingMessageNewService {
|
||||
.orElseThrow(() -> new ServiceException("not found message template."));
|
||||
PendingMessageRecord record = convert(param, msgTemplate);
|
||||
pendingMessageRecordDao.save(record);
|
||||
// TODO 补偿消息推送 @luofu
|
||||
return record.getIdentityCode();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user