ok,err:=e.Table("pln_custorder_ver").In("parsed",common.EDI_PARSE_NO,common.EDI_PARSE_ERROR).Where("finr = ? and custordernr = ? and version < ?",G_FINR,t.Custordernr,t.Version).Get(&data)
ok,err:=e.Table("pln_custorder_ver").In("parsed",common.EDI_PARSE_NO,common.EDI_PARSE_ERROR).Where("finr = ? and custordernr = ? and version < ? and edifiletype = ?",G_FINR,t.Custordernr,t.Version,common.EDI_TOD).Get(&data)