|
@@ -56,7 +56,7 @@ public class MobileVehicleProcessingServiceImpl
|
|
|
throw new RuntimeException(e);
|
|
|
}
|
|
|
log.info("发送短信成功,手机号:{}", item.getPhone());
|
|
|
- item.setProcessDate(new Date());
|
|
|
+ item.setNotificationTime(new Date());
|
|
|
updateList.add(item);
|
|
|
}
|
|
|
updateBatchById(updateList);
|