示例#1
0
文件: Utils.php 项目: kduqi/corebos
function vtws_transferComments($sourceRecordId, $destinationRecordId)
{
    if (vtlib_isModuleActive('ModComments')) {
        CRMEntity::getInstance('ModComments');
        ModComments::transferRecords($sourceRecordId, $destinationRecordId);
    }
}