• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/agent/activity/lightcounter/filllightcounterpart2.php
  • Класс: Bitrix\Crm\Agent\Activity\LightCounter\FillLightCounterPart2
  • Вызов: FillLightCounterPart2::updateUncompletedActTable
private function updateUncompletedActTable(int $entityTypeId, int $entityId, DateTime $minLightTime): void
{
	$sqlHelper = Application::getConnection()->getSqlHelper();
	$date = $sqlHelper->convertToDbDateTime($minLightTime);

	$sql = <<query($sql);
}