|
@@ -744,6 +744,7 @@ func HasOrderContactType(text string) []string {
|
|
//from 1--全文 2--table td 3--table td解析采购单位联系人 4--分包
|
|
//from 1--全文 2--table td 3--table td解析采购单位联系人 4--分包
|
|
func GetKVAll(content, title string, contactFormat *ContactFormat, from int, isSite bool, codeSite string) *JobKv {
|
|
func GetKVAll(content, title string, contactFormat *ContactFormat, from int, isSite bool, codeSite string) *JobKv {
|
|
content = formatText(content, "kv")
|
|
content = formatText(content, "kv")
|
|
|
|
+ m1Kvs, _ := colonkvEntity.entrance(content, title, contactFormat, from,isSite,codeSite)
|
|
// for _, kvs := range m1Kvs {
|
|
// for _, kvs := range m1Kvs {
|
|
// qutil.Debug(kvs.Key, kvs.Value)
|
|
// qutil.Debug(kvs.Key, kvs.Value)
|
|
// }
|
|
// }
|