结算处理 区域配置信息未找到的状态
This commit is contained in:
parent
10ab62cb15
commit
d6d2376a29
@ -152,7 +152,12 @@ public class TeamBillSettleListener implements MessageListener {
|
|||||||
// 获得区域配置细信息
|
// 获得区域配置细信息
|
||||||
SysRegionConfig regionConfig = sysRegionConfigService.getById(teamProfile.getRegion());
|
SysRegionConfig regionConfig = sysRegionConfigService.getById(teamProfile.getRegion());
|
||||||
if (Objects.isNull(regionConfig)) {
|
if (Objects.isNull(regionConfig)) {
|
||||||
log.warn("没有获得团队的区域数据,团队ID:{}", teamProfile.getId());
|
log.warn("没有获得团队的区域数据,团队ID:{}", teamProfile.getId());
|
||||||
|
teamBillCycleService.updateStatus(teamBillCycle.getId(), TeamBillCycleStatus.HANG_UP,
|
||||||
|
new TeamRemark()
|
||||||
|
.setRemark("[挂起]区域配置细信息未找到,系统无法处理")
|
||||||
|
.setCreateTime(TimestampUtils.now())
|
||||||
|
);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user