Commit 4cada352 authored by huyuchen's avatar huyuchen

接口修改

parent d589ac07
...@@ -1848,14 +1848,37 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap ...@@ -1848,14 +1848,37 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
//单独结算 //单独结算
if(StringUtils.isNotBlank(detail.getDefaultSettleId()) && detail.getSettleType() == CommonConstants.ONE_INT) { if(StringUtils.isNotBlank(detail.getDefaultSettleId()) && detail.getSettleType() == CommonConstants.ONE_INT) {
TInsuranceSettle settle = tInsuranceSettleService.getById(detail.getDefaultSettleId()); TInsuranceSettle settle = tInsuranceSettleService.getById(detail.getDefaultSettleId());
detail.setEstimatePremium(null);
String s = pushEstimate(detail, CommonConstants.TWO_INT); String s = pushEstimate(detail, CommonConstants.TWO_INT);
//如果推送成功则更改推送状态 //如果推送成功则更改推送状态
if (StringUtils.isNotBlank(s) && Common.isNotNull(settle)) { if (StringUtils.isNotBlank(s) && Common.isNotNull(settle)) {
settle.setActualPushTime(LocalDateTime.now()); settle.setActualPushTime(LocalDateTime.now());
settle.setIsActualPush(CommonConstants.ONE_INT); settle.setIsActualPush(CommonConstants.ONE_INT);
settle.setIsEstimatePush(CommonConstants.ZERO_INT); tInsuranceSettleService.updateById(settle);
settle.setEstimatePushTime(null); }
}
if(StringUtils.isNotBlank(detail.getDefaultSettleId()) && detail.getSettleType() == CommonConstants.ZERO_INT) {
TInsuranceSettle settle = tInsuranceSettleService.getById(detail.getDefaultSettleId());
TInsuranceDetail t = new TInsuranceDetail();
BeanUtils.copyProperties(detail,t);
if (Common.isEmpty(detail.getEstimatePremium())) {
detail.setEstimatePremium(detail.getActualPremium());
}
String s1 = pushEstimate(detail, CommonConstants.ONE_INT);
//如果推送成功则更改推送状态
if (StringUtils.isNotBlank(s1) && Common.isNotNull(settle)) {
settle.setIsEstimatePush(CommonConstants.ONE_INT);
settle.setEstimatePushTime(LocalDateTime.now());
tInsuranceSettleService.updateById(settle);
}
if (Common.isEmpty(t.getEstimatePremium())) {
t.setEstimatePremium(t.getActualPremium());
}
String s2 = pushEstimate(t, CommonConstants.TWO_INT);
//如果推送成功则更改推送状态
if (StringUtils.isNotBlank(s2) && Common.isNotNull(settle)) {
settle.setIsActualPush(CommonConstants.ONE_INT);
settle.setActualPushTime(LocalDateTime.now());
tInsuranceSettleService.updateById(settle); tInsuranceSettleService.updateById(settle);
} }
} }
......
...@@ -1175,1273 +1175,269 @@ ...@@ -1175,1273 +1175,269 @@
FROM FROM
t_insurance_detail t_insurance_detail
<where> <where>
ID in ('1306861740325806081', ID in ('1500641931662061570',
'1323189041366630402', '1537601966182887425',
'1323189041899307009', '1541314365410897921',
'1323189042390040577', '1546773786358312961',
'1465136226480238594', '1546773786576416770',
'1465136227268767746', '1546773786819686401',
'1465136228044713985', '1546773787067150338',
'1465136228829048833', '1547115601146015746',
'1465136229638549506', '1547115601347342337',
'1465136230443855874', '1547115601565446145',
'1465136231286910978', '1547115601804521473',
'1465136233451171842', '1547115602035208194',
'1465136234210340866', '1547115602249117698',
'1465136234994675714', '1547115602450444289',
'1465136235758039041', '1547115602660159490',
'1465136236517208066', '1547115602861486081',
'1465136237272182785', '1547115603071201281',
'1465136238048129026', '1547115603272527874',
'1465139481708933122', '1547115603662598146',
'1473489884786786306', '1547115603863924738',
'1473489886154129409', '1547115604061057025',
'1473489887706021890', '1547115604258189313',
'1476803847201030145', '1547115604484681730',
'1478302193480695810', '1547115604706979841',
'1478302194558631938', '1547115604899917826',
'1478980730374127618', '1547115605105438721',
'1481563680540667906', '1547115605310959617',
'1481563681425666050', '1547115605516480514',
'1481563682256138241', '1547115605768138754',
'1481563683078221825', '1547115605965271042',
'1481807969593380865', '1547116185710358529',
'1483255624108056577', '1547141200463917058',
'1483255624976277505', '1547141200686215169',
'1483343910633709570', '1548916395595919361',
'1501102860543586306', '1548916395814023170',
'1501102861466333185', '1548916396032126977',
'1502086483073691649', '1548916396237647873',
'1502086484000632834', '1548916396451557378',
'1513377617546616833', '1548916396657078274',
'1513377618540666881', '1548916396854210561',
'1513377620470046722', '1548916397076508673',
'1518419004537217025', '1548916397282029569',
'1536247962127429634', '1548916397516910593',
'1539869714330021890', '1548916397764374530',
'1539869715223408641', '1548916397995061249',
'1539875617229893633', '1548916398238330882',
'1541996861928632321', '1548916398452240386',
'1541996863874789377', '1548916398678732802',
'1541996865904832513', '1548916398884253698',
'1541996867850989570', '1548916399093968898',
'1541996869860061185', '1548916399303684098',
'1542407955029553154', '1548916399505010689',
'1542407956229124098', '1548916399765057537',
'1542412009013112833', '1548916399962189825',
'1542412009914888194', '1548916400171905026',
'1542412010820857858', '1548916400369037313',
'1542412011739410434', '1548916400582946818',
'1542412012821540866', '1548922760322215938',
'1542412013710733313', '1548922760724869122',
'1542412014604120065', '1548922761144299522',
'1542412015522672642', '1549283257009696769',
'1542412016499945474', '1549283257710145538',
'1542412017435275266', '1549283258108604418',
'1542412018349633538', '1549616306461208577',
'1542412019243020290', '1549616306855473153',
'1542412020279013377', '1549616307270709250',
'1542412021243703298', '1550012952466550786',
'1542412022388748290', '1550012952676265986',
'1542412023500238849', '1550012952869203970',
'1542412024553009154', '1550012953095696385',
'1542412025475756033', '1550012953338966018',
'1543779436976271362', '1550012953552875522',
'1543779438075179009', '1550012953770979330',
'1543779439425744897', '1550012953989083138',
'1543779440507875329', '1550012954207186946',
'1543791232906817538', '1550012954442067969',
'1543791233804398594', '1550012954655977474',
'1543791234819420161', '1550015875548311553',
'1543791235696029698', '1551428588921024513',
'1543791236610387969', '1551428589130739713',
'1543791237478608898', '1551455997686837249',
'1543791238531379202', '1551455998081101826',
'1545307903945469954', '1551820060946198529',
'1545307904855633921', '1551820061336268801',
'1546427684132089858', '1552181201839521794',
'1546427685256163329', '1552548520574107650',
'1546427686321516546', '1552548520985149442',
'1546427687412035585', '1552548521295527938',
'1546427689425301506', '1552561353399517185',
'1548880701766889473', '1552561353810558978',
'1549232353602564097', '1552561354234183681',
'1552912289305247746', '1552561354649419778',
'1552912289749843969', '1552561355073044481',
'1552912289959559169', '1552561355484086274',
'1552912290190245890', '1552903859618234369',
'1552912290412544002', '1552903860062830594',
'1552912290660007938', '1552903860473872386',
'1553994355006554113', '1552903860884914178',
'1553994355287572482', '1564558337937293314',
'1554291880074723330', '1566675549343354882',
'1554404793057853442', '1566675549574041602',
'1554719397986222082', '1567030759957893121',
'1554719398225297410', '1567030760184385537',
'1554719398455984130', '1567030760415072257',
'1554719398669893633', '1567030760637370369',
'1554719398896386050', '1567030760872251394',
'1554719399118684162', '1567033960803241985',
'1554719399332593665', '1567783235074035713',
'1554719399575863298', '1567783235300528130',
'1554719399840104450', '1567783235522826241',
'1554719400083374081', '1567783235761901569',
'1554719400335032322', '1567783235984199682',
'1554719400565719041', '1567783236206497794',
'1554719400792211458', '1567783236458156034',
'1554719401014509569', '1570303137718636546',
'1554719401366831106', '1570303138289061890',
'1554719401610100738', '1570303138855292929',
'1554719401836593154', '1570303139127922690',
'1554719402079862785', '1572113625578377218',
'1554719402314743810', '1572113625834229761',
'1554719402553819138', '1572113626295603201',
'1554719402784505857', '1572113626736005122',
'1554719403044552706', '1572113626987663362',
'1554719403292016642', '1574237371126681602',
'1554719403531091970', '1574295001262100481',
'1554719403782750209', '1574295001543118850',
'1554719404000854018', '1574295001996103681',
'1554719404223152129', '1574295002423922689',
'1554719404462227457', '1574640305014476802',
'1554719404680331266', '1574640305408741378',
'1554719404911017985', '1575690655897128961',
'1554719405124927489', '1575690656303976450',
'1554719405343031297', '1575690656719212546',
'1554719405565329409', '1575690657117671425',
'1554719405812793346', '1575690657545490434',
'1554719406026702849', '1575690657969115138',
'1554719406253195265', '1575690658375962626',
'1554719406462910465', '1575690658774421506',
'1554719406718763010', '1575690659202240514',
'1554719406945255426', '1575690659617476609',
'1554719407196913666', '1575690660036907010',
'1554719407419211778', '1575690660464726018',
'1554719407654092801', '1575690660867379201',
'1554719407888973825', '1575690661286809602',
'1554719408115466241', '1575690661681074177',
'1554719408341958658', '1575690662108893186',
'1554719408551673858', '1575690662498963458',
'1554719408786554881', '1575690662897422337',
'1554719409021435906', '1575690664461897730',
'1554719409243734018', '1575690665040711681',
'1554719409466032130', '1575690665481113601',
'1554719409705107458', '1575690665879572481',
'1554719409948377089', '1575690666273837057',
'1554719410195841025', '1575690666663907330',
'1554719410439110658', '1575690667062366210',
'1554719410661408770', '1575690667469213698',
'1554719410913067009', '1575690667859283969',
'1554719411152142338', '1575690668337434625',
'1554719411366051841', '1575690668756865026',
'1554719411596738561', '1575690669159518209',
'1554719411827425281', '1575690669566365697',
'1554719412053917697', '1575690669960630274',
'1554719412305575938', '1575690670363283458',
'1554719412620148737', '1575690670753353730',
'1554719412846641154', '1575690671151812609',
'1554719413073133570', '1575690671554465793',
'1554719413282848769', '1575690671969701889',
'1554719413500952577', '1575690672359772162',
'1554719413714862082', '1575690672745648130',
'1554719413941354497', '1575696452131655681',
'1554719414159458305', '1575740684959649794',
'1554719414377562113', '1576752876232282113',
'1554719414641803266', '1576752876752375810',
'1554719414859907073', '1577128803025981442',
'1554719415082205185', '1577128804263301121',
'1554719415296114690', '1577128805408346113',
'1554719415522607105', '1577128806536613889',
'1554719415753293825', '1577128807698436097',
'1554719415979786241', '1577128808826703874',
'1554719416223055873', '1577128809971748865',
'1554719416432771074', '1577128811443949570',
'1554719416650874882', '1577128812605771777',
'1554719416868978689', '1577128813738233857',
'1554719417082888193', '1577128814933610497',
'1554719417296797697', '1577128816061878274',
'1554719417506512898', '1577128816984625153',
'1554719417842057218', '1577128818104504321',
'1554719418055966721', '1577128819262132226',
'1554719418269876226', '1577128820432343042',
'1554719418521534465', '1578576331848192002',
'1554719418743832578', '1578595975027920898',
'1554719418966130689', '1578595975527043074',
'1554719419180040193', '1578595976042942466',
'1554719419406532609', '1578595976596590594',
'1554719419645607937', '1578595977116684289',
'1554719419863711745', '1578595977657749505',
'1554719420086009858', '1578595978165260290',
'1554719420341862402', '1578595978685353985',
'1554719420568354817', '1578595979180281858',
'1554719420807430146', '1578595979721347074',
'1554719421025533954', '1578595980216274945',
'1554719421260414977', '1578625247562076162',
'1554719421482713090', '1579307361609617409',
'1554719421717594113', '1579307362834354178',
'1554719421948280834', '1579307364084256770',
'1554719422166384642', '1579683785029881858',
'1554719422392877057', '1579683785378009090',
'1554719422619369473', '1579683785709359106',
'1554719422850056194', '1579683786053292034',
'1554719423080742913', '1579683787714236417',
'1554719423290458113', '1579683788817338369',
'1554719423508561922', '1579683789979160578',
'1554719423747637250', '1579683791157760002',
'1554719423978323969', '1579683792336359425',
'1554719424200622081', '1579683793489793026',
'1554719424427114497', '1580075668759547905',
'1554719424636829698', '1580075669908787202',
'1554719424867516418', '1580075671032860674',
'1554719425098203138', '1580075671330656257',
'1554719425341472770', '1580075857528393730',
'1554719425580548097', '1580397381699407873',
'1554719425828012033', '1580397382911561729',
'1554719426041921537', '1580397446904057857',
'1554719426264219650', '1580399059609751553',
'1554719426490712065', '1580418134540980226',
'1554719426717204482', '1580418134813609986',
'1554719426943696898', '1580418135073656833',
'1554719427165995010', '1580418135367258114',
'1554719427384098818', '1580418135652470785',
'1554719427627368450', '1580418135908323329',
'1554719427845472257', '1580418136168370177',
'1554719428063576065', '1580418136424222722',
'1554719428294262786', '1580418136726212609',
'1554719428566892546', '1580418136986259458',
'1554719428776607746', '1580418137246306305',
'1554719428986322945', '1580418137502158850',
'1554719429204426753', '1580418137774788609',
'1554719429435113473', '1580418138034835457',
'1554719429888098306', '1580418138554929154',
'1554719430097813505', '1580418138823364609',
'1554719430546604034', '1580418139104382977',
'1554719430798262273', '1580418139477676033',
'1554719431020560385', '1580418139750305793',
'1554719431234469889', '1580418140035518466',
'1554719431452573698', '1580418140295565313',
'1554719431687454721', '1580418140614332417',
'1554719431922335745', '1580418140878573570',
'1554719432132050946', '1580418141138620418',
'1554719432350154754', '1580418141402861570',
'1554719432572452865', '1580423682028113921',
'1554719432798945282', '1580758205488074754',
'1554719433004466178', '1580758242213400577',
'1554719433214181378', '1580758242511196162',
'1556549612081299458', '1580766084156788738',
'1556551681680916481', '1580766084442001409',
'1557547966328258562', '1580766084974678018',
'1557547966567333890', '1580766085477994497',
'1557547966894489602', '1580766085981310977',
'1557631458168848386', '1580766086467850242',
'1557631458391146497', '1580766087046664193',
'1557631458634416130', '1580822573772869634',
'1557631458852519937', '1580822574326517762',
'1558021649605902337', '1581893771982180354')
'1559712715944738818',
'1560538575376793602',
'1560538575607480322',
'1560538575842361346',
'1560538576077242369',
'1560538576316317698',
'1560538576547004417',
'1560538576815439873',
'1560538577234870273',
'1560538577473945602',
'1560538577700438017',
'1560538577943707649',
'1560538578199560194',
'1560538578434441217',
'1560538578673516546',
'1560538578895814658',
'1560538579130695682',
'1560538579357188098',
'1560538579587874817',
'1560538579822755841',
'1560538580066025473',
'1560538580292517890',
'1560538580531593218',
'1560538580770668546',
'1560538581081047041',
'1560538581307539458',
'1560538581705998337',
'1560538581936685057',
'1560538582234480641',
'1560538582473555969',
'1560538582704242689',
'1560538585271156738',
'1560538585510232065',
'1560538585749307394',
'1560538585979994113',
'1560538586214875138',
'1560538586437173250',
'1560538586667859970',
'1560538586885963777',
'1560538587112456194',
'1560538587330560001',
'1560538587561246721',
'1560538587821293570',
'1560538588043591682',
'1560538588274278402',
'1560538588504965121',
'1560538588731457537',
'1560538588978921473',
'1560538589217996802',
'1560538589557735426',
'1560538589805199362',
'1560538590035886081',
'1560538590270767105',
'1560538590488870914',
'1560538590723751937',
'1560538590950244353',
'1560538591172542466',
'1560538591436783618',
'1560538591696830465',
'1560538591923322881',
'1560538592187564034',
'1560538592447610881',
'1560538592669908994',
'1560538592904790017',
'1560538593127088130',
'1560538593349386242',
'1560538593575878658',
'1560538593798176769',
'1560538594020474882',
'1560538594293104641',
'1560538594523791362',
'1560538594754478082',
'1560538594980970498',
'1560538595199074306',
'1560538595421372418',
'1560538595647864833',
'1560538595874357250',
'1560538596096655361',
'1560538596335730689',
'1560539146527752193',
'1560539150948548610',
'1560559797217050626',
'1560559797674229762',
'1561875151927164929',
'1561875152807968769',
'1562992777109749761',
'1562992777407545345',
'1562992777688563714',
'1562992777931833346',
'1562992778162520065',
'1562992778401595394',
'1564097364638089217',
'1564097364881358849',
'1564417422048411649',
'1564417422610448385',
'1564417423134736386',
'1565595010036973570',
'1565595010569650178',
'1565595011127492609',
'1565595011660169218',
'1565595012176068609',
'1567353073706635266',
'1568163508399804418',
'1568163508966035458',
'1568163509490323458',
'1569869847467560962',
'1569869847773745153',
'1569869848050569218',
'1570239733276512258',
'1570239733578502145',
'1570239733876297729',
'1570239734174093314',
'1570239734505443329',
'1570239734832599042',
'1570239735122006018',
'1570239735440773122',
'1570239735738568705',
'1570239736044752897',
'1570239736359325698',
'1570239736652926978',
'1570239736933945346',
'1570239737244323842',
'1570239737521147905',
'1570239737835720705',
'1570239738133516289',
'1570239738431311873',
'1570239738737496066',
'1570239739014320130',
'1570239739324698625',
'1570239739618299905',
'1570239739953844226',
'1570239740243251201',
'1570239740549435393',
'1570239740889174018',
'1570239741228912642',
'1570239741593817090',
'1570239741883224065',
'1570239742227156994',
'1570239742508175361',
'1570239742789193729',
'1570239743103766529',
'1570239743401562113',
'1570239743699357697',
'1570239743980376066',
'1570239744303337473',
'1570239744617910273',
'1570239744903122946',
'1570239745209307138',
'1570239745498714113',
'1570239745796509697',
'1570239746069139457',
'1570239746371129345',
'1570239746685702146',
'1570239746975109122',
'1570239747277099009',
'1570239747604254722',
'1570239747918827522',
'1570239748212428801',
'1570239748497641474',
'1570239748787048450',
'1570239749122592769',
'1570239749411999746',
'1570239749701406722',
'1570239750007590913',
'1570239750284414978',
'1570239750561239042',
'1570239750880006146',
'1570239751165218817',
'1570239751442042882',
'1570239751739838465',
'1570239752046022658',
'1570239752327041025',
'1570239752650002433',
'1570239753031684097',
'1570239753308508162',
'1570239753610498050',
'1570239753946042369',
'1570239754260615169',
'1570239754612936706',
'1570239754965258241',
'1570239755292413953',
'1570239755594403842',
'1570239755955113986',
'1570239756236132353',
'1570239756521345025',
'1570239756831723522',
'1570239757154684929',
'1570239757448286209',
'1570239757788024833',
'1570239758073237505',
'1570239758371033089',
'1570239758656245761',
'1570239758983401473',
'1570239759302168578',
'1570239759578992642',
'1570239759885176834',
'1570239760191361025',
'1570239760472379394',
'1570239760753397762',
'1570239761030221826',
'1570239761315434497',
'1570239761592258561',
'1570239761877471233',
'1570239762166878210',
'1570239762749886465',
'1570239763089625090',
'1570239763370643458',
'1570239763681021953',
'1570239763983011841',
'1570239764280807426',
'1570239764637323266',
'1570239764930924546',
'1570239765232914433',
'1570239765543292930',
'1570239765862060033',
'1570239766143078402',
'1570239766415708162',
'1570239766696726529',
'1570239767002910721',
'1570239767275540482',
'1570239767556558849',
'1570239767833382913',
'1570239768126984193',
'1570239768412196865',
'1570239768705798146',
'1570239768991010817',
'1570239769297195009',
'1570239769582407681',
'1570239769876008961',
'1570239770173804545',
'1570239770454822913',
'1570239770735841281',
'1570239771021053954',
'1570239771297878018',
'1570239771583090689',
'1570239771876691970',
'1570239772216430593',
'1570239772505837570',
'1570239772820410370',
'1570239773118205954',
'1570239773407612930',
'1570239773701214210',
'1570239774007398401',
'1570239774309388289',
'1570239774628155394',
'1570239774896590849',
'1570239775173414913',
'1570239775458627585',
'1570239775756423170',
'1570239776054218754',
'1570239776343625729',
'1570239776637227010',
'1570239776905662465',
'1570239777211846657',
'1570239777492865025',
'1570239777832603649',
'1570239778134593537',
'1570239778482720769',
'1570239778759544834',
'1570239779044757505',
'1570239779329970177',
'1570239779610988546',
'1570239779892006914',
'1570239780173025281',
'1570239780449849346',
'1570239780751839233',
'1570239781032857601',
'1570239781330653186',
'1570239781657808898',
'1570239781963993089',
'1570239782253400066',
'1570239782538612738',
'1570239782836408321',
'1570239783142592514',
'1570239783448776705',
'1570239783733989378',
'1570239784061145089',
'1570239784337969153',
'1570239784618987521',
'1570239784925171714',
'1570239785218772994',
'1570239785516568577',
'1570239785789198338',
'1570239786066022402',
'1570239786384789505',
'1570239786686779394',
'1570239786976186370',
'1570239787248816130',
'1570239787525640193',
'1570239787836018689',
'1570239788112842754',
'1570239788414832641',
'1570239788695851009',
'1570239789010423809',
'1570239789287247874',
'1570239789559877634',
'1570239789861867521',
'1570239790163857410',
'1570239790449070081',
'1570239790755254274',
'1570239791036272641',
'1570239791338262529',
'1570239791652835329',
'1570239791938048002',
'1570239792223260674',
'1570239792525250562',
'1570239792860794882',
'1570239793141813249',
'1570239793418637313',
'1570239793729015810',
'1570239794010034177',
'1570239794299441154',
'1570239794580459522',
'1570239794857283585',
'1570239795213799426',
'1570239795519983617',
'1570239795792613377',
'1570239796065243138',
'1570239796354650113',
'1570239796627279873',
'1570239796912492546',
'1570239797180928002',
'1570239797474529281',
'1570239797784907778',
'1570239798112063490',
'1570239798414053378',
'1570239798695071746',
'1570239798963507201',
'1570239799240331266',
'1570239799538126850',
'1570239799848505346',
'1570239800158883841',
'1570239800477650946',
'1570239800792223745',
'1570239801094213634',
'1570239801392009218',
'1570239801681416194',
'1570239801962434561',
'1570239802264424450',
'1570239802566414337',
'1570239802876792833',
'1570239803178782721',
'1570239803463995394',
'1570239803749208065',
'1570239804047003649',
'1570239804365770753',
'1570239804663566337',
'1570239804940390401',
'1570239805242380289',
'1570239805552758785',
'1570239805854748673',
'1570239806160932866',
'1570239806475505665',
'1570239806756524034',
'1570239807024959489',
'1570239807297589250',
'1570239807599579138',
'1570239807922540545',
'1570239808354553858',
'1570239808639766529',
'1570239808958533633',
'1570239809239552001',
'1570239809516376066',
'1570239809793200130',
'1570239810065829890',
'1570239810338459649',
'1570239810640449538',
'1570239810934050818',
'1570239811223457794',
'1570239811508670466',
'1570239811793883137',
'1570239812079095810',
'1570239812376891393',
'1570239812641132546',
'1570239812909568002',
'1570239813190586369',
'1570239813479993345',
'1570239813786177537',
'1570239814071390210',
'1570239814344019970',
'1570239814629232641',
'1570239814906056706',
'1570239815178686466',
'1570239815451316225',
'1570239815753306114',
'1570239816034324482',
'1570239816327925761',
'1570239816613138433',
'1570239816889962498',
'1570239817166786561',
'1570239817464582145',
'1570239817749794817',
'1570239818030813185',
'1570239818324414466',
'1570239818622210050',
'1570239818894839810',
'1570239819226189826',
'1570239819578511362',
'1570239819880501249',
'1570239820186685442',
'1570239820488675329',
'1570239820773888002',
'1570239821126209538',
'1570239821419810818',
'1570239821751160833',
'1570239822048956418',
'1570239822317391874',
'1570239822585827330',
'1570239822883622913',
'1570239823244333058',
'1570239823525351426',
'1570239823818952705',
'1570239824104165378',
'1570239824397766657',
'1570239824691367937',
'1570239825026912258',
'1570239825333096450',
'1570239825626697729',
'1570239825920299010',
'1570239826209705985',
'1570239826511695873',
'1570239826822074370',
'1570239827090509826',
'1570239827350556673',
'1570239827631575042',
'1570239827954536449',
'1570239828252332033',
'1570239828537544706',
'1570239828856311809',
'1570239829133135873',
'1570239829418348546',
'1570239829699366914',
'1570239829976190978',
'1570239830269792258',
'1570239830580170753',
'1570239830932492290',
'1570239831213510658',
'1570239831490334721',
'1570239831779741697',
'1570239832052371458',
'1570239832333389825',
'1570239832610213889',
'1570239832878649346',
'1570239833159667713',
'1570239833432297474',
'1570239833709121537',
'1570239834011111426',
'1570239834300518401',
'1570239834594119682',
'1570239834917081090',
'1570239835193905153',
'1570239835474923521',
'1570239835751747586',
'1570239836024377346',
'1570239836317978626',
'1570239836598996993',
'1570239836905181185',
'1570239837190393857',
'1570239837513355266',
'1570239837798567937',
'1570239838079586305',
'1570239838356410369',
'1570239838637428737',
'1570239838910058497',
'1570239839186882561',
'1570239839459512321',
'1570239839753113602',
'1570239840029937665',
'1570239840310956033',
'1570239840591974401',
'1570239840881381377',
'1570239841166594049',
'1570239841460195329',
'1570239841732825090',
'1570239842055786498',
'1570239842366164994',
'1570239842655571969',
'1570239842936590338',
'1570239843209220097',
'1570239843486044162',
'1570239843842560001',
'1570239844140355586',
'1570239844446539778',
'1570239844740141058',
'1570239845016965121',
'1570239845289594882',
'1570239845608361985',
'1570239845897768961',
'1570239846208147457',
'1570239846493360129',
'1570239846770184193',
'1570239847063785473',
'1570239847344803841',
'1570239847621627905',
'1570239847902646274',
'1570239848187858945',
'1570239848510820354',
'1570239848829587458',
'1570239849110605825',
'1570239849425178625',
'1570239849714585602',
'1570239850033352706',
'1570239850352119810',
'1570239850687664129',
'1570239851027402754',
'1570239851308421122',
'1570239851652354049',
'1570239851983704065',
'1570239852319248385',
'1570239852642209793',
'1570239853036474369',
'1570239853363630082',
'1570239853690785794',
'1570239853996969986',
'1570239854340902913',
'1570239854672252930',
'1570239855024574466',
'1570239855355924481',
'1570239855695663106',
'1570239856006041602',
'1570239856278671361',
'1570239856610021378',
'1570239856886845442',
'1570239857172058114',
'1570239857448882178',
'1570239857755066370',
'1570239858036084738',
'1570239858304520193',
'1570239858593927170',
'1570239858883334146',
'1570239859164352513',
'1570239859470536706',
'1570239859768332290',
'1570239860061933570',
'1570239860338757634',
'1570239860611387394',
'1570239860896600065',
'1570239861173424130',
'1570239861479608321',
'1570239861773209602',
'1570239862050033666',
'1570239862326857729',
'1570239862595293185',
'1570239862872117249',
'1570239863174107137',
'1570239863446736897',
'1570239863736143873',
'1570239864054910978',
'1570239864344317954',
'1570239864625336321',
'1570239864914743298',
'1570239865191567362',
'1570239865476780034',
'1570239865774575618',
'1570239866047205377',
'1570239866345000962',
'1570239866659573762',
'1570239866974146561',
'1570243296832688129',
'1570243297189203970',
'1570243297507971073',
'1570243297784795137',
'1570243298070007810',
'1570243298418135042',
'1570243298690764802',
'1570243299017920513',
'1570243299324104706',
'1570243299609317378',
'1570243299894530050',
'1570243300175548418',
'1570243300469149698',
'1570243300787916802',
'1570243301089906690',
'1570243301370925057',
'1570243301660332033',
'1570243301941350401',
'1570243302218174465',
'1570243302503387137',
'1570243302780211202',
'1570243303086395393',
'1570243303442911233',
'1570243303778455554',
'1570243304051085314',
'1570243304332103681',
'1570243304634093569',
'1570243304952860674',
'1570243305271627778',
'1570243305535868929',
'1570243305812692994',
'1570243306177597441',
'1570243306487975938',
'1570243306810937345',
'1570243307104538625',
'1570243307377168385',
'1570243307679158273',
'1570243307972759554',
'1570243308266360834',
'1570243308555767810',
'1570243308840980481',
'1570243309134581761',
'1570243309432377346',
'1570243309725978625',
'1570243310032162818',
'1570243310317375489',
'1570243310627753986',
'1570243310904578049',
'1570243311244316674',
'1570243311554695170',
'1570243311848296450',
'1570243312137703425',
'1570243312418721794',
'1570243312724905985',
'1570243313005924354',
'1570243313416966146',
'1570243313769287682',
'1570243314092249089',
'1570243314411016193',
'1570243314738171905',
'1570243315094687746',
'1570243315363123202',
'1570243315660918786',
'1570243315954520065',
'1570243316235538434',
'1570243316537528321',
'1570243316835323905',
'1570243317120536578',
'1570243317426720769',
'1570243317707739138',
'1570246168764911618',
'1570669551734394881',
'1570669551973470209',
'1570669552204156929',
'1570669552434843649',
'1570672110989643777',
'1570672111425851393',
'1570672111849476098',
'1570672112289878018',
'1570672112717697026',
'1570672113174876161',
'1571741203222138881',
'1571741203473797122',
'1571741203742232577',
'1571741203977113601',
'1571741204211994625',
'1571741204677562370',
'1571741204916637698',
'1571741205143130113',
'1571741205373816834',
'1571741205642252289',
'1571741205868744706',
'1571741206095237121',
'1571741206334312449',
'1571741206564999169',
'1571741207076704257',
'1571741207332556802',
'1571741207580020737',
'1571741207810707458',
'1571741208045588482',
'1571741208297246721',
'1571741208536322049',
'1571741208771203074',
'1571741208997695490',
'1571741209219993602',
'1571741209459068930',
'1571741209727504385',
'1571741210167906305',
'1571741210427953154',
'1571741210671222786',
'1571741210922881025',
'1571741211166150657',
'1571741211405225985',
'1571741211833044994',
'1571741212076314626',
'1571741212344750082',
'1571741212671905794',
'1571741212919369729',
'1571741213175222274',
'1571741213410103298',
'1571741213636595713',
'1571741214081191937',
'1571741214509010945',
'1571741214739697665',
'1571741214978772994',
'1571741215222042625',
'1571741215440146433',
'1571741215695998978',
'1571741215935074305',
'1571741216174149633',
'1571741216631328769',
'1571741216870404097',
'1571741217096896514',
'1571741217340166145',
'1571741217587630081',
'1571741217818316801',
'1571741218275495937',
'1571741218539737090',
'1571741218803978242',
'1571741219210825729',
'1571741219428929538',
'1571741219663810561',
'1571741219886108673',
'1571741220129378305',
'1571741220393619458',
'1571741220624306177',
'1571741220846604289',
'1571741221102456833',
'1571741221341532162',
'1571741221576413185',
'1571741221991649282',
'1571741222419468289',
'1571741222822121474',
'1571741223044419585',
'1571741223300272129',
'1571741223543541761',
'1571741223770034178',
'1571741223992332290',
'1571741224227213314',
'1571741224453705730',
'1571741224705363969',
'1571741224944439298',
'1571741225187708929',
'1571741225451950082',
'1571741225686831105',
'1571741225921712130',
'1571741226190147586',
'1571741226437611521',
'1571741226659909634',
'1571741226898984961',
'1571741227138060289',
'1571741227406495746',
'1571741227641376770',
'1571741228094361602',
'1571741228337631233',
'1571741228576706561',
'1571741228836753409',
'1571741229071634434',
'1571741229319098370',
'1571741229553979393',
'1571741229788860417',
'1571741230032130049',
'1571741230271205378',
'1571741230497697793',
'1571741230724190209',
'1571741230959071234',
'1571741231189757954',
'1571741231433027585',
'1571741231680491521',
'1571741231906983937',
'1571741232188002305',
'1571741232427077634',
'1571741232653570049',
'1571741232888451074',
'1571741233123332098',
'1571741233349824513',
'1571741233597288449',
'1571741233815392257',
'1571741234058661890',
'1571741234297737217',
'1571741234524229634',
'1571741234746527745',
'1571741235174346754',
'1571741235388256257',
'1571741235627331586',
'1571741235866406914',
'1571741236097093634',
'1571741236327780354',
'1571741236554272770',
'1571741236776570882',
'1571741237011451905',
'1571741237237944321',
'1571741237460242433',
'1571741237678346242',
'1571741237904838657',
'1571741238131331073',
'1571741238366212098',
'1571741238601093121',
'1571741238823391233',
'1571741239054077954',
'1571741239280570370',
'1571741239507062786',
'1571741239737749506',
'1571741239972630529',
'1571741240203317250',
'1571741240429809666',
'1571741240744382466',
'1571741240987652098',
'1571741241247698946',
'1571741241469997058',
'1571741241721655298',
'1571741241943953410',
'1571741242174640130',
'1571741242413715458',
'1571741242640207873',
'1571741242862505985',
'1571741243105775617',
'1571741243336462338',
'1571741243567149057',
'1571741243793641473',
'1571741244024328194',
'1571741244250820609',
'1571741244468924418',
'1571741244691222530',
'1571741244951269377',
'1571741245186150402',
'1571741245421031425',
'1571741245651718145',
'1571741245878210561',
'1571741246108897281',
'1571741246335389698',
'1571741246595436546',
'1571741246851289090',
'1571741247086170113',
'1571741247316856833',
'1571741247555932161',
'1571741247786618881',
'1571741248025694210',
'1571741248289935361',
'1571741248558370817',
'1571741248784863233',
'1571741249015549953',
'1571741249258819586',
'1571741249481117698',
'1571741249711804417',
'1571741249988628481',
'1571741250231898113',
'1571741250483556354',
'1571741250710048769',
'1571741250982678529',
'1571741251225948161',
'1571741251465023490',
'1571741251699904513',
'1571741251955757057',
'1571741252375187457',
'1571741252605874177',
'1571741252832366594',
'1571741253251796993',
'1571741253499260930',
'1571741253750919169',
'1571741254220681218',
'1571741254455562242',
'1571741254728192002',
'1571741255013404673',
'1571741255235702786',
'1571741255466389505',
'1571741255713853442',
'1571741255944540161',
'1571741256183615489',
'1571741256405913601',
'1571741256632406018',
'1571741256871481345',
'1571741257089585153',
'1571741257316077570',
'1571741257727119361',
'1571741257962000385',
'1571741258222047233',
'1571741258444345346',
'1571741258666643458',
'1571741258901524482',
'1571741259136405506',
'1571741259379675137',
'1571741259601973250',
'1571741259824271362',
'1571741260059152386',
'1571741260289839105',
'1571741260512137218',
'1571741260931567618',
'1571741261166448641',
'1571741261397135362',
'1571741261665570817',
'1571741261921423362',
'1571741262357630978',
'1571741262588317698',
'1571741262839975938',
'1571741263066468354',
'1571741263297155073',
'1571741263523647490',
'1571741263758528513',
'1571741264177958914',
'1571741264396062722',
'1571741264802910210',
'1571741265209757697',
'1571741265427861505',
'1571741265645965314',
'1571741265872457729',
'1571741266140893186',
'1571741266367385601',
'1571741266585489410',
'1571741266820370433',
'1571741267042668546',
'1571741267273355266',
'1571741267508236289',
'1571741267734728706',
'1571741267965415426',
'1571772606903128066',
'1571772607129620481',
'1571772607368695809',
'1571772607599382530',
'1571772607830069249',
'1571772608052367362',
'1571772608341774338',
'1571772608580849665',
'1571772608811536386',
'1571772609046417410',
'1571772609281298434',
'1571772609528762370',
'1571772609755254786',
'1571772610011107330',
'1571772610317291522',
'1571772610556366850',
'1571772610799636481',
'1571772611038711810',
'1571772611261009921',
'1571772611508473858',
'1571772611730771970',
'1571772611957264385',
'1571772612187951106',
'1571772612410249217',
'1571772612649324546',
'1571772612871622658',
'1571772613093920769',
'1571772613320413185',
'1571772613567877121',
'1574605762463174657',
'1574605762861633538',
'1574605763255898113',
'1574605763658551298',
'1574605764073787394',
'1574605764505800705',
'1574605764921036801',
'1574605765336272897',
'1574605765764091905',
'1574605766208688130',
'1574605766636507138',
'1574605766883971073',
'1574605767123046402',
'1574605767345344514',
'1574605767571836930',
'1574605767798329346',
'1574605768033210369',
'1574605768263897089',
'1574605768482000898',
'1574605768704299009',
'1574605768939180034',
'1574605769178255362',
'1574605769425719298',
'1574605769643823105',
'1574605769895481346',
'1574605770117779457',
'1574605770340077570',
'1574605770562375682',
'1574605770784673793',
'1574605770998583298',
'1574605771589980161',
'1574605772013604866',
'1574605772433035266',
'1574647363570929666',
'1575379452045987842',
'1575381089540018177',
'1578998175650713602',
'1578998176221138945',
'1578998176766398466',
'1578998177324240897',
'1578998177835945986',
'1578998178330873857',
'1578998178846773250',
'1578998179400421378',
'1578998179891154945',
'1578998180163784706',
'1578998180428025858',
'1578998180717432834',
'1578998180985868289',
'1578998181250109441',
'1578998181514350593',
'1578998181774397442',
'1578998182072193026',
'1579361214329688065',
'1579361215537647618',
'1579726843733774338',
'1579726844924956673',
'1579726846137110529',
'1579726847395401730',
'1580476524361322497',
'1580476524642340866',
'1580813278108880898',
'1580813278624780289',
'1580813278884827137',
'1580813279392337922',
'1580813279660773378',
'1580813280164089858',
'1580813280428331009',
'1580813280977784833',
'1580813281242025985',
'1580813281783091201',
'1580813282047332353',
'1581930504413155330',
'1581930504740311041',
'1581930505046495234',
'1582567024883044353',
'1582567025394749442',
'1582567025898065922',
'1582567026388799490',
'1582567026904698882',
'1582567027420598274'
)
</where> </where>
</select> </select>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment