no message

This commit is contained in:
cb 2025-04-16 18:02:38 +08:00
parent 76323f4bbc
commit f0cd7c5172
1 changed files with 2 additions and 2 deletions

View File

@ -1207,7 +1207,7 @@ public class OrderDetailController extends BaseController {
// 拒单 // 拒单
//TODO:待完善拒单人员 //TODO:待完善拒单人员
logger.info("师傅资料{}",masterWorker); logger.info("师傅资料{}",masterWorker);
WorkerCertification workerRealInfo = workerCertificationService.selectByWorkerId(om.getWorkerId()); WorkerCertification workerRealInfo = workerCertificationService.selectByWorkerId(od.getWorkerId());
logger.info("认证师傅资料{}",workerRealInfo); logger.info("认证师傅资料{}",workerRealInfo);
try { try {
// 推送公众号通知数据 // 推送公众号通知数据
@ -1220,7 +1220,7 @@ public class OrderDetailController extends BaseController {
CustomerAddress address = addressService.selectByCustomerAddressId(om.getAddressId()); CustomerAddress address = addressService.selectByCustomerAddressId(om.getAddressId());
//拒单人员 //拒单人员
paramsNew.put("thing13", workerRealInfo.getName()); paramsNew.put("thing13",workerRealInfo.getSurname()+ workerRealInfo.getName());
paramsNew.put("thing7", address.getName()); paramsNew.put("thing7", address.getName());
// 预约时间 // 预约时间
paramsNew.put("time5", com.ghy.common.utils.DateUtils.parseDateToStr("yyyy年MM月dd日 HH:mm", new Date())); paramsNew.put("time5", com.ghy.common.utils.DateUtils.parseDateToStr("yyyy年MM月dd日 HH:mm", new Date()));