提交 30338e7a authored 作者: 马路路's avatar 马路路

App获取当前用户已勾选意向选项

上级 37ff64ed
...@@ -77,7 +77,7 @@ public class DriverTransportIntentionInfoServiceImpl implements DriverTransportI ...@@ -77,7 +77,7 @@ public class DriverTransportIntentionInfoServiceImpl implements DriverTransportI
TokenUtil.getLoginUserInfo().getUserNo()); TokenUtil.getLoginUserInfo().getUserNo());
if (CollectionUtils.isEmpty(driverTransportIntentionInfoList)) { if (CollectionUtils.isEmpty(driverTransportIntentionInfoList)) {
log.info("driverTransportIntentionInfoServiceImpl getCurrentUserCheckInfo driverTransportIntentionInfoList is null"); log.info("driverTransportIntentionInfoServiceImpl getCurrentUserCheckInfo driverTransportIntentionInfoList is null");
throw new ServiceSystemException(PerformanceResultEnum.DATA_NOT_FIND); return null;
} }
// 2.组装主子表 // 2.组装主子表
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论