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

bug

上级 7f71b4fa
流水线 #7741 已通过 于阶段
in 2 分 56 秒
......@@ -3316,7 +3316,7 @@ public class RequirementsServiceImpl implements RequirementsService {
return ResultBody.error("飞手拒绝过该订单或者已经派单,不能重复派单");
}
PersonSendOrderDO personSendOrderDO = null;
String pilotPhone = userAppApi.getPilotApplyPhone(token, personSendOrderDO.getPilotCertificationUserId());
String pilotPhone = userAppApi.getPilotApplyPhone(token, personSendOrderVO.getPilotCertificationUserId());
// 1、是否是团队派单
if(requirementsDao.isTeamSendOrder(personSendOrderVO.getRequirementsInfoId()) != 0){
personSendOrderDO = new PersonSendOrderDO(personSendOrderVO);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论