更新
This commit is contained in:
parent
5d48ccc1bd
commit
e5f0684799
@ -172,7 +172,7 @@ public class InspectionAppointmentServiceImpl extends ServiceImpl<InspectionAppo
|
||||
// new String[]{Optional.ofNullable(appointment.getCarNo()).orElse(""),
|
||||
// appointment.getAppointmentDay(),partners.getPartnerName(),partners.getAddress(),sysUser.getNickname()+" "+sysUser.getMobile()
|
||||
//// },ownUser.getMobile(),"1400852709","机动车管家小程序","2112754");
|
||||
// }
|
||||
//// }
|
||||
SendSmsUtil.sendMsgCommon(null
|
||||
,ownUser.getMobile(),"1400852709","蓝安汽车销售有限公司","2386324");
|
||||
}
|
||||
@ -211,7 +211,7 @@ public class InspectionAppointmentServiceImpl extends ServiceImpl<InspectionAppo
|
||||
//根据角色查询用户
|
||||
List<UserDTO> userListByCodes = roleService.getUserListByCodes(codes);
|
||||
for (UserDTO userListByCode : userListByCodes) {
|
||||
inspectionSocket.sendMessage("接工单", userListByCode.getId().toString());
|
||||
inspectionSocket.sendMessage("客户预约", userListByCode.getId().toString());
|
||||
}
|
||||
return appointment.getId();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user