|
@@ -268,9 +268,9 @@ def turn_document_tmp_status():
|
|
|
must_queries=[
|
|
|
# TermQuery("fingerprint","md5=2cc044b81ec13acddcc970b71b780365")
|
|
|
# TermQuery("save",0),
|
|
|
- # RangeQuery("crtime","2025-03-05 09:30:00")
|
|
|
- MatchPhraseQuery("doctitle","质量竣工验收监督")
|
|
|
- # RangeQuery("status",1,51),
|
|
|
+ RangeQuery("crtime","2025-05-26 09:30:00","2025-07-26 12:30:00"),
|
|
|
+ # MatchPhraseQuery("doctitle","质量竣工验收监督")
|
|
|
+ RangeQuery("status",66,71),
|
|
|
# BoolQuery(should_queries=[
|
|
|
# # TermQuery("tenderee","山西利民工业有限责任公司"),
|
|
|
# # MatchPhraseQuery("doctitle","中国电信"),
|
|
@@ -372,8 +372,8 @@ def turn_document_tmp_status():
|
|
|
# _extract_json = _extract_json.replace("\x06", "").replace("\x05", "").replace("\x07", "").replace('\\', '')
|
|
|
# item.setValue(document_tmp_extract_json,_extract_json,True)
|
|
|
# json.loads(_extract_json)
|
|
|
- # item.setValue(document_tmp_status,0,True)
|
|
|
- item.setValue(document_tmp_save,1,True)
|
|
|
+ item.setValue(document_tmp_status,1,True)
|
|
|
+ item.setValue(document_tmp_save,71,True)
|
|
|
# if item.exists_row(ots_client):
|
|
|
# item.update_row(ots_client)
|
|
|
# print(item.getProperties())
|