diff --git a/dl-module-inspection/src/main/java/cn/iocoder/yudao/module/inspection/service/impl/InspectionAppointmentServiceImpl.java b/dl-module-inspection/src/main/java/cn/iocoder/yudao/module/inspection/service/impl/InspectionAppointmentServiceImpl.java index c582ee75..9ef14454 100644 --- a/dl-module-inspection/src/main/java/cn/iocoder/yudao/module/inspection/service/impl/InspectionAppointmentServiceImpl.java +++ b/dl-module-inspection/src/main/java/cn/iocoder/yudao/module/inspection/service/impl/InspectionAppointmentServiceImpl.java @@ -172,7 +172,7 @@ public class InspectionAppointmentServiceImpl extends ServiceImpl userListByCodes = roleService.getUserListByCodes(codes); for (UserDTO userListByCode : userListByCodes) { - inspectionSocket.sendMessage("接工单", userListByCode.getId().toString()); + inspectionSocket.sendMessage("客户预约", userListByCode.getId().toString()); } return appointment.getId(); }