提交 fdf81f5d 作者: 刘明祎-运维用途

修bug

上级 8af9e76d
......@@ -40,7 +40,7 @@ public class BackRequirementsServiceImpl implements BackRequirementsService {
//权限限制,除了admin以外其他飞手团队后台账号只能看到自己团队里面飞手接的订单
Integer userAccountId = userLoginInfoFromRedis.getUserAccountId();
List<Integer> pilotUserIdList = null;
List<Integer> pilotUserIdList;
if(userAccountId != 1) {
pilotUserIdList = userAppApi.feignGetPilotIdList(userLoginInfoFromRedis.getToken());
if(pilotUserIdList == null || pilotUserIdList.isEmpty()) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论