标签:space graph name pac ret line 相同 for 不同
{
DictTable fromDicTable,toDicTable;
DictField fromDictField;
fieldId tofieldId;
int fieldCnt,m;
;
fromDicTable = new DictTable(_fromRecord.TableId);
fieldCnt = fromDicTable.fieldCnt();
toDicTable = new DictTable(_toRecord.TableId);
return;
{
fromDictField = new DictField(fromDicTable.id(),fromDicTable.fieldCnt2Id(m));
if(fromDictField.isSystem())
continue;
tofieldId = toDicTable.fieldName2Id(fromDictField.name());
if(tofieldId <=0)
continue;
_toRecord.(tofieldId) = _fromRecord.(fromDictField.id());
}
标签:space graph name pac ret line 相同 for 不同
原文地址:https://www.cnblogs.com/xtwkh1973/p/10993114.html