|
@@ -16,6 +16,7 @@ import com.trs.ggzyexchange.service.GcNoticeandfileService;
|
|
|
import com.trs.ggzyexchange.service.OtherTradePubInfoService;
|
|
|
import com.trs.ggzyexchange.service.OtherTradeResultInfoService;
|
|
|
import com.trs.ggzyexchange.utils.DateUtils;
|
|
|
+import com.trs.ggzyexchange.utils.RestHighLevelClientUtils;
|
|
|
import com.trs.ggzyexchange.utils.TenderDetailsVoUtils;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.lang3.ObjectUtils;
|
|
@@ -49,8 +50,12 @@ class GgzyExchangeApplicationTests {
|
|
|
@Autowired
|
|
|
private ZrzyBgBidwinNoticeSchedul zrzyBgBidwinNoticeSchedul;
|
|
|
|
|
|
+ @Autowired
|
|
|
+ private RestHighLevelClientUtils restHighLevelClientUtils;
|
|
|
+
|
|
|
@Test
|
|
|
void test001() throws Exception{
|
|
|
+ restHighLevelClientUtils.deleteDoc(ClassIfy.ES_INDEX_SEARCH_PUBLIC_RESOURCE_DEAL.getCode(),"00192743816f474badd6df832a357b3e");
|
|
|
//zrzyBgBidwinNoticeSchedul.execute();
|
|
|
}
|
|
|
}
|