pas-debug.log 1.2 MB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615
  1. [pas:0.0.0.0:8877] [,] 2024-01-30 09:16:55.768 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Preparing: SELECT id,name,if_enable,if_default,description,create_id,create_time,config,project_id FROM hightlight_template WHERE (project_id = ? AND create_id = ?) ORDER BY create_time DESC
  2. [pas:0.0.0.0:8877] [,] 2024-01-30 09:16:55.781 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Parameters: 116(Integer), 328(String)
  3. [pas:0.0.0.0:8877] [,] 2024-01-30 09:16:55.793 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList <== Total: 1
  4. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.403 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict
  5. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.403 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters:
  6. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.427 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 469
  7. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.430 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  8. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.430 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_TYPE(String)
  9. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.432 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  10. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.433 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  11. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.434 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_TYPE(String)
  12. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.435 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  13. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.437 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  14. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.437 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_TYPE(String)
  15. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.437 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  16. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.438 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  17. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.439 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_TYPE(String)
  18. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.440 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  19. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.441 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  20. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.442 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  21. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.443 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  22. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.444 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  23. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.444 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  24. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.446 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  25. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.447 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  26. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.447 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  27. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.449 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  28. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.450 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  29. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.450 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  30. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.452 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  31. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.453 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  32. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.453 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  33. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.454 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  34. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.456 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  35. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.456 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  36. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.459 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  37. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.460 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  38. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.460 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  39. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.462 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  40. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.463 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  41. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.463 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  42. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.465 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  43. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.466 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  44. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.466 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  45. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.468 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  46. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.469 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  47. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.469 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  48. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.471 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  49. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.472 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  50. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.473 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  51. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.475 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  52. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.476 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  53. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.476 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  54. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.478 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  55. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.478 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  56. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.479 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  57. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.480 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  58. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.481 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  59. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.481 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  60. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.483 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  61. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.484 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  62. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.484 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  63. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.486 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  64. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.487 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  65. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.488 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  66. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.492 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  67. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.493 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  68. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.493 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  69. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.498 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  70. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.498 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  71. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.499 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  72. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.503 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  73. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.504 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  74. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.504 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  75. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.509 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  76. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.510 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  77. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.511 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  78. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.515 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  79. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.516 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  80. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.516 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  81. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.521 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  82. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.521 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  83. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.522 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  84. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.525 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  85. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.526 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  86. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.526 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  87. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.530 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  88. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.531 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  89. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.531 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  90. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.535 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  91. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.536 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  92. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.536 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  93. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.541 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  94. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.542 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  95. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.542 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  96. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.547 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  97. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.548 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  98. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.548 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  99. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.553 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  100. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.554 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  101. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.554 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  102. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.559 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  103. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.560 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  104. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.560 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  105. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.565 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  106. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.566 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  107. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.566 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  108. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.570 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  109. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.571 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  110. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.571 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  111. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.576 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  112. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.577 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  113. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.577 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  114. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.582 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  115. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.584 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  116. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.584 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  117. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.588 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  118. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.589 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  119. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.590 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  120. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.594 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  121. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.595 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  122. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.595 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  123. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.600 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  124. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.601 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  125. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.601 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  126. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.605 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  127. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.607 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  128. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.607 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  129. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.611 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  130. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.613 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  131. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.613 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  132. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.618 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  133. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.619 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  134. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.619 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  135. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.624 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  136. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.625 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  137. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.625 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  138. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.631 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  139. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.632 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  140. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.632 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  141. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.636 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  142. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.637 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  143. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.637 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  144. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.642 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  145. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.643 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  146. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.643 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  147. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.649 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  148. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.650 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  149. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.650 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  150. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.654 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  151. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.655 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  152. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.655 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  153. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.659 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  154. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.660 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  155. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.661 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  156. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.665 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  157. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.666 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  158. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.667 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  159. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.671 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  160. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.671 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  161. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.672 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  162. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.676 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  163. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.678 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  164. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.678 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  165. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.682 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  166. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.683 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  167. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.683 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  168. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.688 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  169. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.688 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  170. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.689 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  171. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.693 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  172. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.694 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  173. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.694 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  174. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.699 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  175. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.700 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  176. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.700 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  177. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.704 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  178. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.705 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  179. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.706 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  180. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.710 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  181. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.711 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  182. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.712 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  183. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.716 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  184. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.716 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  185. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.716 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  186. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.720 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  187. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.721 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  188. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.721 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  189. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.726 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  190. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.726 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  191. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.727 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  192. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.731 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  193. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.732 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  194. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.732 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  195. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.737 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  196. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.738 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  197. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.738 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  198. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.742 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  199. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.743 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  200. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.743 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  201. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.747 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  202. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.748 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  203. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.748 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  204. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.753 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  205. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.753 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  206. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.754 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  207. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.759 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  208. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.760 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  209. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.761 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  210. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.765 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  211. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.766 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  212. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.767 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  213. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.771 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  214. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.772 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  215. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.773 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  216. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.777 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  217. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.778 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  218. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.778 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  219. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.783 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  220. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.783 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  221. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.784 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  222. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.788 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  223. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.789 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  224. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.789 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  225. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.793 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  226. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.793 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  227. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.794 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  228. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.798 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  229. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.799 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  230. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.799 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  231. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.803 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  232. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.804 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  233. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.804 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  234. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.808 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  235. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.809 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  236. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.809 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  237. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.812 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  238. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.813 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  239. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.813 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  240. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.817 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  241. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.818 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  242. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.818 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  243. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.822 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  244. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.823 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  245. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.823 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  246. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.827 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  247. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.828 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  248. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.828 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  249. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.832 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  250. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.833 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  251. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.833 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  252. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.837 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  253. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.838 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  254. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.838 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  255. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.842 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  256. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.843 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  257. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.843 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  258. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.847 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  259. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.848 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  260. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.848 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  261. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.852 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  262. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.853 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  263. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.853 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  264. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.857 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  265. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.857 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  266. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.857 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  267. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.862 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  268. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.862 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  269. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.862 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  270. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.866 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  271. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.867 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  272. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.867 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  273. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.871 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  274. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.872 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  275. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.872 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  276. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.876 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  277. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.877 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  278. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.877 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  279. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.880 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  280. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.881 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  281. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.881 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  282. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.885 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  283. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.886 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  284. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.886 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  285. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.890 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  286. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.891 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  287. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.891 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  288. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.895 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  289. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.896 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  290. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.896 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  291. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.900 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  292. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.901 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  293. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.901 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  294. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.905 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  295. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.906 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  296. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.906 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  297. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.910 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  298. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.910 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  299. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.910 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  300. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.915 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  301. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.915 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  302. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.915 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  303. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.919 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  304. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.920 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  305. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.920 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  306. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.924 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  307. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.925 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  308. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.925 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  309. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.929 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  310. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.930 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  311. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.930 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  312. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.933 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  313. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.934 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  314. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.934 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  315. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.938 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  316. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.939 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  317. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.939 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  318. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.943 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  319. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.944 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  320. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.944 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  321. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.948 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  322. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.949 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  323. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.949 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  324. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.952 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  325. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.953 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  326. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.953 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  327. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.957 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  328. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.958 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  329. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.958 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  330. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.962 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  331. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.962 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  332. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.962 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  333. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.966 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  334. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.967 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  335. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.967 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  336. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.971 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  337. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.972 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  338. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.972 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  339. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.976 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  340. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.977 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  341. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.977 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  342. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.981 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  343. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.982 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  344. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.982 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  345. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.986 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  346. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.986 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  347. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.987 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  348. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.991 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  349. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.991 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  350. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.992 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  351. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.996 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  352. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.997 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  353. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:36.997 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  354. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.001 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  355. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.001 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  356. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.002 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  357. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.007 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  358. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.007 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  359. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.008 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  360. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.011 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  361. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.012 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  362. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.012 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  363. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.016 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  364. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.017 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  365. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.017 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  366. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.021 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  367. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.022 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  368. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.022 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  369. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.026 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  370. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.027 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  371. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.027 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  372. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.030 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  373. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.031 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  374. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.031 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  375. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.036 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  376. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.036 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  377. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.036 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  378. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.040 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  379. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.040 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  380. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.041 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  381. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.044 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  382. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.046 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  383. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.047 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  384. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.051 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  385. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.053 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  386. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.054 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  387. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.058 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  388. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.059 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  389. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.059 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  390. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.063 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  391. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.064 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  392. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.064 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  393. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.069 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  394. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.069 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  395. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.070 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  396. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.073 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  397. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.074 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  398. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.074 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  399. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.078 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  400. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.079 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  401. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.079 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  402. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.083 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  403. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.083 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  404. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.083 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  405. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.088 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  406. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.088 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  407. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.088 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  408. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.092 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  409. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.093 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  410. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.093 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  411. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.097 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  412. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.097 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  413. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.097 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  414. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.101 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  415. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.102 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  416. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.102 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  417. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.106 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  418. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.107 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  419. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.107 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  420. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.110 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  421. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.111 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  422. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.111 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  423. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.115 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  424. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.116 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  425. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.116 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  426. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.120 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  427. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.121 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  428. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.121 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  429. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.124 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  430. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.125 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  431. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.125 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  432. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.129 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  433. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.130 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  434. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.130 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  435. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.134 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  436. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.135 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  437. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.135 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  438. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.148 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  439. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.149 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  440. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.149 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  441. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.153 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  442. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.154 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  443. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.154 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  444. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.159 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  445. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.159 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  446. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.159 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  447. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.163 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  448. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.164 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  449. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.164 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  450. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.168 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  451. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.168 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  452. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.168 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  453. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.173 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  454. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.174 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  455. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.174 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  456. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.178 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  457. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.178 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  458. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.179 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  459. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.182 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  460. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.183 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  461. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.183 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  462. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.187 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  463. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.188 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  464. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.188 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  465. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.192 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  466. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.193 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  467. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.193 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  468. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.197 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  469. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.197 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  470. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.197 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  471. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.201 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  472. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.202 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  473. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.202 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  474. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.206 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  475. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.207 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  476. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.207 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  477. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.211 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  478. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.212 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  479. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.212 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  480. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.216 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  481. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.217 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  482. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.217 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  483. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.221 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  484. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.222 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  485. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.222 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  486. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.226 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  487. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.226 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  488. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.226 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  489. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.230 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  490. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.231 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  491. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.231 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  492. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.235 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  493. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.236 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  494. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.236 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  495. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.240 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  496. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.240 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  497. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.241 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  498. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.245 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  499. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.246 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  500. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.246 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  501. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.249 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  502. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.250 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  503. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.250 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  504. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.254 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  505. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.255 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  506. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.255 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  507. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.258 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  508. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.259 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  509. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.259 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  510. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.263 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  511. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.264 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  512. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.264 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  513. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.268 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  514. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.268 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  515. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.268 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  516. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.272 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  517. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.273 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  518. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.273 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  519. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.276 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  520. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.277 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  521. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.277 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  522. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.281 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  523. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.282 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  524. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.282 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  525. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.286 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  526. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.286 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  527. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.286 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  528. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.291 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  529. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.292 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  530. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.292 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  531. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.297 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  532. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.298 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  533. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.298 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  534. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.303 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  535. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.304 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  536. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.304 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  537. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.308 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  538. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.309 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  539. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.309 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  540. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.314 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  541. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.315 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  542. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.316 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  543. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.321 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  544. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.323 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  545. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.323 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  546. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.328 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  547. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.328 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  548. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.329 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  549. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.334 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  550. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.335 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  551. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.336 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  552. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.341 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  553. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.341 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  554. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.342 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  555. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.346 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  556. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.347 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  557. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.347 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  558. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.352 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  559. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.353 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  560. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.353 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  561. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.357 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  562. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.358 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  563. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.358 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  564. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.363 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  565. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.363 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  566. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.363 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  567. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.369 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  568. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.370 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  569. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.370 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  570. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.374 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  571. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.375 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  572. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.375 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  573. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.379 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  574. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.380 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  575. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.380 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  576. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.384 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  577. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.385 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  578. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.385 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  579. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.389 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  580. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.389 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  581. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.390 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  582. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.393 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  583. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.394 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  584. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.394 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  585. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.398 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  586. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.399 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  587. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.399 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  588. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.403 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  589. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.404 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  590. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.404 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  591. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.408 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  592. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.408 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  593. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.408 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  594. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.412 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  595. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.412 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  596. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.412 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  597. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.417 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  598. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.418 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  599. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.418 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  600. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.422 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  601. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.423 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  602. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.423 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  603. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.427 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  604. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.428 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  605. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.428 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  606. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.431 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  607. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.432 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  608. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.432 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  609. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.437 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  610. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.437 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  611. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.438 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  612. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.442 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  613. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.443 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  614. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.443 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  615. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.447 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  616. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.447 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  617. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.448 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  618. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.452 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  619. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.453 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  620. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.453 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  621. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.457 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  622. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.458 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  623. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.458 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  624. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.461 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  625. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.462 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  626. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.462 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  627. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.471 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  628. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.473 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  629. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.473 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  630. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.478 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  631. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.478 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  632. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.478 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  633. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.483 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  634. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.484 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  635. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.484 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  636. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.487 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  637. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.488 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  638. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.488 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  639. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.492 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  640. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.493 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  641. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.493 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  642. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.497 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  643. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.498 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  644. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.498 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  645. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.502 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  646. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.503 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  647. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.503 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  648. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.507 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  649. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.507 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  650. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.508 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  651. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.511 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  652. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.512 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  653. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.512 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  654. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.515 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  655. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.516 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  656. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.516 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  657. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.521 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  658. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.521 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  659. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.522 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  660. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.525 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  661. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.526 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  662. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.526 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  663. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.530 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  664. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.531 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  665. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.531 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  666. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.535 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  667. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.536 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  668. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.537 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  669. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.541 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  670. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.542 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  671. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.542 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  672. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.546 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  673. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.547 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  674. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.547 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  675. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.553 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  676. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.554 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  677. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.554 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  678. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.559 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  679. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.559 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  680. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.559 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  681. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.564 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  682. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.565 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  683. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.565 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  684. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.570 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  685. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.571 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  686. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.571 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  687. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.575 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  688. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.575 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  689. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.575 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  690. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.579 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  691. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.580 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  692. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.580 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  693. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.584 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  694. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.585 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  695. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.585 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  696. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.589 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  697. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.590 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  698. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.590 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  699. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.594 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  700. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.594 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  701. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.595 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  702. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.599 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  703. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.600 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  704. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.600 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  705. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.605 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  706. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.606 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  707. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.606 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  708. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.610 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  709. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.611 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  710. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.611 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  711. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.614 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  712. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.615 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  713. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.615 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  714. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.619 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  715. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.620 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  716. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.620 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  717. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.625 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  718. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.625 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  719. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.626 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  720. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.630 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  721. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.631 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  722. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.631 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  723. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.635 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  724. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.636 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  725. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.636 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  726. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.640 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  727. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.641 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  728. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.641 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  729. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.658 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  730. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.659 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  731. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.660 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  732. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.665 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  733. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.666 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  734. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.666 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  735. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.671 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  736. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.672 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  737. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.672 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  738. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.676 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  739. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.677 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  740. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.677 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  741. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.681 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  742. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.682 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  743. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.682 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  744. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.687 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  745. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.688 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  746. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.688 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  747. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.693 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  748. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.693 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  749. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.694 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  750. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.697 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  751. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.698 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  752. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.698 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  753. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.703 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  754. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.704 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  755. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.704 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  756. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.708 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  757. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.709 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  758. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.709 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  759. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.713 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  760. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.714 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  761. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.714 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  762. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.718 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  763. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.719 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  764. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.720 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  765. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.725 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  766. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.726 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  767. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.726 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  768. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.732 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  769. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.733 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  770. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.733 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  771. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.738 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  772. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.739 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  773. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.739 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  774. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.744 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  775. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.745 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  776. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.745 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  777. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.749 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  778. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.750 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  779. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.750 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  780. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.755 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  781. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.756 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  782. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.756 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  783. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.760 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  784. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.761 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  785. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.761 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  786. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.765 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  787. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.765 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  788. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.766 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  789. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.770 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  790. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.771 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  791. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.771 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  792. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.775 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  793. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.775 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  794. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.776 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  795. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.779 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  796. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.780 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  797. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.780 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  798. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.784 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  799. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.785 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  800. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.785 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  801. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.789 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  802. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.790 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  803. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.790 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  804. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.794 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  805. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.795 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  806. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.795 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  807. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.799 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  808. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.801 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  809. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.801 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  810. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.804 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  811. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.804 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  812. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.805 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  813. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.807 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  814. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.807 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  815. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.808 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  816. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.810 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  817. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.810 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  818. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.810 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  819. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.812 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  820. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.813 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  821. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.813 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  822. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.815 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  823. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.816 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  824. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.816 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  825. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.818 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  826. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.819 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  827. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.819 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  828. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.822 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  829. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.822 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  830. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.822 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  831. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.824 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  832. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.825 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  833. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.825 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  834. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.827 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  835. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.827 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  836. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.828 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  837. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.830 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  838. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.830 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  839. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.830 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  840. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.832 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  841. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.833 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  842. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.833 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  843. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.835 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  844. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.836 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  845. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.836 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  846. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.838 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  847. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.839 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  848. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.839 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  849. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.841 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  850. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.841 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  851. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.841 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  852. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.844 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  853. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.844 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  854. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.845 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  855. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.847 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  856. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.847 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  857. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.847 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  858. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.849 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  859. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.850 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  860. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.850 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  861. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.852 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  862. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.853 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  863. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.853 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  864. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.855 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  865. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.856 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  866. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.856 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  867. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.857 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  868. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.858 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  869. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.858 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  870. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.859 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  871. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.860 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  872. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.860 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  873. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.862 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  874. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.862 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  875. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.863 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  876. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.864 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  877. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.865 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  878. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.865 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  879. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.867 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  880. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.868 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  881. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.868 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  882. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.870 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  883. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.871 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  884. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.871 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  885. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.873 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  886. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.873 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  887. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.873 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  888. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.875 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  889. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.876 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  890. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.876 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  891. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.878 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  892. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.878 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  893. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.878 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  894. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.881 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  895. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.881 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  896. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.881 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  897. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.883 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  898. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.884 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  899. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.884 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  900. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.886 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  901. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.887 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  902. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.887 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  903. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.889 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  904. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.889 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  905. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.889 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  906. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.891 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  907. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.892 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  908. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.892 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  909. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.894 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  910. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.894 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  911. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.894 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  912. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.897 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  913. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.897 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  914. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.897 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  915. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.899 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  916. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.900 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  917. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.900 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  918. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.902 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  919. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.903 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  920. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.903 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  921. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.905 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  922. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.905 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  923. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.905 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  924. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.907 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  925. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.908 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  926. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.908 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  927. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.910 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  928. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.910 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  929. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.910 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  930. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.912 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  931. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.912 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  932. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.912 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  933. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.914 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  934. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.914 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  935. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.914 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  936. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.916 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  937. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.917 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  938. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.917 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  939. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.919 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  940. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.920 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  941. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.920 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  942. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.922 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  943. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.922 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  944. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.922 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  945. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.924 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  946. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.924 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  947. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.924 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  948. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.926 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  949. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.926 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  950. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.926 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  951. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.929 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  952. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.929 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  953. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.929 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  954. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.932 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  955. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.932 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  956. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.932 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  957. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.934 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  958. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.935 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  959. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.935 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  960. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.937 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  961. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.938 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  962. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.939 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  963. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.941 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  964. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.941 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  965. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.942 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  966. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.943 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  967. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.944 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  968. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.944 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  969. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.946 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  970. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.946 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  971. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.946 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ORGAN_TYPE(String)
  972. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.948 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  973. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.948 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  974. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.948 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ORGAN_TYPE(String)
  975. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.949 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  976. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.950 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  977. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.950 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ORGAN_TYPE(String)
  978. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.951 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  979. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.952 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  980. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.952 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ORGAN_TYPE(String)
  981. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.954 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  982. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.955 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  983. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.955 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: LICENSOR_TYPE(String)
  984. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.956 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  985. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.957 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  986. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.957 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: LICENSOR_TYPE(String)
  987. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.958 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  988. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.959 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  989. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.959 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  990. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.961 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  991. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.961 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  992. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.961 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  993. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.963 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  994. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.963 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  995. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.964 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  996. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.966 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  997. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.966 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  998. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.967 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  999. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.969 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1000. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.969 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1001. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.970 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: QUERY_GROUP(String)
  1002. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.972 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1003. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.972 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1004. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.972 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: QUERY_GROUP(String)
  1005. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.974 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1006. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.975 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1007. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.975 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: QUERY_GROUP(String)
  1008. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.976 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1009. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.977 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1010. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.977 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: QUERY_GROUP(String)
  1011. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.979 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1012. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.979 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1013. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.979 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1014. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.981 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1015. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.981 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1016. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.981 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1017. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.983 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1018. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.983 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1019. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.984 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1020. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.986 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1021. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.986 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1022. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.986 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1023. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.989 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1024. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.990 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1025. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.990 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1026. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.991 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1027. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.992 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1028. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.992 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1029. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.994 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1030. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.994 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1031. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.995 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1032. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.997 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1033. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.997 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1034. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.997 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1035. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.998 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1036. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.999 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1037. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:37.999 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1038. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.002 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1039. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.002 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1040. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.003 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1041. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.005 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1042. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.005 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1043. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.005 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1044. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.007 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1045. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.008 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1046. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.008 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1047. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.010 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1048. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.010 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1049. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.011 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1050. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.013 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1051. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.013 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1052. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.013 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1053. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.014 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1054. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.015 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1055. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.015 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1056. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.017 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1057. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.017 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1058. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.018 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1059. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.020 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1060. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.021 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1061. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.021 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1062. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.023 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1063. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.024 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1064. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.024 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1065. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.026 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1066. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.026 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1067. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.026 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  1068. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.028 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  1069. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.028 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1070. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.028 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1071. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.031 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1072. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.031 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1073. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.031 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1074. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.033 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1075. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.034 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1076. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.035 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1077. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.037 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1078. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.038 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1079. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.038 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1080. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.040 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1081. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.040 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1082. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.040 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1083. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.043 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1084. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.043 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1085. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.043 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1086. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.045 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1087. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.046 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1088. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.046 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1089. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.048 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1090. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.048 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1091. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.048 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1092. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.050 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1093. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.052 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1094. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.052 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1095. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.054 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1096. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.055 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1097. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.055 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  1098. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.057 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  1099. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.057 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1100. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.057 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  1101. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.059 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  1102. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.060 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1103. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.060 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_ASSESS(String)
  1104. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.062 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1105. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.062 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1106. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.062 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_ASSESS(String)
  1107. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.064 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1108. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.064 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1109. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.064 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_ASSESS(String)
  1110. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.067 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1111. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.067 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1112. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.068 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_ASSESS(String)
  1113. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.069 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1114. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.070 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1115. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.070 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_ASSESS(String)
  1116. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.072 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1117. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.073 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1118. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.073 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_ASSESS(String)
  1119. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.075 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1120. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.075 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1121. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.075 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_ASSESS(String)
  1122. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.077 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1123. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.078 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1124. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.078 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_ASSESS(String)
  1125. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.079 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1126. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.079 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1127. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.079 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_ASSESS(String)
  1128. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.081 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  1129. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.081 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1130. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.081 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_ASSESS(String)
  1131. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.083 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  1132. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.084 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1133. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.084 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_ASSESS(String)
  1134. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.086 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  1135. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.086 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1136. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.086 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: AVOID_ASSESS(String)
  1137. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.088 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  1138. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.088 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1139. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.088 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: AVOID_ASSESS(String)
  1140. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.090 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  1141. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.090 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1142. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.090 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: AVOID_ASSESS(String)
  1143. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.092 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  1144. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.092 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1145. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.092 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: TORT_ASSESS(String)
  1146. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.095 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  1147. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.095 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1148. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.095 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: TORT_ASSESS(String)
  1149. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.097 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  1150. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.098 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1151. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.098 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: TORT_ASSESS(String)
  1152. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.100 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  1153. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.100 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1154. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.100 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_ASSESS(String)
  1155. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.102 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  1156. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.102 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1157. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.102 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_ASSESS(String)
  1158. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.104 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  1159. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.104 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1160. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.104 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_ASSESS(String)
  1161. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.106 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  1162. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.106 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1163. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.106 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1164. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.107 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  1165. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.108 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1166. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.108 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1167. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.109 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  1168. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.109 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1169. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.109 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1170. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.111 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  1171. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.111 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1172. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.111 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1173. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.113 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  1174. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.113 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1175. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.113 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1176. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.115 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  1177. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.115 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1178. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.115 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1179. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.117 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  1180. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.117 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1181. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.117 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  1182. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.119 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  1183. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.119 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1184. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.119 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  1185. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.121 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  1186. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.121 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1187. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.121 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  1188. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.122 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  1189. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.122 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1190. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.122 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  1191. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.124 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  1192. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.124 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1193. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.124 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  1194. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.126 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  1195. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.126 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1196. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.126 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  1197. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.128 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  1198. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.128 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1199. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.128 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  1200. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.130 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  1201. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.130 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1202. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.130 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  1203. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.132 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  1204. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.132 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1205. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.132 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  1206. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.135 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  1207. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.135 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1208. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.135 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  1209. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.137 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  1210. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.137 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1211. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.137 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_STATE(String)
  1212. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.140 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  1213. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.141 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1214. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.141 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_STATE(String)
  1215. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.143 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  1216. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.143 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1217. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.143 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_STATE(String)
  1218. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.144 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  1219. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.144 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1220. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.144 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASk_STATE(String)
  1221. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.147 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  1222. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.147 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1223. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.147 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASk_STATE(String)
  1224. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.149 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  1225. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.149 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1226. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.149 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASk_STATE(String)
  1227. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.150 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  1228. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.150 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1229. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.150 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_CONTENT(String)
  1230. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.153 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1231. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.153 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1232. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.153 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_CONTENT(String)
  1233. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.154 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1234. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.155 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1235. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.155 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_CONTENT(String)
  1236. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.156 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1237. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.156 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1238. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.156 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_CONTENT(String)
  1239. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.158 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  1240. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.158 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1241. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.158 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1242. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.160 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  1243. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.160 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1244. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.160 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1245. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.162 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1246. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.162 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1247. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.162 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1248. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.163 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1249. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.164 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1250. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.164 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1251. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.165 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1252. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.166 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1253. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.166 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1254. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.168 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1255. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.168 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1256. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.168 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1257. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.170 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1258. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.170 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1259. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.171 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1260. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.172 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1261. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.173 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1262. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.173 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1263. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.174 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1264. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.175 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1265. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.175 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1266. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.177 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1267. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.178 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1268. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.178 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1269. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.179 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1270. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.180 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1271. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.180 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1272. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.181 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1273. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.182 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1274. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.182 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1275. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.183 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1276. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.183 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1277. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.183 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1278. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.186 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1279. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.186 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1280. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.186 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1281. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.187 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1282. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.188 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1283. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.188 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1284. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.189 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1285. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.189 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1286. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.189 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  1287. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.190 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  1288. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.191 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1289. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.191 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1290. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.192 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1291. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.192 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1292. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.192 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1293. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.194 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1294. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.194 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1295. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.194 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1296. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.195 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1297. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.196 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1298. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.196 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1299. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.197 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1300. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.197 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1301. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.197 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1302. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.198 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1303. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.198 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1304. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.198 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1305. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.200 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1306. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.200 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1307. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.200 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1308. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.202 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1309. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.202 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1310. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.202 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1311. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.203 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1312. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.203 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1313. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.203 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1314. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.205 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1315. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.205 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1316. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.205 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1317. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.206 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1318. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.207 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1319. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.207 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1320. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.208 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1321. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.209 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1322. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.209 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1323. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.210 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1324. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.211 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1325. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.211 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1326. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.212 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1327. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.212 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1328. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.212 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1329. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.213 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1330. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.213 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1331. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.213 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1332. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.215 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1333. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.215 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1334. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.215 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1335. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.216 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1336. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.217 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1337. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.217 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1338. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.218 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1339. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.218 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1340. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.219 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1341. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.220 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1342. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.220 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1343. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.220 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1344. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.221 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1345. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.221 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1346. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.221 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1347. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.223 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1348. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.223 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1349. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.223 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1350. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.225 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1351. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.225 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1352. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.225 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1353. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.226 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1354. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.226 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1355. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.226 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1356. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.228 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1357. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.228 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1358. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.228 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1359. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.230 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1360. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.230 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1361. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.230 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1362. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.231 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1363. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.231 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1364. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.231 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1365. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.233 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1366. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.233 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1367. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.233 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1368. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.234 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1369. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.243 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1370. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.243 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1371. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.244 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1372. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.244 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1373. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.244 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1374. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.246 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1375. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.246 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1376. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.246 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1377. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.248 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1378. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.248 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1379. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.248 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1380. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.250 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1381. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.250 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1382. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.250 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1383. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.251 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1384. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.251 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1385. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.251 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1386. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.252 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1387. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.253 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1388. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.253 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  1389. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.255 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  1390. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.255 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1391. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.255 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_COPY(String)
  1392. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.256 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  1393. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.257 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1394. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.257 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_COPY(String)
  1395. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.257 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  1396. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.257 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1397. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.257 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_COPY(String)
  1398. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.259 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  1399. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.259 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1400. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.259 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_COPY(String)
  1401. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.260 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  1402. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.260 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1403. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.260 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_COPY(String)
  1404. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.262 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  1405. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.262 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1406. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.262 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_COPY(String)
  1407. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.263 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  1408. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.263 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1409. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.263 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_COPY(String)
  1410. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.264 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  1411. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.264 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  1412. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.264 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_COPY(String)
  1413. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.265 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  1414. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.309 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoScenarioMatterMapper.selectList ==> Preparing: SELECT id,scenario_id,matter_id,create_id,create_time FROM asso_scenario_matter
  1415. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.309 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoScenarioMatterMapper.selectList ==> Parameters:
  1416. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.310 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  1417. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.310 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  1418. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.311 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  1419. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.314 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoScenarioMatterMapper.selectList <== Total: 97
  1420. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.317 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter WHERE (id IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?))
  1421. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.317 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters: 1(Integer), 3(Integer), 21(Integer), 13(Integer), 10(Integer), 9(Integer), 12(Integer), 4(Integer), 5(Integer), 30(Integer), 6(Integer), 24(Integer), 25(Integer), 41(Integer), 15(Integer), 31(Integer), 14(Integer), 2(Integer), 27(Integer), 17(Integer), 23(Integer), 18(Integer), 19(Integer), 20(Integer), 33(Integer), 36(Integer), 37(Integer), 22(Integer), 16(Integer), 35(Integer), 34(Integer), 32(Integer), 11(Integer), 26(Integer), 39(Integer), 40(Integer)
  1422. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.320 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 36
  1423. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.436 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type IN (?))
  1424. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.436 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type IN (?))
  1425. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.436 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  1426. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.436 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1427. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.437 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  1428. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.437 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  1429. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.441 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select scenario_id as value ,count(scenario_id) as num from event group by scenario_id limit 0,999
  1430. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.441 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select rp.report_type as value ,count(rp.report_type) as num from report as rp left join project as p on rp.project_id =p.id group by rp.report_type
  1431. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.441 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  1432. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.441 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  1433. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.442 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroups <== Total: 5
  1434. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.442 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.EventMapper.getGroups <== Total: 7
  1435. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.443 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Preparing: select count(*) from (select scenario_id from event where scenario_id is not null group by scenario_id ) as c
  1436. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.443 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Preparing: select count(*) from (select rp.report_type from report as rp left join project as p on rp.project_id =p.id where rp.report_type is not null group by rp.report_type ) as c
  1437. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.443 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Parameters:
  1438. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.443 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Parameters:
  1439. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.445 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask ==> Preparing: select id,name,project_id,type,handler,handler_type as handlerType,deadline_time as deadLineTime,finish_time as finishTime, description, last_task_id as lastTaskId,asso_task_id as assoTaskId,status,process_id as processId,progress,result,create_id as createId,create_time as createTime from project_task where (create_id =328 or handler=328) and(status='3')
  1440. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.445 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask ==> Parameters:
  1441. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.445 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.EventMapper.getGroupsCount <== Total: 1
  1442. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.445 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroupsCount <== Total: 1
  1443. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.447 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask ==> Preparing: select id,name,project_id,type,handler,handler_type as handlerType,deadline_time as deadLineTime,finish_time as finishTime, description, last_task_id as lastTaskId,asso_task_id as assoTaskId,status,process_id as processId,progress,result,create_id as createId,create_time as createTime from project_task where (create_id =328 or handler=328) and((((status='1'OR status='2') OR status='4') OR status='5') OR status='6')
  1444. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.447 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask ==> Parameters:
  1445. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.450 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask <== Total: 10
  1446. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.451 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount ==> Preparing: select count(*) from project_task where (create_id =328 or handler=328) and(status='3')
  1447. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.451 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount ==> Parameters:
  1448. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.452 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount <== Total: 1
  1449. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.453 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask <== Total: 56
  1450. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.453 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount ==> Preparing: select count(*) from project_task where (create_id =328 or handler=328) and((((status='1'OR status='2') OR status='4') OR status='5') OR status='6')
  1451. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.453 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount ==> Parameters:
  1452. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.454 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount <== Total: 1
  1453. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.465 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectMapper.selectList ==> Preparing: SELECT id,name,entrust_type,entrust_id,head_id,department_id,type,contract_no,volume_number,commission_case_day,description,tenant_id,create_id,create_time FROM project WHERE (id IN (?,?,?,?,?,?,?,?,?,?))
  1454. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.465 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectMapper.selectList ==> Parameters: 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 98(Integer), 89(Integer), 103(Integer), 122(Integer), 135(Integer)
  1455. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.466 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectMapper.selectList <== Total: 3
  1456. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.466 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectMapper.selectList ==> Preparing: SELECT id,name,entrust_type,entrust_id,head_id,department_id,type,contract_no,volume_number,commission_case_day,description,tenant_id,create_id,create_time FROM project WHERE (id IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?))
  1457. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.467 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectMapper.selectList ==> Parameters: 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 77(Integer), 79(Integer), 84(Integer), 85(Integer), 89(Integer), 89(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 104(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 106(Integer), 119(Integer), 120(Integer), 41(Integer), 135(Integer), 135(Integer), 135(Integer), 135(Integer), 135(Integer), 135(Integer), 135(Integer), 143(Integer), 150(Integer), 147(Integer)
  1458. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.468 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectMapper.selectList <== Total: 7
  1459. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.468 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1460. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.469 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 98(Integer)
  1461. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.469 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1462. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.469 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 89(Integer)
  1463. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.470 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1464. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.470 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1465. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.470 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1466. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.470 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1467. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.471 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 89(Integer)
  1468. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.471 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 89(Integer)
  1469. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.472 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1470. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.472 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1471. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.473 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1472. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.473 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1473. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.473 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1474. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.473 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 122(Integer)
  1475. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.474 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1476. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.474 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1477. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.475 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1478. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.475 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1479. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.476 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1480. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.477 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1481. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.477 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1482. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.478 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1483. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.479 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1484. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.479 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1485. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.480 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1486. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.480 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1487. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.480 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1488. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.481 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1489. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.482 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1490. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.482 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1491. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.483 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1492. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.483 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1493. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.484 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1494. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.485 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1495. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.485 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1496. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.485 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1497. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.487 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1498. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.487 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1499. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.487 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1500. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.488 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1501. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.489 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1502. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.489 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1503. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.490 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1504. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.491 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1505. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.491 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1506. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.492 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1507. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.492 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1508. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.492 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 104(Integer)
  1509. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.493 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1510. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.494 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1511. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.494 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1512. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.495 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1513. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.495 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1514. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.495 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1515. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.496 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1516. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.497 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1517. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.497 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1518. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.498 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1519. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.499 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1520. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.499 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1521. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.500 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1522. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.501 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1523. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.501 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1524. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.502 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1525. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.503 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1526. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.503 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  1527. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.504 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1528. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.505 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1529. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.505 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 119(Integer)
  1530. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.506 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1531. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.506 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  1532. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.507 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 120(Integer)
  1533. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:38.508 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  1534. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.024 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id order by p.create_time desc limit 0,10
  1535. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.025 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  1536. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.029 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 10
  1537. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.030 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id ) as c
  1538. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.030 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  1539. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.032 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  1540. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.053 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  1541. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.053 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  1542. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.054 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  1543. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.057 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) and asso_project_type=2 group by project_id
  1544. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.058 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  1545. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.059 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 0
  1546. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.069 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  1547. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.070 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  1548. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.072 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 12
  1549. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.072 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  1550. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.072 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  1551. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.074 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  1552. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.074 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  1553. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.074 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  1554. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.076 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  1555. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.077 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.EventMapper.selectList ==> Preparing: SELECT id,name,client_id,scenario_id,event_date,description,tenant_id,create_id,create_time FROM event WHERE (id IN (?,?))
  1556. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.077 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.EventMapper.selectList ==> Parameters: 68(Integer), 70(Integer)
  1557. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.079 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.EventMapper.selectList <== Total: 2
  1558. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.080 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  1559. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.080 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  1560. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.082 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 2
  1561. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.083 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ProductMapper.selectList ==> Preparing: SELECT id,name,license_rate,market_time,category_id,show_type,description,create_id,create_time,tenant_id,company_name FROM product WHERE (id IN (?))
  1562. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.083 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ProductMapper.selectList ==> Parameters: 13(Integer)
  1563. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.084 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ProductMapper.selectList <== Total: 1
  1564. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.086 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Preparing: SELECT id,name,license_rate,show_type,description,create_id,create_time,tenant FROM product_category WHERE (id IN (?))
  1565. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.086 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Parameters: 7(Integer)
  1566. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:41.088 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ProductCategoryMapper.selectList <== Total: 1
  1567. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:43.984 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Preparing: SELECT id,name,if_enable,if_default,description,create_id,create_time,config,project_id FROM hightlight_template WHERE (project_id = ? AND create_id = ?) ORDER BY create_time DESC
  1568. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:43.985 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Parameters: 156(Integer), 328(String)
  1569. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:43.987 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList <== Total: 1
  1570. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.002 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.CustomFieldMapper.selectList ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE (project_id = ?)
  1571. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.002 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.CustomFieldMapper.selectList ==> Parameters: 156(Integer)
  1572. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.003 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.CustomFieldMapper.selectList <== Total: 0
  1573. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.004 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id = ?)
  1574. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.004 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 156(Integer)
  1575. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.005 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 0
  1576. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.157 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.CustomFieldMapper.selectList ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE (project_id = ?)
  1577. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.157 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.CustomFieldMapper.selectList ==> Parameters: 156(Integer)
  1578. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.158 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.CustomFieldMapper.selectList <== Total: 0
  1579. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.159 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id = ?)
  1580. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.159 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 156(Integer)
  1581. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.160 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 0
  1582. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.194 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.CustomFieldMapper.selectList ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE (project_id = ?)
  1583. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.194 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.CustomFieldMapper.selectList ==> Parameters: 156(Integer)
  1584. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.194 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.CustomFieldMapper.selectList <== Total: 0
  1585. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.195 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id = ?)
  1586. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.195 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 156(Integer)
  1587. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:44.196 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 0
  1588. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:48.559 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Preparing: SELECT id,name,if_enable,if_default,description,create_id,create_time,config,project_id FROM hightlight_template WHERE (project_id = ? AND create_id = ?) ORDER BY create_time DESC
  1589. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:48.559 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Parameters: 147(Integer), 328(String)
  1590. [pas:0.0.0.0:8877] [,] 2024-01-30 09:17:48.561 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList <== Total: 2
  1591. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.533 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.CustomAnalysisItemMapper.queryAnalyseGroup ==> Preparing: select id,uid,name,parent_id,permissions,project_id,tenant_id,sort,type,status,create_id,create_name,create_time,update_time from os_custom_analysis_item WHERE ( /*系统公开情况*/ (permissions = 1 AND tenant_id = ?) /*系统私有公开*/ or (permissions = 2 AND create_id = ?) /*数据库公开*/ or (permissions = 3 AND tenant_id = ? AND project_id = ?) /*数据库私有*/ or (permissions = 4 AND create_id = ? AND project_id = ?) ) order by sort asc
  1592. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.534 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.CustomAnalysisItemMapper.queryAnalyseGroup ==> Parameters: 1(Integer), 328(String), 1(Integer), 147(Integer), 328(String), 147(Integer)
  1593. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.536 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.CustomAnalysisItemMapper.queryAnalyseGroup <== Total: 3
  1594. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.701 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemMapper.selectById ==> Preparing: SELECT id,uid,name,parent_id,permissions,project_id,tenant_id,sort,type,status,create_id,create_name,create_time,update_time FROM os_custom_analysis_item WHERE id=?
  1595. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.701 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemMapper.selectById ==> Parameters: 2(Integer)
  1596. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.701 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemMapper.selectById <== Total: 1
  1597. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.701 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemSchemaMapper.selectList ==> Preparing: SELECT id,uid,dimension,field,expand,type,ptype,num,status,create_id,create_name,create_time,update_time,name,group_by,field_kind FROM os_custom_analysis_item_schema WHERE (uid = ?)
  1598. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.701 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemSchemaMapper.selectList ==> Parameters: 2f767a03634644d7bed213c9bed0db20(String)
  1599. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.701 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemSchemaMapper.selectList <== Total: 2
  1600. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.701 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemSettingMapper.selectList ==> Preparing: SELECT id,uid,type,show_type,table_type,theme,title1,title2,data_label,data_position,data_size,title_size,axis_size,title1_dir,status,table_config,color_config,line_config,font_family,create_id,create_name,create_time,update_time,font_weight,font_weight2,name_location,height,width,height_unit,width_unit,split_line,split_line2,legend,legend_location,grid_top,grid_left,grid_right,grid_bottom,font_family2,label_color,font_family3,legend_font_size,legend_color,font_family4,font_size,font_size2,font_color,font_color2,show1,show2,name_location2,interval1,rotate,interval2,rotate2,padding_top,padding_left,padding_bottom,padding_right,padding_top2,padding_right2 AS paddingLeft2,padding_bottom2,padding_left2 AS paddingRight2,type2,data_label2,data_label3,bar_width,scatter_size FROM os_custom_analysis_item_setting WHERE (uid = ?)
  1601. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.701 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemSettingMapper.selectList ==> Parameters: 2f767a03634644d7bed213c9bed0db20(String)
  1602. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.716 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemSettingMapper.selectList <== Total: 1
  1603. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.727 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemSourceMapper.selectList ==> Preparing: SELECT id,uid,dimension,name,selected,field,expand,start_time,end_time,min_data,max_data,status,create_id,create_name,create_time,update_time,number,topN FROM os_custom_analysis_item_source WHERE (uid = ? AND dimension = ? AND field = ? AND expand = ?)
  1604. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.728 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemSourceMapper.selectList ==> Parameters: 2f767a03634644d7bed213c9bed0db20(String), x(String), PD(String), 月(String)
  1605. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.743 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemSourceMapper.selectList <== Total: 0
  1606. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.744 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemSourceMapper.selectList ==> Preparing: SELECT id,uid,dimension,name,selected,field,expand,start_time,end_time,min_data,max_data,status,create_id,create_name,create_time,update_time,number,topN FROM os_custom_analysis_item_source WHERE (uid = ? AND dimension = ? AND field = ? AND expand = ?)
  1607. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.745 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemSourceMapper.selectList ==> Parameters: 2f767a03634644d7bed213c9bed0db20(String), y(String), PA(String), null
  1608. [pas:0.0.0.0:8877] [,] 2024-01-30 09:25:49.746 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomAnalysisItemSourceMapper.selectList <== Total: 0
  1609. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.517 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1610. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.518 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘志勇(String), 147(Integer)
  1611. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.519 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1612. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.521 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1613. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.521 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 0201测试(String), 147(Integer)
  1614. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.522 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  1615. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.523 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1616. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.523 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李相俊(String), 147(Integer)
  1617. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.524 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1618. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.524 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1619. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.524 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 祁希(String), 147(Integer)
  1620. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.525 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1621. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.525 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1622. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.526 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨水丽(String), 147(Integer)
  1623. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.527 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1624. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.527 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1625. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.527 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周雨霖(String), 147(Integer)
  1626. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.528 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1627. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.528 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1628. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.529 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 蒋雪(String), 147(Integer)
  1629. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.529 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1630. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.530 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1631. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.530 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: q测试(String), 147(Integer)
  1632. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.531 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  1633. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.531 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1634. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.531 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余东旭(String), 147(Integer)
  1635. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.532 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1636. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.532 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1637. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.532 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 赵锦(String), 147(Integer)
  1638. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.533 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1639. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.534 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1640. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.534 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 卢艳华(String), 147(Integer)
  1641. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.535 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1642. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.536 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1643. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.536 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 唐雨晨(String), 147(Integer)
  1644. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.537 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1645. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.538 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1646. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.538 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余勇铮(String), 147(Integer)
  1647. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.538 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1648. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.539 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1649. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.539 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 缪鸿杰(String), 147(Integer)
  1650. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.540 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1651. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.540 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1652. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.540 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 陈梦佳(String), 147(Integer)
  1653. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.541 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1654. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.541 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1655. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.541 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 冯建云(String), 147(Integer)
  1656. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.542 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1657. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.542 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1658. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.542 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林章岁(String), 147(Integer)
  1659. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1660. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1661. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 徐祥祥(String), 147(Integer)
  1662. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1663. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1664. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 骆兵团(String), 147(Integer)
  1665. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1666. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1667. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 方朝雄(String), 147(Integer)
  1668. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1669. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1670. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 梁李柳元(String), 147(Integer)
  1671. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1672. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1673. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘宇航(String), 147(Integer)
  1674. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1675. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1676. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 毛志云(String), 147(Integer)
  1677. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1678. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1679. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.543 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱小朋(String), 147(Integer)
  1680. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.550 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1681. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.551 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1682. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.551 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡卫丰(String), 147(Integer)
  1683. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.552 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1684. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.553 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1685. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.553 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 袁伯军(String), 147(Integer)
  1686. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.554 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1687. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.555 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1688. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.555 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胥峥(String), 147(Integer)
  1689. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.556 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1690. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.557 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1691. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.557 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 柏晶晶(String), 147(Integer)
  1692. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.558 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1693. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.558 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1694. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.558 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 高锦凤(String), 147(Integer)
  1695. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.559 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1696. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.560 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1697. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.560 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘超洋(String), 147(Integer)
  1698. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.560 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1699. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.561 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1700. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.561 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴国秀(String), 147(Integer)
  1701. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.562 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1702. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.562 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1703. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.562 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李盟(String), 147(Integer)
  1704. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.564 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1705. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.564 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1706. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.564 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 汪光森(String), 147(Integer)
  1707. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.565 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1708. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.565 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1709. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.565 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 揭贵生(String), 147(Integer)
  1710. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.566 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1711. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.566 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1712. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.566 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴振兴(String), 147(Integer)
  1713. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.567 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1714. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.568 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1715. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.568 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡安(String), 147(Integer)
  1716. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.569 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1717. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.569 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1718. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.570 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周亮(String), 147(Integer)
  1719. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.570 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1720. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.570 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1721. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.571 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林城美(String), 147(Integer)
  1722. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.572 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1723. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.572 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1724. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.572 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱威(String), 147(Integer)
  1725. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.574 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1726. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.574 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1727. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.574 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨华(String), 147(Integer)
  1728. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.575 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1729. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.575 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  1730. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.575 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 罗宇浩(String), 147(Integer)
  1731. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:41.576 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  1732. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:48.641 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE id=?
  1733. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:48.642 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Parameters: 45(Integer)
  1734. [pas:0.0.0.0:8877] [,] 2024-01-30 10:10:48.643 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectById <== Total: 1
  1735. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:18.935 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Preparing: SELECT id,name,if_enable,if_default,description,create_id,create_time,config,project_id FROM hightlight_template WHERE (project_id = ? AND create_id = ?) ORDER BY create_time DESC
  1736. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:18.935 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Parameters: 156(Integer), 328(String)
  1737. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:18.937 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList <== Total: 1
  1738. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:18.939 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.CustomFieldMapper.selectList ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE (project_id = ?)
  1739. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:18.940 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.CustomFieldMapper.selectList ==> Parameters: 156(Integer)
  1740. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:18.940 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.CustomFieldMapper.selectList <== Total: 0
  1741. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:18.941 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id = ?)
  1742. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:18.941 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 156(Integer)
  1743. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:18.942 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 0
  1744. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:19.116 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.CustomFieldMapper.selectList ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE (project_id = ?)
  1745. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:19.117 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.CustomFieldMapper.selectList ==> Parameters: 156(Integer)
  1746. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:19.118 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.CustomFieldMapper.selectList <== Total: 0
  1747. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:19.119 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id = ?)
  1748. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:19.119 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 156(Integer)
  1749. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:19.120 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 0
  1750. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:19.139 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.CustomFieldMapper.selectList ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE (project_id = ?)
  1751. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:19.139 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.CustomFieldMapper.selectList ==> Parameters: 156(Integer)
  1752. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:19.140 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.CustomFieldMapper.selectList <== Total: 0
  1753. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:19.141 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id = ?)
  1754. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:19.141 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 156(Integer)
  1755. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:19.141 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 0
  1756. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:22.128 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.EventMapper.getEntrustGroup ==> Preparing: select distinct p.entrust_type ,p.entrust_id ,p.id,count(distinct p.id ) as num from patent_project as pp left join project as p on pp.project_id = p.id group by p.entrust_type ,p.entrust_id order by (case when p.entrust_type=1 and p.entrust_id=43 then 0 when p.entrust_type=1 and p.entrust_id=78 then 1 when p.entrust_type=1 and p.entrust_id=41 then 2 when p.entrust_type=1 and p.entrust_id=32 then 3 when p.entrust_type=2 and p.entrust_id=38 then 4 when p.entrust_type=2 and p.entrust_id=37 then 5 when p.entrust_type=2 and p.entrust_id=10 then 6 when p.entrust_type=1 and p.entrust_id=63 then 7 when p.entrust_type=1 and p.entrust_id=52 then 8 when p.entrust_type=1 and p.entrust_id=28 then 9 when p.entrust_type=1 and p.entrust_id=37 then 10 when p.entrust_type=2 and p.entrust_id=1 then 11 when p.entrust_type=2 and p.entrust_id=27 then 12 when p.entrust_type=2 and p.entrust_id=32 then 13 when p.entrust_type=2 and p.entrust_id=30 then 14 when p.entrust_type=2 and p.entrust_id=28 then 15 when p.entrust_type=2 and p.entrust_id=18 then 16 when p.entrust_type=2 and p.entrust_id=19 then 17 when p.entrust_type=2 and p.entrust_id=24 then 18 when p.entrust_type=2 and p.entrust_id=23 then 19 when p.entrust_type=2 and p.entrust_id=22 then 20 when p.entrust_type=1 and p.entrust_id=42 then 21 when p.entrust_type=1 and p.entrust_id=48 then 22 when p.entrust_type=1 and p.entrust_id=65 then 23 when p.entrust_type=1 and p.entrust_id=38 then 24 when p.entrust_type=1 and p.entrust_id=53 then 25 when p.entrust_type=1 and p.entrust_id=57 then 26 when p.entrust_type=1 and p.entrust_id=61 then 27 when p.entrust_type=1 and p.entrust_id=47 then 28 when p.entrust_type=1 and p.entrust_id=36 then 29 when p.entrust_type=1 and p.entrust_id=44 then 30 when p.entrust_type=1 and p.entrust_id=46 then 31 when p.entrust_type=2 and p.entrust_id=31 then 32 when p.entrust_type=2 and p.entrust_id=33 then 33 when p.entrust_type=2 and p.entrust_id=35 then 34 when p.entrust_type=2 and p.entrust_id=34 then 35 when p.entrust_type=1 and p.entrust_id=83 then 36 when p.entrust_type=1 and p.entrust_id=84 then 37 when p.entrust_type=1 and p.entrust_id=60 then 38 when p.entrust_type=1 and p.entrust_id=59 then 39 when p.entrust_type=1 and p.entrust_id=58 then 40 when p.entrust_type=1 and p.entrust_id=72 then 41 when p.entrust_type=1 and p.entrust_id=45 then 42 when p.entrust_type=1 and p.entrust_id=40 then 43 when p.entrust_type=1 and p.entrust_id=50 then 44 when p.entrust_type=1 and p.entrust_id=55 then 45 when p.entrust_type=2 and p.entrust_id=4 then 46 when p.entrust_type=2 and p.entrust_id=9 then 47 when p.entrust_type=2 and p.entrust_id=11 then 48 when p.entrust_type=1 and p.entrust_id=35 then 49 when p.entrust_type=2 and p.entrust_id=5 then 50 when p.entrust_type=1 and p.entrust_id=30 then 51 when p.entrust_type=2 and p.entrust_id=12 then 52 when p.entrust_type=2 and p.entrust_id=8 then 53 when p.entrust_type=2 and p.entrust_id=6 then 54 when p.entrust_type=1 and p.entrust_id=73 then 55 when p.entrust_type=1 and p.entrust_id=49 then 56 when p.entrust_type=2 and p.entrust_id=25 then 57 when p.entrust_type=2 and p.entrust_id=29 then 58 when p.entrust_type=1 and p.entrust_id=75 then 59 when p.entrust_type=1 and p.entrust_id=24 then 60 when p.entrust_type=1 and p.entrust_id=54 then 61 when p.entrust_type=1 and p.entrust_id=64 then 62 when p.entrust_type=1 and p.entrust_id=27 then 63 when p.entrust_type=1 and p.entrust_id=85 then 64 when p.entrust_type=2 and p.entrust_id=3 then 65 when p.entrust_type=2 and p.entrust_id=2 then 66 when p.entrust_type=2 and p.entrust_id=15 then 67 when p.entrust_type=2 and p.entrust_id=36 then 68 when p.entrust_type=2 and p.entrust_id=13 then 69 when p.entrust_type=2 and p.entrust_id=14 then 70 when p.entrust_type=2 and p.entrust_id=21 then 71 when p.entrust_type=1 and p.entrust_id=39 then 72 when p.entrust_type=2 and p.entrust_id=16 then 73 when p.entrust_type=1 and p.entrust_id=29 then 74 when p.entrust_type=2 and p.entrust_id=7 then 75 when p.entrust_type=1 and p.entrust_id=26 then 76 when p.entrust_type=2 and p.entrust_id=20 then 77 when p.entrust_type=1 and p.entrust_id=34 then 78 when p.entrust_type=1 and p.entrust_id=25 then 79 when p.entrust_type=1 and p.entrust_id=33 then 80 when p.entrust_type=1 and p.entrust_id=31 then 81 when p.entrust_type=2 and p.entrust_id=26 then 82 when p.entrust_type=2 and p.entrust_id=17 then 83 when p.entrust_type=1 and p.entrust_id=62 then 84 when p.entrust_type=1 and p.entrust_id=56 then 85 when p.entrust_type=1 and p.entrust_id=95 then 86 when p.entrust_type=1 and p.entrust_id=96 then 87 when p.entrust_type=1 and p.entrust_id=97 then 88 when p.entrust_type=1 and p.entrust_id=98 then 89 when p.entrust_type=1 and p.entrust_id=99 then 90 when p.entrust_type=1 and p.entrust_id=100 then 91 else 93 end) limit 0,10
  1757. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:22.129 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.EventMapper.getEntrustGroup ==> Parameters:
  1758. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:22.131 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.EventMapper.getEntrustGroup <== Total: 5
  1759. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:22.132 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.EventMapper.getEntrustGroupCount ==> Preparing: select count(*) from (select p.entrust_type ,p.entrust_id from patent_project as pp left join project as p on pp.project_id = p.id where p.entrust_type is not null group by p.entrust_type ,p.entrust_id ) as c
  1760. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:22.132 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.EventMapper.getEntrustGroupCount ==> Parameters:
  1761. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:22.132 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.EventMapper.getEntrustGroupCount <== Total: 1
  1762. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.620 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=1 and p.entrust_type=2)) order by p.create_time desc limit 0,5
  1763. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.620 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  1764. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.623 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 1
  1765. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.623 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=1 and p.entrust_type=2)) ) as c
  1766. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.623 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  1767. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.625 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  1768. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.634 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?))
  1769. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.634 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 3(Integer)
  1770. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.635 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  1771. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.635 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? ) and asso_project_type=2 group by project_id
  1772. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.635 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 3(Integer)
  1773. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.636 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 1
  1774. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.637 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?))
  1775. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.637 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 3(Integer)
  1776. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.638 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 2
  1777. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.638 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  1778. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.638 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  1779. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.640 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  1780. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.640 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  1781. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.640 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  1782. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.642 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  1783. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.642 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?))
  1784. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.642 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 3(Integer)
  1785. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.643 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 0
  1786. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.683 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=1 and p.entrust_type=2)) order by p.create_time desc limit 5,5
  1787. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.683 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  1788. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.685 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 0
  1789. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.685 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=1 and p.entrust_type=2)) ) as c
  1790. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.685 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  1791. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:26.686 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  1792. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:30.964 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id order by p.create_time desc limit 0,10
  1793. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:30.964 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  1794. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:30.967 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 10
  1795. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:30.967 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id ) as c
  1796. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:30.968 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  1797. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:30.970 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  1798. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:30.981 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  1799. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:30.981 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  1800. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.008 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  1801. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.009 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) and asso_project_type=2 group by project_id
  1802. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.009 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  1803. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.010 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 0
  1804. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.025 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  1805. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.025 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  1806. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.027 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 12
  1807. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.027 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  1808. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.028 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  1809. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.029 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  1810. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.029 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  1811. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.029 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  1812. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.032 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  1813. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.033 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.selectList ==> Preparing: SELECT id,name,client_id,scenario_id,event_date,description,tenant_id,create_id,create_time FROM event WHERE (id IN (?,?))
  1814. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.033 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.selectList ==> Parameters: 68(Integer), 70(Integer)
  1815. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.034 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.selectList <== Total: 2
  1816. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.035 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  1817. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.035 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  1818. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.036 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 2
  1819. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.037 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ProductMapper.selectList ==> Preparing: SELECT id,name,license_rate,market_time,category_id,show_type,description,create_id,create_time,tenant_id,company_name FROM product WHERE (id IN (?))
  1820. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.037 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ProductMapper.selectList ==> Parameters: 13(Integer)
  1821. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.039 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ProductMapper.selectList <== Total: 1
  1822. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.040 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Preparing: SELECT id,name,license_rate,show_type,description,create_id,create_time,tenant FROM product_category WHERE (id IN (?))
  1823. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.041 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Parameters: 7(Integer)
  1824. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:31.042 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ProductCategoryMapper.selectList <== Total: 1
  1825. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.173 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where p.name like '%场%' order by p.create_time desc limit 0,10
  1826. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.173 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  1827. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.176 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 2
  1828. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.176 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where p.name like '%场%' ) as c
  1829. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.176 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  1830. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.178 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  1831. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.187 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?))
  1832. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.188 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 143(Integer), 138(Integer)
  1833. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.189 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  1834. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.189 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? ) and asso_project_type=2 group by project_id
  1835. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.189 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 143(Integer), 138(Integer)
  1836. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.191 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 0
  1837. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.191 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?))
  1838. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.191 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 143(Integer), 138(Integer)
  1839. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.192 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 4
  1840. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.193 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  1841. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.193 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  1842. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.194 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  1843. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.194 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  1844. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.195 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  1845. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.196 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  1846. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.197 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?))
  1847. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.197 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 143(Integer), 138(Integer)
  1848. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:42.198 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 0
  1849. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:44.585 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectObjs ==> Preparing: SELECT value FROM os_system_dict WHERE (type = ?) ORDER BY label DESC
  1850. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:44.585 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectObjs ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  1851. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:44.587 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectObjs <== Total: 9
  1852. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:44.590 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type IN (?))
  1853. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:44.591 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  1854. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:44.592 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  1855. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:44.593 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select ifnull(asps.scenario_id,0) as value ,count(ifnull(asps.scenario_id,0)) as num from patent_project as pp left join project as p on pp.project_id = p.id left join (select * from pas_prod2.asso_project_event where scenario_id is not null) as asps on p.id = asps.project_id where p.name like '%场%' group by asps.scenario_id order by field( COALESCE(asps.scenario_id,'null'),8,7,9,3,2,4,6,1,5,'null') desc limit 0,10
  1856. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:44.593 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  1857. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:44.594 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.EventMapper.getGroups <== Total: 1
  1858. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:44.594 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Preparing: select count(*) from (select ifnull(asps.scenario_id,0) from patent_project as pp left join project as p on pp.project_id = p.id left join (select * from pas_prod2.asso_project_event where scenario_id is not null) as asps on p.id = asps.project_id where p.name like '%场%' and ifnull(asps.scenario_id,0) is not null group by asps.scenario_id ) as c
  1859. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:44.594 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Parameters:
  1860. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:44.596 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.EventMapper.getGroupsCount <== Total: 1
  1861. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:49.652 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getEntrustGroup ==> Preparing: select distinct p.entrust_type ,p.entrust_id ,p.id,count(distinct p.id ) as num from patent_project as pp left join project as p on pp.project_id = p.id where p.name like '%场%' group by p.entrust_type ,p.entrust_id order by (case when p.entrust_type=1 and p.entrust_id=43 then 0 when p.entrust_type=1 and p.entrust_id=78 then 1 when p.entrust_type=1 and p.entrust_id=41 then 2 when p.entrust_type=1 and p.entrust_id=32 then 3 when p.entrust_type=2 and p.entrust_id=38 then 4 when p.entrust_type=2 and p.entrust_id=37 then 5 when p.entrust_type=2 and p.entrust_id=10 then 6 when p.entrust_type=1 and p.entrust_id=63 then 7 when p.entrust_type=1 and p.entrust_id=52 then 8 when p.entrust_type=1 and p.entrust_id=28 then 9 when p.entrust_type=1 and p.entrust_id=37 then 10 when p.entrust_type=2 and p.entrust_id=1 then 11 when p.entrust_type=2 and p.entrust_id=27 then 12 when p.entrust_type=2 and p.entrust_id=32 then 13 when p.entrust_type=2 and p.entrust_id=30 then 14 when p.entrust_type=2 and p.entrust_id=28 then 15 when p.entrust_type=2 and p.entrust_id=18 then 16 when p.entrust_type=2 and p.entrust_id=19 then 17 when p.entrust_type=2 and p.entrust_id=24 then 18 when p.entrust_type=2 and p.entrust_id=23 then 19 when p.entrust_type=2 and p.entrust_id=22 then 20 when p.entrust_type=1 and p.entrust_id=42 then 21 when p.entrust_type=1 and p.entrust_id=48 then 22 when p.entrust_type=1 and p.entrust_id=65 then 23 when p.entrust_type=1 and p.entrust_id=38 then 24 when p.entrust_type=1 and p.entrust_id=53 then 25 when p.entrust_type=1 and p.entrust_id=57 then 26 when p.entrust_type=1 and p.entrust_id=61 then 27 when p.entrust_type=1 and p.entrust_id=47 then 28 when p.entrust_type=1 and p.entrust_id=36 then 29 when p.entrust_type=1 and p.entrust_id=44 then 30 when p.entrust_type=1 and p.entrust_id=46 then 31 when p.entrust_type=2 and p.entrust_id=31 then 32 when p.entrust_type=2 and p.entrust_id=33 then 33 when p.entrust_type=2 and p.entrust_id=35 then 34 when p.entrust_type=2 and p.entrust_id=34 then 35 when p.entrust_type=1 and p.entrust_id=83 then 36 when p.entrust_type=1 and p.entrust_id=84 then 37 when p.entrust_type=1 and p.entrust_id=60 then 38 when p.entrust_type=1 and p.entrust_id=59 then 39 when p.entrust_type=1 and p.entrust_id=58 then 40 when p.entrust_type=1 and p.entrust_id=72 then 41 when p.entrust_type=1 and p.entrust_id=45 then 42 when p.entrust_type=1 and p.entrust_id=40 then 43 when p.entrust_type=1 and p.entrust_id=50 then 44 when p.entrust_type=1 and p.entrust_id=55 then 45 when p.entrust_type=2 and p.entrust_id=4 then 46 when p.entrust_type=2 and p.entrust_id=9 then 47 when p.entrust_type=2 and p.entrust_id=11 then 48 when p.entrust_type=1 and p.entrust_id=35 then 49 when p.entrust_type=2 and p.entrust_id=5 then 50 when p.entrust_type=1 and p.entrust_id=30 then 51 when p.entrust_type=2 and p.entrust_id=12 then 52 when p.entrust_type=2 and p.entrust_id=8 then 53 when p.entrust_type=2 and p.entrust_id=6 then 54 when p.entrust_type=1 and p.entrust_id=73 then 55 when p.entrust_type=1 and p.entrust_id=49 then 56 when p.entrust_type=2 and p.entrust_id=25 then 57 when p.entrust_type=2 and p.entrust_id=29 then 58 when p.entrust_type=1 and p.entrust_id=75 then 59 when p.entrust_type=1 and p.entrust_id=24 then 60 when p.entrust_type=1 and p.entrust_id=54 then 61 when p.entrust_type=1 and p.entrust_id=64 then 62 when p.entrust_type=1 and p.entrust_id=27 then 63 when p.entrust_type=1 and p.entrust_id=85 then 64 when p.entrust_type=2 and p.entrust_id=3 then 65 when p.entrust_type=2 and p.entrust_id=2 then 66 when p.entrust_type=2 and p.entrust_id=15 then 67 when p.entrust_type=2 and p.entrust_id=36 then 68 when p.entrust_type=2 and p.entrust_id=13 then 69 when p.entrust_type=2 and p.entrust_id=14 then 70 when p.entrust_type=2 and p.entrust_id=21 then 71 when p.entrust_type=1 and p.entrust_id=39 then 72 when p.entrust_type=2 and p.entrust_id=16 then 73 when p.entrust_type=1 and p.entrust_id=29 then 74 when p.entrust_type=2 and p.entrust_id=7 then 75 when p.entrust_type=1 and p.entrust_id=26 then 76 when p.entrust_type=2 and p.entrust_id=20 then 77 when p.entrust_type=1 and p.entrust_id=34 then 78 when p.entrust_type=1 and p.entrust_id=25 then 79 when p.entrust_type=1 and p.entrust_id=33 then 80 when p.entrust_type=1 and p.entrust_id=31 then 81 when p.entrust_type=2 and p.entrust_id=26 then 82 when p.entrust_type=2 and p.entrust_id=17 then 83 when p.entrust_type=1 and p.entrust_id=62 then 84 when p.entrust_type=1 and p.entrust_id=56 then 85 when p.entrust_type=1 and p.entrust_id=95 then 86 when p.entrust_type=1 and p.entrust_id=96 then 87 when p.entrust_type=1 and p.entrust_id=97 then 88 when p.entrust_type=1 and p.entrust_id=98 then 89 when p.entrust_type=1 and p.entrust_id=99 then 90 when p.entrust_type=1 and p.entrust_id=100 then 91 else 93 end) limit 0,10
  1862. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:49.653 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getEntrustGroup ==> Parameters:
  1863. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:49.656 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getEntrustGroup <== Total: 2
  1864. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:49.656 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getEntrustGroupCount ==> Preparing: select count(*) from (select p.entrust_type ,p.entrust_id from patent_project as pp left join project as p on pp.project_id = p.id where p.name like '%场%' and p.entrust_type is not null group by p.entrust_type ,p.entrust_id ) as c
  1865. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:49.657 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getEntrustGroupCount ==> Parameters:
  1866. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:49.658 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getEntrustGroupCount <== Total: 1
  1867. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:51.637 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MatterMapper.selectObjs ==> Preparing: SELECT id FROM matter ORDER BY name DESC
  1868. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:51.638 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MatterMapper.selectObjs ==> Parameters:
  1869. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:51.638 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MatterMapper.selectObjs <== Total: 40
  1870. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:51.642 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  1871. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:51.642 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  1872. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:51.644 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  1873. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:51.644 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select ifnull(aspm.matter_id,0) as value ,count(ifnull(aspm.matter_id,0)) as num from patent_project as pp left join project as p on pp.project_id = p.id left join (select * from pas_prod2.asso_project_event where matter_id is not null) as aspm on p.id = aspm.project_id where p.name like '%场%' group by aspm.matter_id order by field( COALESCE(aspm.matter_id,'null'),3,36,27,25,35,34,10,24,21,40,33,29,32,12,6,38,1,4,41,5,2,28,17,9,14,22,37,39,18,11,20,13,19,8,23,26,31,15,30,16,'null') limit 0,10
  1874. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:51.644 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  1875. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:51.645 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getGroups <== Total: 1
  1876. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:51.645 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Preparing: select count(*) from (select ifnull(aspm.matter_id,0) from patent_project as pp left join project as p on pp.project_id = p.id left join (select * from pas_prod2.asso_project_event where matter_id is not null) as aspm on p.id = aspm.project_id where p.name like '%场%' and ifnull(aspm.matter_id,0) is not null group by aspm.matter_id ) as c
  1877. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:51.645 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Parameters:
  1878. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:51.646 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getGroupsCount <== Total: 1
  1879. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:53.275 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知') as value ,count(ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知')) as num from patent_project as pp left join project as p on pp.project_id = p.id where p.name like '%场%' group by ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知') order by p.create_time desc limit 0,10
  1880. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:53.275 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  1881. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:53.276 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.EventMapper.getGroups <== Total: 1
  1882. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:53.276 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Preparing: select count(*) from (select ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知') from patent_project as pp left join project as p on pp.project_id = p.id where p.name like '%场%' and ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知') is not null group by ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知') ) as c
  1883. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:53.276 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Parameters:
  1884. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:53.278 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.EventMapper.getGroupsCount <== Total: 1
  1885. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.930 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where (p.name like '%场%') AND (DATE_FORMAT(p.create_time,'%Y%m')='202401') order by p.create_time desc limit 0,5
  1886. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.930 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  1887. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.934 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 2
  1888. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.934 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where (p.name like '%场%') AND (DATE_FORMAT(p.create_time,'%Y%m')='202401') ) as c
  1889. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.934 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  1890. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.936 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  1891. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.940 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?))
  1892. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.940 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 143(Integer), 138(Integer)
  1893. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.940 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  1894. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.940 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? ) and asso_project_type=2 group by project_id
  1895. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.940 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 143(Integer), 138(Integer)
  1896. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.940 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 0
  1897. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.940 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?))
  1898. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.940 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 143(Integer), 138(Integer)
  1899. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.940 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 4
  1900. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.940 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  1901. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.940 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  1902. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.951 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  1903. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.951 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  1904. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.951 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  1905. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.953 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  1906. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.954 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?))
  1907. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.954 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 143(Integer), 138(Integer)
  1908. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.955 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 0
  1909. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.998 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where (p.name like '%场%') AND (DATE_FORMAT(p.create_time,'%Y%m')='202401') order by p.create_time desc limit 5,5
  1910. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:54.998 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  1911. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:55.001 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 0
  1912. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:55.001 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where (p.name like '%场%') AND (DATE_FORMAT(p.create_time,'%Y%m')='202401') ) as c
  1913. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:55.001 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  1914. [pas:0.0.0.0:8877] [,] 2024-01-30 10:11:55.003 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  1915. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:01.351 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知') as value ,count(ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知')) as num from patent_project as pp left join project as p on pp.project_id = p.id group by ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知') order by p.create_time desc limit 0,10
  1916. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:01.352 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  1917. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:01.353 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.EventMapper.getGroups <== Total: 6
  1918. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:01.354 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Preparing: select count(*) from (select ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知') from patent_project as pp left join project as p on pp.project_id = p.id where ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知') is not null group by ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知') ) as c
  1919. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:01.354 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Parameters:
  1920. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:01.355 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.EventMapper.getGroupsCount <== Total: 1
  1921. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.862 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id order by p.create_time desc limit 0,10
  1922. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.862 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  1923. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.866 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 10
  1924. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.866 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id ) as c
  1925. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.867 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  1926. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.869 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  1927. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.880 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  1928. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.880 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  1929. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.881 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  1930. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.881 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) and asso_project_type=2 group by project_id
  1931. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.882 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  1932. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.883 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 0
  1933. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.888 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  1934. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.888 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  1935. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.889 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 12
  1936. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.889 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  1937. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.890 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  1938. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.890 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  1939. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.891 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  1940. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.891 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  1941. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.892 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  1942. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.892 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.EventMapper.selectList ==> Preparing: SELECT id,name,client_id,scenario_id,event_date,description,tenant_id,create_id,create_time FROM event WHERE (id IN (?,?))
  1943. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.892 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.EventMapper.selectList ==> Parameters: 68(Integer), 70(Integer)
  1944. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.893 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.EventMapper.selectList <== Total: 2
  1945. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.893 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  1946. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.894 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  1947. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.894 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 2
  1948. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.895 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ProductMapper.selectList ==> Preparing: SELECT id,name,license_rate,market_time,category_id,show_type,description,create_id,create_time,tenant_id,company_name FROM product WHERE (id IN (?))
  1949. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.895 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ProductMapper.selectList ==> Parameters: 13(Integer)
  1950. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.896 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ProductMapper.selectList <== Total: 1
  1951. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.896 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Preparing: SELECT id,name,license_rate,show_type,description,create_id,create_time,tenant FROM product_category WHERE (id IN (?))
  1952. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.897 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Parameters: 7(Integer)
  1953. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:03.897 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.ProductCategoryMapper.selectList <== Total: 1
  1954. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.344 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where asps.scenario_id='1' order by p.create_time desc limit 0,10
  1955. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.345 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  1956. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.348 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 7
  1957. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.348 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where asps.scenario_id='1' ) as c
  1958. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.348 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  1959. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.350 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  1960. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.362 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?,?,?,?,?,?))
  1961. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.362 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 143(Integer), 138(Integer), 124(Integer), 116(Integer), 5(Integer), 3(Integer), 25(Integer)
  1962. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.363 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  1963. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.363 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? , ? , ? , ? , ? , ? ) and asso_project_type=2 group by project_id
  1964. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.363 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 143(Integer), 138(Integer), 124(Integer), 116(Integer), 5(Integer), 3(Integer), 25(Integer)
  1965. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.364 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 2
  1966. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.369 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?,?,?,?,?,?))
  1967. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.369 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 143(Integer), 138(Integer), 124(Integer), 116(Integer), 5(Integer), 3(Integer), 25(Integer)
  1968. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.371 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 16
  1969. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.371 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  1970. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.371 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  1971. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.373 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  1972. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.373 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  1973. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.373 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  1974. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.374 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  1975. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.375 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.selectList ==> Preparing: SELECT id,name,client_id,scenario_id,event_date,description,tenant_id,create_id,create_time FROM event WHERE (id IN (?,?,?))
  1976. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.375 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.selectList ==> Parameters: 66(Integer), 68(Integer), 70(Integer)
  1977. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.376 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.selectList <== Total: 3
  1978. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.376 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?,?,?,?,?,?))
  1979. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.376 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 143(Integer), 138(Integer), 124(Integer), 116(Integer), 5(Integer), 3(Integer), 25(Integer)
  1980. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.377 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 1
  1981. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.377 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Preparing: SELECT id,name,license_rate,show_type,description,create_id,create_time,tenant FROM product_category WHERE (id IN (?))
  1982. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.377 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Parameters: 7(Integer)
  1983. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:10.379 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ProductCategoryMapper.selectList <== Total: 1
  1984. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:12.691 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.EventMapper.getEntrustGroup ==> Preparing: select distinct p.entrust_type ,p.entrust_id ,p.id,count(distinct p.id ) as num from patent_project as pp left join project as p on pp.project_id = p.id where asps.scenario_id='1' group by p.entrust_type ,p.entrust_id order by (case when p.entrust_type=1 and p.entrust_id=43 then 0 when p.entrust_type=1 and p.entrust_id=78 then 1 when p.entrust_type=1 and p.entrust_id=41 then 2 when p.entrust_type=1 and p.entrust_id=32 then 3 when p.entrust_type=2 and p.entrust_id=38 then 4 when p.entrust_type=2 and p.entrust_id=37 then 5 when p.entrust_type=2 and p.entrust_id=10 then 6 when p.entrust_type=1 and p.entrust_id=63 then 7 when p.entrust_type=1 and p.entrust_id=52 then 8 when p.entrust_type=1 and p.entrust_id=28 then 9 when p.entrust_type=1 and p.entrust_id=37 then 10 when p.entrust_type=2 and p.entrust_id=1 then 11 when p.entrust_type=2 and p.entrust_id=27 then 12 when p.entrust_type=2 and p.entrust_id=32 then 13 when p.entrust_type=2 and p.entrust_id=30 then 14 when p.entrust_type=2 and p.entrust_id=28 then 15 when p.entrust_type=2 and p.entrust_id=18 then 16 when p.entrust_type=2 and p.entrust_id=19 then 17 when p.entrust_type=2 and p.entrust_id=24 then 18 when p.entrust_type=2 and p.entrust_id=23 then 19 when p.entrust_type=2 and p.entrust_id=22 then 20 when p.entrust_type=1 and p.entrust_id=42 then 21 when p.entrust_type=1 and p.entrust_id=48 then 22 when p.entrust_type=1 and p.entrust_id=65 then 23 when p.entrust_type=1 and p.entrust_id=38 then 24 when p.entrust_type=1 and p.entrust_id=53 then 25 when p.entrust_type=1 and p.entrust_id=57 then 26 when p.entrust_type=1 and p.entrust_id=61 then 27 when p.entrust_type=1 and p.entrust_id=47 then 28 when p.entrust_type=1 and p.entrust_id=36 then 29 when p.entrust_type=1 and p.entrust_id=44 then 30 when p.entrust_type=1 and p.entrust_id=46 then 31 when p.entrust_type=2 and p.entrust_id=31 then 32 when p.entrust_type=2 and p.entrust_id=33 then 33 when p.entrust_type=2 and p.entrust_id=35 then 34 when p.entrust_type=2 and p.entrust_id=34 then 35 when p.entrust_type=1 and p.entrust_id=83 then 36 when p.entrust_type=1 and p.entrust_id=84 then 37 when p.entrust_type=1 and p.entrust_id=60 then 38 when p.entrust_type=1 and p.entrust_id=59 then 39 when p.entrust_type=1 and p.entrust_id=58 then 40 when p.entrust_type=1 and p.entrust_id=72 then 41 when p.entrust_type=1 and p.entrust_id=45 then 42 when p.entrust_type=1 and p.entrust_id=40 then 43 when p.entrust_type=1 and p.entrust_id=50 then 44 when p.entrust_type=1 and p.entrust_id=55 then 45 when p.entrust_type=2 and p.entrust_id=4 then 46 when p.entrust_type=2 and p.entrust_id=9 then 47 when p.entrust_type=2 and p.entrust_id=11 then 48 when p.entrust_type=1 and p.entrust_id=35 then 49 when p.entrust_type=2 and p.entrust_id=5 then 50 when p.entrust_type=1 and p.entrust_id=30 then 51 when p.entrust_type=2 and p.entrust_id=12 then 52 when p.entrust_type=2 and p.entrust_id=8 then 53 when p.entrust_type=2 and p.entrust_id=6 then 54 when p.entrust_type=1 and p.entrust_id=73 then 55 when p.entrust_type=1 and p.entrust_id=49 then 56 when p.entrust_type=2 and p.entrust_id=25 then 57 when p.entrust_type=2 and p.entrust_id=29 then 58 when p.entrust_type=1 and p.entrust_id=75 then 59 when p.entrust_type=1 and p.entrust_id=24 then 60 when p.entrust_type=1 and p.entrust_id=54 then 61 when p.entrust_type=1 and p.entrust_id=64 then 62 when p.entrust_type=1 and p.entrust_id=27 then 63 when p.entrust_type=1 and p.entrust_id=85 then 64 when p.entrust_type=2 and p.entrust_id=3 then 65 when p.entrust_type=2 and p.entrust_id=2 then 66 when p.entrust_type=2 and p.entrust_id=15 then 67 when p.entrust_type=2 and p.entrust_id=36 then 68 when p.entrust_type=2 and p.entrust_id=13 then 69 when p.entrust_type=2 and p.entrust_id=14 then 70 when p.entrust_type=2 and p.entrust_id=21 then 71 when p.entrust_type=1 and p.entrust_id=39 then 72 when p.entrust_type=2 and p.entrust_id=16 then 73 when p.entrust_type=1 and p.entrust_id=29 then 74 when p.entrust_type=2 and p.entrust_id=7 then 75 when p.entrust_type=1 and p.entrust_id=26 then 76 when p.entrust_type=2 and p.entrust_id=20 then 77 when p.entrust_type=1 and p.entrust_id=34 then 78 when p.entrust_type=1 and p.entrust_id=25 then 79 when p.entrust_type=1 and p.entrust_id=33 then 80 when p.entrust_type=1 and p.entrust_id=31 then 81 when p.entrust_type=2 and p.entrust_id=26 then 82 when p.entrust_type=2 and p.entrust_id=17 then 83 when p.entrust_type=1 and p.entrust_id=62 then 84 when p.entrust_type=1 and p.entrust_id=56 then 85 when p.entrust_type=1 and p.entrust_id=95 then 86 when p.entrust_type=1 and p.entrust_id=96 then 87 when p.entrust_type=1 and p.entrust_id=97 then 88 when p.entrust_type=1 and p.entrust_id=98 then 89 when p.entrust_type=1 and p.entrust_id=99 then 90 when p.entrust_type=1 and p.entrust_id=100 then 91 else 93 end) limit 0,10
  1985. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:12.692 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.EventMapper.getEntrustGroup ==> Parameters:
  1986. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:17.285 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectObjs ==> Preparing: SELECT value FROM os_system_dict WHERE (type = ?) ORDER BY label DESC
  1987. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:17.285 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectObjs ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  1988. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:17.286 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectObjs <== Total: 9
  1989. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:17.289 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type IN (?))
  1990. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:17.289 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  1991. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:17.291 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  1992. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:17.291 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select ifnull(asps.scenario_id,0) as value ,count(ifnull(asps.scenario_id,0)) as num from patent_project as pp left join project as p on pp.project_id = p.id left join (select * from pas_prod2.asso_project_event where scenario_id is not null) as asps on p.id = asps.project_id where asps.scenario_id='1' group by asps.scenario_id order by field( COALESCE(asps.scenario_id,'null'),8,7,9,3,2,4,6,1,5,'null') desc limit 0,10
  1993. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:17.291 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  1994. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:17.292 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.EventMapper.getGroups <== Total: 1
  1995. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:17.292 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Preparing: select count(*) from (select ifnull(asps.scenario_id,0) from patent_project as pp left join project as p on pp.project_id = p.id left join (select * from pas_prod2.asso_project_event where scenario_id is not null) as asps on p.id = asps.project_id where asps.scenario_id='1' and ifnull(asps.scenario_id,0) is not null group by asps.scenario_id ) as c
  1996. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:17.292 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Parameters:
  1997. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:17.293 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.EventMapper.getGroupsCount <== Total: 1
  1998. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:19.625 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MatterMapper.selectObjs ==> Preparing: SELECT id FROM matter ORDER BY name DESC
  1999. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:19.625 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MatterMapper.selectObjs ==> Parameters:
  2000. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:19.626 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MatterMapper.selectObjs <== Total: 40
  2001. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:19.628 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  2002. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:19.628 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  2003. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:19.630 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  2004. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:19.631 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select ifnull(aspm.matter_id,0) as value ,count(ifnull(aspm.matter_id,0)) as num from patent_project as pp left join project as p on pp.project_id = p.id left join (select * from pas_prod2.asso_project_event where matter_id is not null) as aspm on p.id = aspm.project_id where asps.scenario_id='1' group by aspm.matter_id order by field( COALESCE(aspm.matter_id,'null'),3,36,27,25,35,34,10,24,21,40,33,29,32,12,6,38,1,4,41,5,2,28,17,9,14,22,37,39,18,11,20,13,19,8,23,26,31,15,30,16,'null') limit 0,10
  2005. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:19.631 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  2006. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:21.505 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知') as value ,count(ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知')) as num from patent_project as pp left join project as p on pp.project_id = p.id where asps.scenario_id='1' group by ifnull(DATE_FORMAT(p.create_time,'%Y%m') ,'未知') order by p.create_time desc limit 0,10
  2007. [pas:0.0.0.0:8877] [,] 2024-01-30 10:12:21.505 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  2008. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.047 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  2009. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.047 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  2010. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.050 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  2011. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.050 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  2012. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.050 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  2013. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.055 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  2014. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.166 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2015. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.166 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘志勇(String), 147(Integer)
  2016. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.167 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2017. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2018. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 中国电力科学研究院有限公司(String), 147(Integer)
  2019. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2020. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2021. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 宁德时代新能源科技股份有限公司(String), 147(Integer)
  2022. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2023. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2024. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 国网时代(福建)储能发展有限公司(String), 147(Integer)
  2025. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2026. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2027. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 宁德时代未来能源(上海)研究院有限公司(String), 147(Integer)
  2028. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2029. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2030. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 国网江苏省电力有限公司盐城供电分公司(String), 147(Integer)
  2031. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2032. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2033. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 武汉新能源接入装备与技术研究院有限公司(String), 147(Integer)
  2034. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2035. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2036. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 浙江昱能科技有限公司(String), 147(Integer)
  2037. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:03.169 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2038. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.080 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2039. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.080 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘志勇(String), 147(Integer)
  2040. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.081 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2041. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.082 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2042. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.082 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 0201测试(String), 147(Integer)
  2043. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.083 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2044. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.083 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2045. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.084 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李相俊(String), 147(Integer)
  2046. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.085 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2047. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.086 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2048. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.086 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 祁希(String), 147(Integer)
  2049. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.087 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2050. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.088 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2051. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.088 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨水丽(String), 147(Integer)
  2052. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.089 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2053. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.089 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2054. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.089 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周雨霖(String), 147(Integer)
  2055. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.090 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2056. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.091 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2057. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.091 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 蒋雪(String), 147(Integer)
  2058. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.092 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2059. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.092 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2060. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.092 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: q测试(String), 147(Integer)
  2061. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2062. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2063. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余东旭(String), 147(Integer)
  2064. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2065. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2066. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 赵锦(String), 147(Integer)
  2067. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2068. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2069. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 卢艳华(String), 147(Integer)
  2070. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2071. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2072. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 唐雨晨(String), 147(Integer)
  2073. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2074. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2075. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.094 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余勇铮(String), 147(Integer)
  2076. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2077. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2078. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 缪鸿杰(String), 147(Integer)
  2079. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2080. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2081. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 陈梦佳(String), 147(Integer)
  2082. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2083. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2084. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 冯建云(String), 147(Integer)
  2085. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2086. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2087. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林章岁(String), 147(Integer)
  2088. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2089. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2090. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 徐祥祥(String), 147(Integer)
  2091. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2092. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2093. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 骆兵团(String), 147(Integer)
  2094. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2095. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2096. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 方朝雄(String), 147(Integer)
  2097. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2098. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2099. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.101 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 梁李柳元(String), 147(Integer)
  2100. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.117 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2101. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.117 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2102. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.117 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘宇航(String), 147(Integer)
  2103. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.119 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2104. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.119 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2105. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.119 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 毛志云(String), 147(Integer)
  2106. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.121 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2107. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.121 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2108. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.122 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱小朋(String), 147(Integer)
  2109. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.123 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2110. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.123 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2111. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.123 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡卫丰(String), 147(Integer)
  2112. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.125 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2113. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.125 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2114. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.125 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 袁伯军(String), 147(Integer)
  2115. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.126 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2116. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.126 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2117. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.126 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胥峥(String), 147(Integer)
  2118. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.128 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2119. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.128 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2120. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.128 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 柏晶晶(String), 147(Integer)
  2121. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.130 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2122. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.130 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2123. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.130 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 高锦凤(String), 147(Integer)
  2124. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.131 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2125. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.131 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2126. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.131 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘超洋(String), 147(Integer)
  2127. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.133 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2128. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.133 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2129. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.133 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴国秀(String), 147(Integer)
  2130. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.134 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2131. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.135 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2132. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.136 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李盟(String), 147(Integer)
  2133. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.136 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2134. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.137 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2135. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.137 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 汪光森(String), 147(Integer)
  2136. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.139 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2137. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.139 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2138. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.139 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 揭贵生(String), 147(Integer)
  2139. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.140 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2140. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.140 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2141. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.140 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴振兴(String), 147(Integer)
  2142. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.142 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2143. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.142 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2144. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.142 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡安(String), 147(Integer)
  2145. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.144 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2146. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.144 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2147. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.144 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周亮(String), 147(Integer)
  2148. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.145 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2149. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.145 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2150. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.145 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林城美(String), 147(Integer)
  2151. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.147 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2152. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.147 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2153. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.147 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱威(String), 147(Integer)
  2154. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.148 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2155. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.148 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2156. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.148 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨华(String), 147(Integer)
  2157. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.149 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2158. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.149 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2159. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.149 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 罗宇浩(String), 147(Integer)
  2160. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:10.151 DEBUG 21716 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2161. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:14.644 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE id=?
  2162. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:14.644 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Parameters: 45(Integer)
  2163. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:14.646 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectById <== Total: 1
  2164. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.289 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (project_id = ? AND name = ?)
  2165. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.290 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 147(Integer), q测试1(String)
  2166. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.291 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2167. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.291 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE id=?
  2168. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.291 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Parameters: 45(Integer)
  2169. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.293 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MergePersonMapper.selectById <== Total: 1
  2170. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.296 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MergePersonMapper.updateById ==> Preparing: UPDATE merge_person SET project_id=?, type=?, name=?, merged_name=?, address=?, remark=?, create_id=?, create_time=? WHERE id=?
  2171. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.297 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MergePersonMapper.updateById ==> Parameters: 147(Integer), 2(Integer), q测试1(String), ["马会萌","郭维君"](String), 山东分公司的(String), 1111112(String), 328(String), 2024-01-30 10:20:20.293(Timestamp), 45(Integer)
  2172. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.301 DEBUG 21716 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MergePersonMapper.updateById <== Updates: 1
  2173. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.516 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2174. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.517 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘志勇(String), 147(Integer)
  2175. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.517 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2176. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.518 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2177. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.518 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 0201测试(String), 147(Integer)
  2178. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.519 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2179. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.519 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2180. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.520 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李相俊(String), 147(Integer)
  2181. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.521 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2182. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.521 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2183. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.521 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 祁希(String), 147(Integer)
  2184. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.522 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2185. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.522 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2186. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.522 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨水丽(String), 147(Integer)
  2187. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.523 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2188. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.523 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2189. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.523 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周雨霖(String), 147(Integer)
  2190. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.524 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2191. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.524 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2192. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.524 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 蒋雪(String), 147(Integer)
  2193. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.525 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2194. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.525 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2195. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.525 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: q测试(String), 147(Integer)
  2196. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.526 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2197. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.526 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2198. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.526 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余东旭(String), 147(Integer)
  2199. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.527 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2200. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.527 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2201. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.527 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 赵锦(String), 147(Integer)
  2202. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.528 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2203. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.528 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2204. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.528 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 卢艳华(String), 147(Integer)
  2205. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.529 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2206. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.529 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2207. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.529 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 唐雨晨(String), 147(Integer)
  2208. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.530 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2209. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.531 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2210. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.531 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余勇铮(String), 147(Integer)
  2211. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.531 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2212. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.532 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2213. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.532 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 缪鸿杰(String), 147(Integer)
  2214. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.532 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2215. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.533 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2216. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.533 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 陈梦佳(String), 147(Integer)
  2217. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.534 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2218. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.534 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2219. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.534 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 冯建云(String), 147(Integer)
  2220. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.535 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2221. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.536 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2222. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.537 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林章岁(String), 147(Integer)
  2223. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.538 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2224. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.539 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2225. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.539 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 徐祥祥(String), 147(Integer)
  2226. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.539 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2227. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.539 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2228. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.540 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 骆兵团(String), 147(Integer)
  2229. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.541 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2230. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.541 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2231. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.541 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 方朝雄(String), 147(Integer)
  2232. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.542 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2233. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.543 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2234. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.543 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 梁李柳元(String), 147(Integer)
  2235. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.543 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2236. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.543 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2237. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.543 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘宇航(String), 147(Integer)
  2238. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.544 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2239. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.544 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2240. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.544 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 毛志云(String), 147(Integer)
  2241. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.545 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2242. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.545 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2243. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.545 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱小朋(String), 147(Integer)
  2244. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.546 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2245. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.546 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2246. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.546 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡卫丰(String), 147(Integer)
  2247. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.548 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2248. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.548 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2249. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.548 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 袁伯军(String), 147(Integer)
  2250. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.549 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2251. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.549 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2252. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.549 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胥峥(String), 147(Integer)
  2253. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.550 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2254. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.550 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2255. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.550 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 柏晶晶(String), 147(Integer)
  2256. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.550 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2257. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.551 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2258. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.551 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 高锦凤(String), 147(Integer)
  2259. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.552 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2260. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.552 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2261. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.552 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘超洋(String), 147(Integer)
  2262. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.553 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2263. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.554 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2264. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.554 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴国秀(String), 147(Integer)
  2265. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.555 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2266. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.555 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2267. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.555 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李盟(String), 147(Integer)
  2268. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.556 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2269. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.556 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2270. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.556 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 汪光森(String), 147(Integer)
  2271. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.557 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2272. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.557 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2273. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.557 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 揭贵生(String), 147(Integer)
  2274. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.558 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2275. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.558 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2276. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.558 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴振兴(String), 147(Integer)
  2277. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.559 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2278. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.559 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2279. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.559 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡安(String), 147(Integer)
  2280. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.560 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2281. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.560 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2282. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.560 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周亮(String), 147(Integer)
  2283. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.562 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2284. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.562 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2285. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.562 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林城美(String), 147(Integer)
  2286. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.563 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2287. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.563 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2288. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.563 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱威(String), 147(Integer)
  2289. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.565 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2290. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.565 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2291. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.565 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨华(String), 147(Integer)
  2292. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.566 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2293. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.566 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2294. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.566 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 罗宇浩(String), 147(Integer)
  2295. [pas:0.0.0.0:8877] [,] 2024-01-30 10:20:20.567 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2296. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.577 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2297. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.577 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘志勇(String), 147(Integer)
  2298. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.579 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2299. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.579 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2300. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.579 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 0201测试(String), 147(Integer)
  2301. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.580 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2302. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.581 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2303. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.581 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李相俊(String), 147(Integer)
  2304. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.582 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2305. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.582 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2306. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.582 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 祁希(String), 147(Integer)
  2307. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.583 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2308. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.583 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2309. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.584 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨水丽(String), 147(Integer)
  2310. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.584 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2311. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.586 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2312. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.586 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周雨霖(String), 147(Integer)
  2313. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.587 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2314. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.587 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2315. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.588 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 蒋雪(String), 147(Integer)
  2316. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.588 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2317. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.589 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2318. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.589 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: q测试1(String), 147(Integer)
  2319. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.590 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2320. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.590 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2321. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.590 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余东旭(String), 147(Integer)
  2322. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.591 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2323. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.591 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2324. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.591 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 赵锦(String), 147(Integer)
  2325. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.592 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2326. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.593 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2327. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.593 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 卢艳华(String), 147(Integer)
  2328. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.593 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2329. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.594 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2330. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.594 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 唐雨晨(String), 147(Integer)
  2331. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.594 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2332. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.595 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2333. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.595 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余勇铮(String), 147(Integer)
  2334. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.596 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2335. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.596 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2336. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.596 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 缪鸿杰(String), 147(Integer)
  2337. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.597 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2338. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.597 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2339. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.597 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 陈梦佳(String), 147(Integer)
  2340. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.598 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2341. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.598 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2342. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.598 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 冯建云(String), 147(Integer)
  2343. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.599 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2344. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.599 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2345. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.599 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林章岁(String), 147(Integer)
  2346. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.600 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2347. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.601 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2348. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.601 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 徐祥祥(String), 147(Integer)
  2349. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.602 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2350. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.603 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2351. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.603 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 骆兵团(String), 147(Integer)
  2352. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.604 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2353. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.605 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2354. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.605 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 方朝雄(String), 147(Integer)
  2355. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.606 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2356. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.606 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2357. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.606 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 梁李柳元(String), 147(Integer)
  2358. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.607 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2359. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.607 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2360. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.607 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘宇航(String), 147(Integer)
  2361. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.608 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2362. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.608 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2363. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.608 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 毛志云(String), 147(Integer)
  2364. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.609 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2365. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.609 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2366. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.609 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱小朋(String), 147(Integer)
  2367. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.610 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2368. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.611 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2369. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.611 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡卫丰(String), 147(Integer)
  2370. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.611 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2371. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.612 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2372. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.612 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 袁伯军(String), 147(Integer)
  2373. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.613 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2374. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.613 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2375. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.613 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胥峥(String), 147(Integer)
  2376. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.615 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2377. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.615 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2378. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.615 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 柏晶晶(String), 147(Integer)
  2379. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.616 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2380. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.616 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2381. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.616 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 高锦凤(String), 147(Integer)
  2382. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.617 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2383. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.617 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2384. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.617 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘超洋(String), 147(Integer)
  2385. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.618 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2386. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.619 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2387. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.619 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴国秀(String), 147(Integer)
  2388. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.620 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2389. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.622 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2390. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.622 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李盟(String), 147(Integer)
  2391. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.623 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2392. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.623 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2393. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.623 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 汪光森(String), 147(Integer)
  2394. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.625 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2395. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.625 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2396. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.625 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 揭贵生(String), 147(Integer)
  2397. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.626 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2398. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.626 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2399. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.626 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴振兴(String), 147(Integer)
  2400. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.628 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2401. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.628 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2402. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.628 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡安(String), 147(Integer)
  2403. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.629 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2404. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.629 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2405. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.629 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周亮(String), 147(Integer)
  2406. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.630 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2407. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.630 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2408. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.630 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林城美(String), 147(Integer)
  2409. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.632 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2410. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.632 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2411. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.632 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱威(String), 147(Integer)
  2412. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.633 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2413. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.633 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2414. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.633 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨华(String), 147(Integer)
  2415. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.634 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2416. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.635 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2417. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.635 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 罗宇浩(String), 147(Integer)
  2418. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:33.637 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2419. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:38.204 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE id=?
  2420. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:38.204 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Parameters: 45(Integer)
  2421. [pas:0.0.0.0:8877] [,] 2024-01-30 10:21:38.206 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectById <== Total: 1
  2422. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.816 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE id=?
  2423. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.816 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Parameters: null
  2424. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.817 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectById <== Total: 0
  2425. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.920 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2426. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.920 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘志勇(String), 147(Integer)
  2427. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.921 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2428. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.921 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2429. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.921 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 0201测试(String), 147(Integer)
  2430. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.922 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2431. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.922 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2432. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.922 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李相俊(String), 147(Integer)
  2433. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.923 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2434. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.923 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2435. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.923 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 祁希(String), 147(Integer)
  2436. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.924 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2437. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.924 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2438. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.924 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨水丽(String), 147(Integer)
  2439. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.925 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2440. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.925 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2441. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.925 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周雨霖(String), 147(Integer)
  2442. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.927 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2443. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.927 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2444. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.927 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 蒋雪(String), 147(Integer)
  2445. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.928 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2446. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.928 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2447. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.928 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: q测试1(String), 147(Integer)
  2448. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.930 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2449. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.930 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2450. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.930 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余东旭(String), 147(Integer)
  2451. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.931 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2452. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.931 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2453. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.931 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 赵锦(String), 147(Integer)
  2454. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.932 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2455. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.932 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2456. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.932 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 卢艳华(String), 147(Integer)
  2457. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.934 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2458. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.934 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2459. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.934 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 唐雨晨(String), 147(Integer)
  2460. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.935 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2461. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.935 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2462. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.935 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余勇铮(String), 147(Integer)
  2463. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.937 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2464. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.937 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2465. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.937 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 缪鸿杰(String), 147(Integer)
  2466. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.939 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2467. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.939 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2468. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.939 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 陈梦佳(String), 147(Integer)
  2469. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.941 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2470. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.941 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2471. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.941 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 冯建云(String), 147(Integer)
  2472. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.942 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2473. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.943 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2474. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.943 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林章岁(String), 147(Integer)
  2475. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.944 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2476. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.944 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2477. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.944 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 徐祥祥(String), 147(Integer)
  2478. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.945 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2479. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.945 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2480. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.945 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 骆兵团(String), 147(Integer)
  2481. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.947 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2482. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.947 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2483. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.947 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 方朝雄(String), 147(Integer)
  2484. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.948 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2485. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.948 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2486. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.948 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 梁李柳元(String), 147(Integer)
  2487. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.949 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2488. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.949 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2489. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.949 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘宇航(String), 147(Integer)
  2490. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.950 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2491. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.950 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2492. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.950 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 毛志云(String), 147(Integer)
  2493. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.951 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2494. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.952 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2495. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.952 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱小朋(String), 147(Integer)
  2496. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.954 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2497. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.954 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2498. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.954 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡卫丰(String), 147(Integer)
  2499. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.955 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2500. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.955 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2501. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.955 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 袁伯军(String), 147(Integer)
  2502. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.956 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2503. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.956 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2504. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.956 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胥峥(String), 147(Integer)
  2505. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.957 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2506. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.958 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2507. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.958 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 柏晶晶(String), 147(Integer)
  2508. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.959 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2509. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.959 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2510. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.959 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 高锦凤(String), 147(Integer)
  2511. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.961 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2512. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.961 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2513. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.961 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘超洋(String), 147(Integer)
  2514. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.962 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2515. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.962 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2516. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.962 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴国秀(String), 147(Integer)
  2517. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.963 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2518. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.963 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2519. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.963 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李盟(String), 147(Integer)
  2520. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.964 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2521. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.964 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2522. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.964 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 汪光森(String), 147(Integer)
  2523. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.965 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2524. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.965 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2525. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.965 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 揭贵生(String), 147(Integer)
  2526. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.966 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2527. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.966 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2528. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.966 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴振兴(String), 147(Integer)
  2529. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.967 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2530. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.968 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2531. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.968 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡安(String), 147(Integer)
  2532. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.969 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2533. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.969 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2534. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.969 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周亮(String), 147(Integer)
  2535. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2536. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.971 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2537. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.971 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林城美(String), 147(Integer)
  2538. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.972 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2539. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.972 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2540. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.972 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱威(String), 147(Integer)
  2541. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.973 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2542. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.973 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2543. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.973 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨华(String), 147(Integer)
  2544. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.974 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2545. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.975 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2546. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.975 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 罗宇浩(String), 147(Integer)
  2547. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:07.976 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2548. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.403 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE id=?
  2549. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.403 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Parameters: null
  2550. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.405 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.MergePersonMapper.selectById <== Total: 0
  2551. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.493 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2552. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.493 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘志勇(String), 147(Integer)
  2553. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.494 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2554. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.495 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2555. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.495 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 0201测试(String), 147(Integer)
  2556. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.495 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2557. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.496 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2558. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.496 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李相俊(String), 147(Integer)
  2559. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.497 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2560. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.497 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2561. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.497 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 祁希(String), 147(Integer)
  2562. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.498 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2563. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.498 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2564. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.498 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨水丽(String), 147(Integer)
  2565. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.499 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2566. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.500 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2567. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.500 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周雨霖(String), 147(Integer)
  2568. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.500 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2569. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.501 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2570. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.501 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 蒋雪(String), 147(Integer)
  2571. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.502 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2572. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.503 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2573. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.503 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: q测试1(String), 147(Integer)
  2574. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.504 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2575. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.504 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2576. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.504 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余东旭(String), 147(Integer)
  2577. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.505 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2578. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.506 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2579. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.506 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 赵锦(String), 147(Integer)
  2580. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.506 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2581. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.507 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2582. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.507 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 卢艳华(String), 147(Integer)
  2583. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.508 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2584. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.508 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2585. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.508 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 唐雨晨(String), 147(Integer)
  2586. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.509 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2587. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.509 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2588. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.509 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余勇铮(String), 147(Integer)
  2589. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.510 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2590. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.510 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2591. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.510 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 缪鸿杰(String), 147(Integer)
  2592. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.511 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2593. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.511 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2594. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.512 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 陈梦佳(String), 147(Integer)
  2595. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.512 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2596. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.513 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2597. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.513 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 冯建云(String), 147(Integer)
  2598. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.513 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2599. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.514 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2600. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.514 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林章岁(String), 147(Integer)
  2601. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.515 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2602. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.515 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2603. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.515 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 徐祥祥(String), 147(Integer)
  2604. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.516 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2605. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.517 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2606. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.517 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 骆兵团(String), 147(Integer)
  2607. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.518 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2608. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.519 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2609. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.519 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 方朝雄(String), 147(Integer)
  2610. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.520 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2611. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.520 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2612. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.520 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 梁李柳元(String), 147(Integer)
  2613. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.521 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2614. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.522 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2615. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.522 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘宇航(String), 147(Integer)
  2616. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.523 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2617. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.523 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2618. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.523 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 毛志云(String), 147(Integer)
  2619. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.524 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2620. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.524 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2621. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.524 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱小朋(String), 147(Integer)
  2622. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.525 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2623. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.525 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2624. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.525 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡卫丰(String), 147(Integer)
  2625. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.526 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2626. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.526 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2627. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.526 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 袁伯军(String), 147(Integer)
  2628. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.527 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2629. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.528 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2630. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.528 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胥峥(String), 147(Integer)
  2631. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.528 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2632. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.529 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2633. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.529 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 柏晶晶(String), 147(Integer)
  2634. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.529 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2635. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.530 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2636. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.530 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 高锦凤(String), 147(Integer)
  2637. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.531 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2638. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.531 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2639. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.531 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘超洋(String), 147(Integer)
  2640. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.532 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2641. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.532 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2642. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.532 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴国秀(String), 147(Integer)
  2643. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.533 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2644. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.534 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2645. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.534 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李盟(String), 147(Integer)
  2646. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.535 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2647. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.535 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2648. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.536 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 汪光森(String), 147(Integer)
  2649. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.536 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2650. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.537 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2651. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.537 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 揭贵生(String), 147(Integer)
  2652. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.538 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2653. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.539 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2654. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.539 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴振兴(String), 147(Integer)
  2655. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.540 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2656. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.540 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2657. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.540 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡安(String), 147(Integer)
  2658. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.541 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2659. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.541 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2660. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.542 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周亮(String), 147(Integer)
  2661. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.542 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2662. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.543 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2663. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.543 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林城美(String), 147(Integer)
  2664. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.544 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2665. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.544 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2666. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.544 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱威(String), 147(Integer)
  2667. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.545 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2668. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.545 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2669. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.545 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨华(String), 147(Integer)
  2670. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.546 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2671. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.547 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2672. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.547 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 罗宇浩(String), 147(Integer)
  2673. [pas:0.0.0.0:8877] [,] 2024-01-30 10:22:59.547 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2674. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.609 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2675. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.609 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘志勇(String), 147(Integer)
  2676. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.611 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2677. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.612 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2678. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.612 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 0201测试(String), 147(Integer)
  2679. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.613 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2680. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.613 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2681. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.614 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李相俊(String), 147(Integer)
  2682. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.614 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2683. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.615 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2684. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.615 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 祁希(String), 147(Integer)
  2685. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.615 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2686. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.616 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2687. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.616 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨水丽(String), 147(Integer)
  2688. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.617 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2689. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.617 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2690. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.617 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周雨霖(String), 147(Integer)
  2691. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.618 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2692. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.618 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2693. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.619 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 蒋雪(String), 147(Integer)
  2694. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.619 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2695. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.620 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2696. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.620 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: q测试1(String), 147(Integer)
  2697. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.621 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2698. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.622 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2699. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.622 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余东旭(String), 147(Integer)
  2700. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.623 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2701. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.624 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2702. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.624 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 赵锦(String), 147(Integer)
  2703. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.632 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2704. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.633 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2705. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.633 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 卢艳华(String), 147(Integer)
  2706. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.634 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2707. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.634 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2708. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.634 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 唐雨晨(String), 147(Integer)
  2709. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.635 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2710. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.635 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2711. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.635 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余勇铮(String), 147(Integer)
  2712. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.636 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2713. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.636 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2714. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.636 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 缪鸿杰(String), 147(Integer)
  2715. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.637 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2716. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.637 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2717. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.637 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 陈梦佳(String), 147(Integer)
  2718. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.647 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2719. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.648 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2720. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.648 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 冯建云(String), 147(Integer)
  2721. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.658 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2722. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.659 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2723. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.659 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林章岁(String), 147(Integer)
  2724. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.669 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2725. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.670 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2726. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.670 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 徐祥祥(String), 147(Integer)
  2727. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.675 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2728. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.675 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2729. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.676 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 骆兵团(String), 147(Integer)
  2730. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.677 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2731. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.678 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2732. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.678 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 方朝雄(String), 147(Integer)
  2733. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.679 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2734. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.680 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2735. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.680 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 梁李柳元(String), 147(Integer)
  2736. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.681 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2737. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.681 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2738. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.682 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘宇航(String), 147(Integer)
  2739. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.687 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2740. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.687 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2741. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.688 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 毛志云(String), 147(Integer)
  2742. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.694 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2743. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.695 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2744. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.695 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱小朋(String), 147(Integer)
  2745. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.705 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2746. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.706 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2747. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.706 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡卫丰(String), 147(Integer)
  2748. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.712 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2749. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.712 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2750. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.712 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 袁伯军(String), 147(Integer)
  2751. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.718 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2752. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.718 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2753. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.719 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胥峥(String), 147(Integer)
  2754. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.721 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2755. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.722 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2756. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.722 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 柏晶晶(String), 147(Integer)
  2757. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.728 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2758. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.729 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2759. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.729 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 高锦凤(String), 147(Integer)
  2760. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.733 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2761. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.734 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2762. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.734 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘超洋(String), 147(Integer)
  2763. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.736 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2764. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.737 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2765. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.737 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴国秀(String), 147(Integer)
  2766. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.738 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2767. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.739 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2768. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.739 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李盟(String), 147(Integer)
  2769. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.740 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2770. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.741 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2771. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.742 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 汪光森(String), 147(Integer)
  2772. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.743 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2773. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.743 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2774. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.744 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 揭贵生(String), 147(Integer)
  2775. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.746 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2776. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.746 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2777. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.747 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴振兴(String), 147(Integer)
  2778. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.748 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2779. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.749 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2780. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.749 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡安(String), 147(Integer)
  2781. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.752 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2782. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.752 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2783. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.753 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周亮(String), 147(Integer)
  2784. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.754 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2785. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.755 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2786. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.755 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林城美(String), 147(Integer)
  2787. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.756 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2788. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.757 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2789. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.757 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱威(String), 147(Integer)
  2790. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.758 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2791. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.758 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2792. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.759 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨华(String), 147(Integer)
  2793. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.759 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2794. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.760 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2795. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.760 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 罗宇浩(String), 147(Integer)
  2796. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.761 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2797. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.813 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE id=?
  2798. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.813 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Parameters: 29(Integer)
  2799. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.814 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.CustomFieldMapper.selectById <== Total: 1
  2800. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.816 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Preparing: select * from tree_node as tree WHERE tree.type=? and tree.type_id=?
  2801. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.816 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Parameters: 4(Integer), 29(Integer)
  2802. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.818 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode <== Total: 5
  2803. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.820 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Preparing: SELECT id,tree_node_id,file_guid,create_id,create_time FROM asso_tree_node_file WHERE (tree_node_id IN (?,?,?,?,?))
  2804. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.820 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Parameters: 222(Integer), 223(Integer), 224(Integer), 225(Integer), 226(Integer)
  2805. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.821 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList <== Total: 0
  2806. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.824 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE id=?
  2807. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.825 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Parameters: 29(Integer)
  2808. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.826 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.CustomFieldMapper.selectById <== Total: 1
  2809. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.826 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Preparing: select * from tree_node as tree WHERE tree.type=? and tree.type_id=?
  2810. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.826 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Parameters: 4(Integer), 29(Integer)
  2811. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.837 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode <== Total: 5
  2812. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.838 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Preparing: SELECT id,tree_node_id,file_guid,create_id,create_time FROM asso_tree_node_file WHERE (tree_node_id IN (?,?,?,?,?))
  2813. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.838 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Parameters: 222(Integer), 223(Integer), 224(Integer), 225(Integer), 226(Integer)
  2814. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.848 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList <== Total: 0
  2815. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.864 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE id=?
  2816. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.864 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Parameters: 30(Integer)
  2817. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.868 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.CustomFieldMapper.selectById <== Total: 1
  2818. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.868 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Preparing: select * from tree_node as tree WHERE tree.type=? and tree.type_id=?
  2819. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.868 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Parameters: 4(Integer), 30(Integer)
  2820. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.869 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode <== Total: 3
  2821. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.870 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Preparing: SELECT id,tree_node_id,file_guid,create_id,create_time FROM asso_tree_node_file WHERE (tree_node_id IN (?,?,?))
  2822. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.870 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Parameters: 227(Integer), 228(Integer), 229(Integer)
  2823. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.871 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList <== Total: 0
  2824. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.897 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE id=?
  2825. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.897 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Parameters: 29(Integer)
  2826. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.905 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.CustomFieldMapper.selectById <== Total: 1
  2827. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.905 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Preparing: select * from tree_node as tree WHERE tree.type=? and tree.type_id=?
  2828. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.905 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Parameters: 4(Integer), 29(Integer)
  2829. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.906 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode <== Total: 5
  2830. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.907 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Preparing: SELECT id,tree_node_id,file_guid,create_id,create_time FROM asso_tree_node_file WHERE (tree_node_id IN (?,?,?,?,?))
  2831. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.907 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Parameters: 222(Integer), 223(Integer), 224(Integer), 225(Integer), 226(Integer)
  2832. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.909 DEBUG 21716 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList <== Total: 0
  2833. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.945 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE id=?
  2834. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.945 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Parameters: 30(Integer)
  2835. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.945 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.CustomFieldMapper.selectById <== Total: 1
  2836. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.945 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Preparing: select * from tree_node as tree WHERE tree.type=? and tree.type_id=?
  2837. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.945 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Parameters: 4(Integer), 30(Integer)
  2838. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.946 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode <== Total: 3
  2839. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.947 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Preparing: SELECT id,tree_node_id,file_guid,create_id,create_time FROM asso_tree_node_file WHERE (tree_node_id IN (?,?,?))
  2840. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.947 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Parameters: 227(Integer), 228(Integer), 229(Integer)
  2841. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.947 DEBUG 21716 [http-nio-8877-exec-4] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList <== Total: 0
  2842. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.962 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE id=?
  2843. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.962 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Parameters: 30(Integer)
  2844. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.963 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.CustomFieldMapper.selectById <== Total: 1
  2845. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.964 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Preparing: select * from tree_node as tree WHERE tree.type=? and tree.type_id=?
  2846. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.964 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Parameters: 4(Integer), 30(Integer)
  2847. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.966 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode <== Total: 3
  2848. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.967 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Preparing: SELECT id,tree_node_id,file_guid,create_id,create_time FROM asso_tree_node_file WHERE (tree_node_id IN (?,?,?))
  2849. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.967 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Parameters: 227(Integer), 228(Integer), 229(Integer)
  2850. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:31.968 DEBUG 21716 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList <== Total: 0
  2851. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.051 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id order by p.create_time desc limit 0,10
  2852. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.051 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  2853. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.055 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 10
  2854. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.055 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id ) as c
  2855. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.055 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  2856. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.057 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  2857. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.070 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  2858. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.071 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  2859. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.072 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  2860. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.072 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) and asso_project_type=2 group by project_id
  2861. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.072 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  2862. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.074 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 0
  2863. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.078 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  2864. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.078 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  2865. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.080 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 12
  2866. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.080 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  2867. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.080 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  2868. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.081 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  2869. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.082 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  2870. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.082 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  2871. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.083 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  2872. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.084 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.EventMapper.selectList ==> Preparing: SELECT id,name,client_id,scenario_id,event_date,description,tenant_id,create_id,create_time FROM event WHERE (id IN (?,?))
  2873. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.084 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.EventMapper.selectList ==> Parameters: 68(Integer), 70(Integer)
  2874. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.085 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.EventMapper.selectList <== Total: 2
  2875. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.085 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  2876. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.085 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer), 88(Integer), 83(Integer)
  2877. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.086 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 2
  2878. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.087 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProductMapper.selectList ==> Preparing: SELECT id,name,license_rate,market_time,category_id,show_type,description,create_id,create_time,tenant_id,company_name FROM product WHERE (id IN (?))
  2879. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.087 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProductMapper.selectList ==> Parameters: 13(Integer)
  2880. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.088 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProductMapper.selectList <== Total: 1
  2881. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.088 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Preparing: SELECT id,name,license_rate,show_type,description,create_id,create_time,tenant FROM product_category WHERE (id IN (?))
  2882. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.088 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Parameters: 7(Integer)
  2883. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:32.089 DEBUG 21716 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProductCategoryMapper.selectList <== Total: 1
  2884. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:38.542 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Preparing: SELECT id,name,if_enable,if_default,description,create_id,create_time,config,project_id FROM hightlight_template WHERE (project_id = ? AND create_id = ?) ORDER BY create_time DESC
  2885. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:38.543 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Parameters: 147(Integer), 328(String)
  2886. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:38.544 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList <== Total: 2
  2887. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2888. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘志勇(String), 147(Integer)
  2889. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2890. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2891. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 0201测试(String), 147(Integer)
  2892. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2893. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2894. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李相俊(String), 147(Integer)
  2895. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2896. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2897. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 祁希(String), 147(Integer)
  2898. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2899. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2900. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨水丽(String), 147(Integer)
  2901. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2902. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2903. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周雨霖(String), 147(Integer)
  2904. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2905. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2906. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 蒋雪(String), 147(Integer)
  2907. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2908. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2909. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: q测试1(String), 147(Integer)
  2910. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  2911. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2912. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余东旭(String), 147(Integer)
  2913. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2914. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2915. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 赵锦(String), 147(Integer)
  2916. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2917. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2918. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 卢艳华(String), 147(Integer)
  2919. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2920. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2921. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.518 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 唐雨晨(String), 147(Integer)
  2922. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.534 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2923. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.534 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2924. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.534 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余勇铮(String), 147(Integer)
  2925. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.536 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2926. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2927. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 缪鸿杰(String), 147(Integer)
  2928. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2929. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2930. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 陈梦佳(String), 147(Integer)
  2931. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2932. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2933. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 冯建云(String), 147(Integer)
  2934. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2935. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2936. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林章岁(String), 147(Integer)
  2937. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2938. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2939. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 徐祥祥(String), 147(Integer)
  2940. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2941. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2942. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 骆兵团(String), 147(Integer)
  2943. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2944. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2945. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 方朝雄(String), 147(Integer)
  2946. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2947. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2948. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 梁李柳元(String), 147(Integer)
  2949. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2950. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2951. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘宇航(String), 147(Integer)
  2952. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2953. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2954. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.537 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 毛志云(String), 147(Integer)
  2955. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2956. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2957. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱小朋(String), 147(Integer)
  2958. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2959. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2960. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡卫丰(String), 147(Integer)
  2961. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2962. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2963. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 袁伯军(String), 147(Integer)
  2964. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2965. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2966. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胥峥(String), 147(Integer)
  2967. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2968. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2969. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 柏晶晶(String), 147(Integer)
  2970. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2971. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2972. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 高锦凤(String), 147(Integer)
  2973. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2974. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2975. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘超洋(String), 147(Integer)
  2976. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2977. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2978. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴国秀(String), 147(Integer)
  2979. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2980. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2981. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.551 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李盟(String), 147(Integer)
  2982. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.567 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2983. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.567 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2984. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 汪光森(String), 147(Integer)
  2985. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2986. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2987. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 揭贵生(String), 147(Integer)
  2988. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2989. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2990. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴振兴(String), 147(Integer)
  2991. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2992. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2993. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡安(String), 147(Integer)
  2994. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2995. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2996. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周亮(String), 147(Integer)
  2997. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  2998. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  2999. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林城美(String), 147(Integer)
  3000. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3001. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3002. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱威(String), 147(Integer)
  3003. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3004. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3005. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨华(String), 147(Integer)
  3006. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3007. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3008. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 罗宇浩(String), 147(Integer)
  3009. [pas:0.0.0.0:8877] [,] 2024-01-30 10:29:54.568 DEBUG 21716 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3010. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.784 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE id=?
  3011. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.784 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectById ==> Parameters: 45(Integer)
  3012. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.786 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.selectById <== Total: 1
  3013. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.787 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.delete ==> Preparing: DELETE FROM merge_person WHERE (id = ?)
  3014. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.787 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.delete ==> Parameters: 45(Integer)
  3015. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.789 DEBUG 21716 [http-nio-8877-exec-7] cn.cslg.pas.mapper.MergePersonMapper.delete <== Updates: 1
  3016. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3017. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘志勇(String), 147(Integer)
  3018. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3019. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3020. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 0201测试(String), 147(Integer)
  3021. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  3022. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3023. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李相俊(String), 147(Integer)
  3024. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3025. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3026. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 祁希(String), 147(Integer)
  3027. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3028. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3029. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨水丽(String), 147(Integer)
  3030. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3031. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3032. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周雨霖(String), 147(Integer)
  3033. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3034. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3035. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 蒋雪(String), 147(Integer)
  3036. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3037. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3038. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: q测试1(String), 147(Integer)
  3039. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3040. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3041. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余东旭(String), 147(Integer)
  3042. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3043. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3044. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 赵锦(String), 147(Integer)
  3045. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3046. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3047. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 卢艳华(String), 147(Integer)
  3048. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3049. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3050. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 唐雨晨(String), 147(Integer)
  3051. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3052. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3053. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.953 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余勇铮(String), 147(Integer)
  3054. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.967 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3055. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.968 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3056. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.968 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 缪鸿杰(String), 147(Integer)
  3057. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.969 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3058. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3059. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 陈梦佳(String), 147(Integer)
  3060. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3061. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3062. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 冯建云(String), 147(Integer)
  3063. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3064. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3065. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林章岁(String), 147(Integer)
  3066. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3067. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3068. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 徐祥祥(String), 147(Integer)
  3069. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3070. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3071. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 骆兵团(String), 147(Integer)
  3072. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3073. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3074. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 方朝雄(String), 147(Integer)
  3075. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3076. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3077. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 梁李柳元(String), 147(Integer)
  3078. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3079. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3080. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘宇航(String), 147(Integer)
  3081. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3082. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3083. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 毛志云(String), 147(Integer)
  3084. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3085. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3086. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱小朋(String), 147(Integer)
  3087. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3088. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3089. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡卫丰(String), 147(Integer)
  3090. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3091. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3092. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 袁伯军(String), 147(Integer)
  3093. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3094. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3095. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.970 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胥峥(String), 147(Integer)
  3096. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.984 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3097. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.985 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3098. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.986 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 柏晶晶(String), 147(Integer)
  3099. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.986 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3100. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.987 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3101. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.987 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 高锦凤(String), 147(Integer)
  3102. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3103. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3104. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘超洋(String), 147(Integer)
  3105. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3106. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3107. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴国秀(String), 147(Integer)
  3108. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3109. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3110. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李盟(String), 147(Integer)
  3111. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3112. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3113. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 汪光森(String), 147(Integer)
  3114. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3115. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3116. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 揭贵生(String), 147(Integer)
  3117. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3118. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3119. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴振兴(String), 147(Integer)
  3120. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3121. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3122. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡安(String), 147(Integer)
  3123. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3124. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3125. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周亮(String), 147(Integer)
  3126. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3127. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3128. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林城美(String), 147(Integer)
  3129. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3130. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3131. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱威(String), 147(Integer)
  3132. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:09.988 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3133. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:10.001 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3134. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:10.001 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨华(String), 147(Integer)
  3135. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:10.002 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3136. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:10.003 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3137. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:10.003 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 罗宇浩(String), 147(Integer)
  3138. [pas:0.0.0.0:8877] [,] 2024-01-30 10:30:10.003 DEBUG 21716 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3139. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.666 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3140. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.666 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘志勇(String), 147(Integer)
  3141. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.668 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3142. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.669 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3143. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.669 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 马会萌(String), 147(Integer)
  3144. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.670 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3145. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.671 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3146. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.672 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 郭维君(String), 147(Integer)
  3147. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.672 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3148. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.673 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3149. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.673 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 0201测试(String), 147(Integer)
  3150. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.674 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 1
  3151. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.674 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3152. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.675 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李相俊(String), 147(Integer)
  3153. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.675 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3154. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.676 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3155. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.676 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 祁希(String), 147(Integer)
  3156. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.677 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3157. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.677 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3158. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.677 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨水丽(String), 147(Integer)
  3159. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.678 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3160. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.679 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3161. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.679 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周雨霖(String), 147(Integer)
  3162. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.680 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3163. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.680 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3164. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.680 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 蒋雪(String), 147(Integer)
  3165. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.681 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3166. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.681 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3167. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.682 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: q测试1(String), 147(Integer)
  3168. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.682 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3169. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.683 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3170. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.683 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余东旭(String), 147(Integer)
  3171. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.684 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3172. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.685 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3173. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.685 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 赵锦(String), 147(Integer)
  3174. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.686 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3175. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.687 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3176. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.687 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 卢艳华(String), 147(Integer)
  3177. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.688 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3178. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.689 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3179. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.689 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 唐雨晨(String), 147(Integer)
  3180. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.690 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3181. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.690 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3182. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.691 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 余勇铮(String), 147(Integer)
  3183. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.691 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3184. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.692 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3185. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.692 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 缪鸿杰(String), 147(Integer)
  3186. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.693 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3187. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.693 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3188. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.693 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 陈梦佳(String), 147(Integer)
  3189. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.694 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3190. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.695 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3191. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.695 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 冯建云(String), 147(Integer)
  3192. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.696 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3193. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.696 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3194. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.696 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林章岁(String), 147(Integer)
  3195. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.697 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3196. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.698 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3197. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.698 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 徐祥祥(String), 147(Integer)
  3198. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.699 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3199. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.699 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3200. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.699 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 骆兵团(String), 147(Integer)
  3201. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.700 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3202. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.701 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3203. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.701 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 方朝雄(String), 147(Integer)
  3204. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.703 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3205. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.703 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3206. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.704 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 梁李柳元(String), 147(Integer)
  3207. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.705 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3208. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.705 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3209. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.705 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘宇航(String), 147(Integer)
  3210. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.706 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3211. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.707 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3212. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.707 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 毛志云(String), 147(Integer)
  3213. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.707 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3214. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.708 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3215. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.708 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱小朋(String), 147(Integer)
  3216. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.709 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3217. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.709 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3218. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.709 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡卫丰(String), 147(Integer)
  3219. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.710 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3220. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.710 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3221. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.710 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 袁伯军(String), 147(Integer)
  3222. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.711 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3223. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.711 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3224. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.711 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胥峥(String), 147(Integer)
  3225. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.712 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3226. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.713 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3227. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.713 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 柏晶晶(String), 147(Integer)
  3228. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.713 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3229. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.714 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3230. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.714 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 高锦凤(String), 147(Integer)
  3231. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.715 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3232. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.715 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3233. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.715 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 刘超洋(String), 147(Integer)
  3234. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.716 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3235. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.716 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3236. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.716 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴国秀(String), 147(Integer)
  3237. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.717 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3238. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.719 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3239. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.719 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 李盟(String), 147(Integer)
  3240. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.720 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3241. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.721 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3242. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.721 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 汪光森(String), 147(Integer)
  3243. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.722 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3244. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.723 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3245. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.723 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 揭贵生(String), 147(Integer)
  3246. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.724 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3247. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.724 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3248. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.724 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 吴振兴(String), 147(Integer)
  3249. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.725 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3250. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.726 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3251. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.726 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 胡安(String), 147(Integer)
  3252. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.727 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3253. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.727 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3254. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.727 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 周亮(String), 147(Integer)
  3255. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.728 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3256. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.728 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3257. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.729 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 林城美(String), 147(Integer)
  3258. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.730 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3259. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.730 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3260. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.730 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 朱威(String), 147(Integer)
  3261. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.731 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3262. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.731 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3263. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.731 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 杨华(String), 147(Integer)
  3264. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.732 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3265. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.732 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Preparing: SELECT id,project_id,type,name,merged_name,abbreviation,country,province,address,remark,create_id,create_time FROM merge_person WHERE (name = ? AND project_id = ?)
  3266. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.732 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList ==> Parameters: 罗宇浩(String), 147(Integer)
  3267. [pas:0.0.0.0:8877] [,] 2024-01-30 10:31:12.733 DEBUG 21716 [http-nio-8877-exec-1] cn.cslg.pas.mapper.MergePersonMapper.selectList <== Total: 0
  3268. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.368 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict
  3269. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.369 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters:
  3270. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.410 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 469
  3271. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.423 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3272. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.424 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_TYPE(String)
  3273. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.426 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  3274. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.427 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3275. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.428 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_TYPE(String)
  3276. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.429 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  3277. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.430 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3278. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.430 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_TYPE(String)
  3279. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.430 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  3280. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.430 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3281. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.430 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_TYPE(String)
  3282. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  3283. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3284. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3285. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3286. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3287. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3288. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3289. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3290. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3291. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3292. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3293. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3294. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3295. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3296. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.436 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3297. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3298. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3299. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3300. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3301. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3302. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3303. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3304. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3305. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3306. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3307. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3308. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3309. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3310. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3311. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3312. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3313. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3314. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3315. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3316. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3317. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3318. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3319. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3320. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3321. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3322. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3323. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3324. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3325. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3326. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.469 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  3327. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.486 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  3328. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.486 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3329. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.486 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3330. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.486 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3331. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.486 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3332. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.486 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3333. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.486 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3334. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.486 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3335. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.486 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3336. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3337. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3338. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3339. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3340. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3341. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3342. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3343. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3344. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3345. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.519 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3346. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.519 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3347. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.519 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3348. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.519 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3349. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.519 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3350. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.519 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3351. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.519 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3352. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.519 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3353. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.519 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3354. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.534 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3355. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.536 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3356. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.536 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3357. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.536 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3358. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.536 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3359. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.536 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3360. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.536 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3361. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.536 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3362. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.536 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3363. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.552 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3364. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.552 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3365. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.552 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3366. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.552 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3367. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.552 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3368. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.552 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3369. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.552 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3370. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.552 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3371. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.568 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3372. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.570 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3373. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.570 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3374. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.570 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3375. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.570 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3376. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.570 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3377. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.570 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3378. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.585 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3379. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.585 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3380. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.585 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3381. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.585 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3382. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.585 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3383. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.585 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3384. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.585 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3385. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.585 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3386. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.585 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3387. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.603 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3388. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.603 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3389. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.603 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3390. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.603 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3391. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.603 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3392. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.603 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3393. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.603 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3394. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.603 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3395. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.603 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3396. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3397. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3398. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3399. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3400. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3401. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3402. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3403. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3404. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3405. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.637 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3406. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.637 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3407. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.637 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3408. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.637 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3409. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.637 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3410. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.637 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3411. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.637 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3412. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.637 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3413. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.637 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3414. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3415. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3416. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3417. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3418. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3419. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3420. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3421. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3422. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3423. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.670 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3424. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.670 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3425. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.670 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3426. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.670 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3427. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.670 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3428. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.670 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3429. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.670 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3430. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.670 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3431. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.670 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3432. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3433. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3434. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3435. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3436. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3437. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3438. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3439. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3440. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3441. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3442. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3443. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3444. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3445. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3446. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3447. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3448. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3449. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3450. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3451. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3452. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3453. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3454. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3455. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3456. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3457. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3458. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3459. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3460. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3461. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3462. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3463. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3464. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3465. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3466. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3467. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3468. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.753 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3469. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.753 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3470. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.753 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3471. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.753 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3472. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.753 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3473. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.753 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3474. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.753 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3475. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.753 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3476. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.753 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3477. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.770 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3478. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.770 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3479. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.770 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3480. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.770 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3481. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.770 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3482. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.770 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3483. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3484. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3485. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3486. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3487. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3488. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3489. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3490. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3491. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3492. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3493. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3494. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3495. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3496. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3497. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3498. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3499. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3500. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3501. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3502. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3503. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3504. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3505. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3506. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3507. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3508. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3509. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3510. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3511. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3512. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3513. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.835 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3514. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3515. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3516. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3517. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3518. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3519. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3520. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3521. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3522. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.854 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3523. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.854 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3524. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.854 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3525. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.854 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3526. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.854 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3527. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.854 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3528. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.854 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3529. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.868 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3530. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.869 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3531. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.869 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3532. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.869 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3533. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.869 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3534. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.869 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3535. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.869 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3536. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.869 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3537. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.869 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3538. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.869 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3539. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.869 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3540. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3541. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3542. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3543. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3544. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3545. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3546. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3547. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3548. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3549. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.902 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3550. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.902 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3551. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.902 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3552. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.902 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3553. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.902 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3554. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.902 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3555. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.902 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3556. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.902 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3557. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.902 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3558. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.918 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3559. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3560. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3561. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3562. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3563. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3564. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3565. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3566. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3567. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.935 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3568. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3569. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.937 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3570. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.941 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3571. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.942 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3572. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.942 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3573. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.946 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3574. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.946 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3575. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.946 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3576. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3577. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.953 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3578. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.954 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3579. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.958 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3580. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.959 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3581. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.959 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3582. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.963 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3583. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.964 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3584. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.964 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3585. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3586. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3587. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3588. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3589. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3590. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3591. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3592. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3593. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3594. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.988 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3595. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.988 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3596. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.988 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3597. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.988 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3598. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.988 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3599. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.988 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3600. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.988 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3601. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.988 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3602. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:04.988 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3603. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.002 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3604. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.002 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3605. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.002 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3606. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.002 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3607. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.002 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3608. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.002 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3609. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.002 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3610. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.002 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3611. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.002 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3612. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.021 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3613. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.021 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3614. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.021 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3615. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.021 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3616. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.021 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3617. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.021 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3618. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.021 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3619. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.021 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3620. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.021 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3621. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.035 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3622. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.035 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3623. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.035 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3624. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.035 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3625. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.035 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3626. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.035 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3627. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.035 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3628. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.035 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3629. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.035 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3630. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.051 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3631. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.052 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3632. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.052 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3633. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.052 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3634. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.052 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3635. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.052 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3636. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.052 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3637. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.052 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3638. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.052 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3639. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.052 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3640. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.052 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3641. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.052 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3642. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.068 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3643. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3644. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3645. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3646. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3647. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3648. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3649. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3650. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3651. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3652. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3653. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3654. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3655. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3656. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3657. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3658. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3659. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3660. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.102 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3661. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.102 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3662. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.102 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3663. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.102 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3664. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.102 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3665. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.102 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3666. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.102 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3667. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.102 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3668. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.102 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3669. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.120 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3670. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.120 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3671. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.120 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3672. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.120 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3673. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3674. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3675. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3676. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3677. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3678. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3679. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3680. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3681. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3682. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3683. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3684. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.153 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3685. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.153 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3686. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.153 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3687. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.153 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3688. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.153 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3689. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.153 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3690. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.153 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3691. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.153 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3692. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.153 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3693. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.153 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3694. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.169 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3695. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.169 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3696. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.169 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3697. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.169 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3698. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.169 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3699. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.169 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3700. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.169 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3701. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.169 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3702. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.169 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3703. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.169 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3704. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.169 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3705. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3706. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3707. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3708. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3709. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3710. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3711. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3712. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3713. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3714. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.202 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3715. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.202 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3716. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.202 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3717. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.202 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3718. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.202 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3719. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.202 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3720. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.202 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3721. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.202 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3722. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.202 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3723. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.218 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3724. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3725. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.220 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3726. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.220 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3727. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.220 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3728. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.220 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3729. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.220 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3730. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.220 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3731. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.220 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3732. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.220 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3733. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.220 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3734. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.220 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3735. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.236 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3736. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.236 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3737. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.236 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3738. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.236 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3739. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.236 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3740. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.236 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3741. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.236 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3742. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.236 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3743. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.236 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3744. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.253 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3745. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.253 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3746. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.253 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3747. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.253 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3748. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.253 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3749. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.253 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3750. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.253 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3751. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.253 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3752. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.253 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3753. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.269 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3754. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.269 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3755. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.269 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3756. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.269 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3757. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.269 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3758. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.269 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3759. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.269 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3760. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.269 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3761. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.269 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3762. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.269 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3763. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.285 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3764. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.285 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3765. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.286 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3766. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.286 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3767. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.286 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3768. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.286 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3769. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.286 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3770. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.286 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3771. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.286 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3772. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.286 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3773. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.286 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3774. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.302 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3775. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.302 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3776. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.302 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3777. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.302 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3778. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.302 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3779. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.302 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3780. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.302 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3781. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.302 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3782. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.302 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3783. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.302 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3784. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.302 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3785. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.302 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3786. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.319 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3787. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.319 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3788. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.319 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3789. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.319 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3790. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.319 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3791. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.319 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3792. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.319 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3793. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.319 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3794. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.319 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3795. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.338 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3796. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.338 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3797. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.338 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3798. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.338 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3799. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.338 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3800. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.338 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3801. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.354 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3802. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.354 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3803. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.354 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3804. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.354 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3805. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.354 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3806. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.354 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3807. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.354 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3808. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.354 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3809. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.354 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3810. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.368 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3811. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.369 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3812. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.369 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3813. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.369 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3814. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.369 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3815. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.369 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3816. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.369 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3817. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.369 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3818. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.369 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3819. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.369 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3820. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.369 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3821. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.369 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3822. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.385 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3823. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.386 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3824. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.386 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3825. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.388 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3826. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.388 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3827. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.388 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3828. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.388 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3829. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.388 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3830. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.388 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3831. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.388 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3832. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.388 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3833. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.388 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3834. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.402 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3835. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.402 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3836. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.402 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3837. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.402 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3838. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.402 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3839. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.402 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3840. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.402 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3841. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.402 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3842. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.402 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3843. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.402 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3844. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.402 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3845. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.402 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3846. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.418 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3847. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.418 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3848. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.418 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3849. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.418 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3850. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.418 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3851. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.418 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3852. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.418 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3853. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.418 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3854. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.418 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3855. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.418 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3856. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.418 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3857. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.418 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3858. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.435 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3859. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.435 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3860. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.435 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3861. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.435 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3862. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.435 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3863. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.435 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3864. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.435 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3865. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.435 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3866. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.435 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3867. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.435 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3868. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.451 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3869. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.451 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3870. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3871. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3872. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3873. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3874. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3875. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3876. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3877. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3878. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3879. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3880. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3881. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.453 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3882. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.471 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3883. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.472 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3884. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.472 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3885. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.476 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3886. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.477 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3887. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.477 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3888. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.480 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3889. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.480 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3890. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.480 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3891. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.486 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3892. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.488 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3893. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.488 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3894. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.492 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3895. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.493 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3896. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.493 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3897. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.497 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3898. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.497 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3899. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.497 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3900. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.502 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3901. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3902. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3903. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3904. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3905. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3906. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3907. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3908. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.503 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3909. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.520 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3910. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.520 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3911. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.520 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3912. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.520 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3913. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.520 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3914. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.520 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3915. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.535 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3916. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.535 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3917. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.535 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3918. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.535 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3919. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.535 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3920. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.535 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3921. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.535 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3922. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.535 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3923. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.535 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3924. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.553 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3925. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.553 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3926. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.553 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3927. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.553 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3928. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.553 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3929. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.553 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3930. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.553 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3931. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.553 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3932. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.553 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3933. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.569 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3934. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.569 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3935. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.569 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3936. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.569 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3937. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.569 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3938. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.569 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3939. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.569 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3940. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.569 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3941. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.569 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3942. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.586 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3943. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.586 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3944. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.586 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3945. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.586 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3946. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.586 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3947. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.586 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3948. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.586 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3949. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.586 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3950. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.586 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3951. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.602 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3952. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.602 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3953. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.602 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3954. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.602 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3955. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.602 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3956. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.602 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3957. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.602 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3958. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.602 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3959. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.602 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3960. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.618 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3961. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3962. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3963. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3964. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3965. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3966. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3967. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3968. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.619 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3969. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.637 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3970. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.638 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3971. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.638 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3972. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.638 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3973. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.638 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3974. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.638 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3975. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.638 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3976. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.638 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3977. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.638 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3978. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3979. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3980. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3981. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3982. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3983. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3984. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3985. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3986. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.652 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3987. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.669 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3988. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.669 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3989. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.669 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3990. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.669 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3991. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.669 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3992. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.669 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3993. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.669 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3994. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.669 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3995. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.669 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3996. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.685 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  3997. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  3998. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  3999. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4000. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4001. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4002. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4003. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4004. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4005. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4006. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4007. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4008. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.686 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4009. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.701 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4010. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4011. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4012. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4013. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4014. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4015. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4016. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4017. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4018. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4019. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4020. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4021. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4022. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.702 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4023. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4024. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4025. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4026. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4027. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4028. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4029. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4030. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4031. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4032. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4033. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.720 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4034. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4035. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4036. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4037. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4038. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4039. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4040. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4041. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4042. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4043. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.735 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4044. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4045. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4046. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4047. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4048. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4049. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4050. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4051. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4052. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4053. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4054. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4055. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4056. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.752 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4057. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.768 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4058. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.768 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4059. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.769 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4060. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.769 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4061. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.769 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4062. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.769 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4063. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.769 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4064. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.769 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4065. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.769 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4066. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.769 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4067. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.769 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4068. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.769 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4069. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.769 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4070. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.769 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4071. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4072. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4073. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4074. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4075. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4076. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4077. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4078. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4079. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4080. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4081. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4082. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4083. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4084. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4085. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4086. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4087. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4088. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4089. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4090. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4091. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4092. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4093. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4094. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.786 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4095. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4096. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4097. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4098. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4099. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4100. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4101. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4102. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4103. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4104. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4105. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4106. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4107. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4108. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4109. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4110. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4111. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4112. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4113. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4114. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4115. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4116. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4117. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4118. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4119. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.803 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4120. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.818 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4121. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.818 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4122. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4123. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4124. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4125. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4126. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4127. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4128. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4129. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4130. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4131. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4132. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4133. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4134. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4135. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4136. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4137. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4138. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4139. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4140. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4141. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4142. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4143. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4144. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4145. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4146. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4147. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4148. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.819 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4149. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4150. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4151. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4152. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4153. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4154. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4155. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4156. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4157. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4158. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4159. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4160. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4161. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4162. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4163. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4164. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4165. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4166. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4167. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4168. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4169. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4170. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4171. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4172. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4173. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4174. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4175. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.836 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4176. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4177. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4178. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4179. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4180. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4181. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4182. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4183. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4184. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4185. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4186. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4187. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4188. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4189. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4190. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  4191. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  4192. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4193. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  4194. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  4195. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4196. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  4197. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  4198. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4199. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  4200. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  4201. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4202. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  4203. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.852 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  4204. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.868 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4205. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.868 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  4206. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.869 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  4207. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4208. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  4209. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  4210. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4211. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  4212. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  4213. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4214. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4215. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4216. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4217. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4218. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4219. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4220. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4221. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4222. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4223. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4224. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4225. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4226. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4227. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4228. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4229. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4230. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4231. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4232. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.870 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4233. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.885 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4234. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.886 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4235. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.886 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ORGAN_TYPE(String)
  4236. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4237. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4238. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ORGAN_TYPE(String)
  4239. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4240. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4241. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ORGAN_TYPE(String)
  4242. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4243. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4244. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ORGAN_TYPE(String)
  4245. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4246. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4247. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: LICENSOR_TYPE(String)
  4248. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  4249. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4250. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: LICENSOR_TYPE(String)
  4251. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  4252. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4253. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4254. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4255. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4256. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4257. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4258. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4259. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.888 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4260. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4261. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4262. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4263. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4264. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4265. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: QUERY_GROUP(String)
  4266. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4267. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4268. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: QUERY_GROUP(String)
  4269. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4270. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4271. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: QUERY_GROUP(String)
  4272. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4273. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4274. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: QUERY_GROUP(String)
  4275. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4276. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4277. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4278. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.903 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4279. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4280. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4281. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4282. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4283. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4284. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4285. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4286. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4287. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4288. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4289. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4290. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4291. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4292. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4293. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4294. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4295. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4296. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4297. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4298. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4299. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4300. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4301. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.919 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4302. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.935 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4303. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4304. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4305. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4306. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4307. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4308. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4309. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4310. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4311. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4312. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4313. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4314. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4315. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4316. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4317. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4318. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4319. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4320. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4321. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4322. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4323. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4324. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4325. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4326. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.936 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4327. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4328. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4329. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4330. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4331. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  4332. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  4333. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4334. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4335. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4336. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4337. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4338. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4339. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4340. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4341. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4342. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4343. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4344. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4345. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4346. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4347. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.952 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4348. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.968 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4349. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.968 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4350. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4351. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4352. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4353. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4354. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4355. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4356. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4357. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4358. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4359. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4360. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4361. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  4362. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  4363. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4364. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  4365. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  4366. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4367. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_ASSESS(String)
  4368. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.969 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4369. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.985 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4370. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.986 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_ASSESS(String)
  4371. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4372. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4373. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_ASSESS(String)
  4374. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4375. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4376. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_ASSESS(String)
  4377. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4378. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4379. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_ASSESS(String)
  4380. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4381. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4382. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_ASSESS(String)
  4383. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4384. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4385. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:05.987 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_ASSESS(String)
  4386. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.002 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4387. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.004 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4388. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.004 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_ASSESS(String)
  4389. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.006 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4390. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.007 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4391. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.007 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_ASSESS(String)
  4392. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.008 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  4393. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.009 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4394. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.009 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_ASSESS(String)
  4395. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.011 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  4396. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.011 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4397. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.011 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_ASSESS(String)
  4398. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.013 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  4399. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.013 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4400. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.013 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: AVOID_ASSESS(String)
  4401. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.014 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  4402. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.014 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4403. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.014 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: AVOID_ASSESS(String)
  4404. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.014 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  4405. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.014 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4406. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.014 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: AVOID_ASSESS(String)
  4407. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.018 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  4408. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.019 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4409. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.019 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: TORT_ASSESS(String)
  4410. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.021 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  4411. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.021 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4412. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.021 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: TORT_ASSESS(String)
  4413. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.023 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  4414. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.023 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4415. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.023 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: TORT_ASSESS(String)
  4416. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.025 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  4417. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.026 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4418. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.026 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_ASSESS(String)
  4419. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.028 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  4420. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.029 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4421. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.029 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_ASSESS(String)
  4422. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.030 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  4423. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.030 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4424. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.030 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_ASSESS(String)
  4425. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.030 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  4426. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.030 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4427. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.030 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  4428. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.035 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  4429. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4430. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  4431. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  4432. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4433. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  4434. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  4435. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4436. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  4437. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  4438. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4439. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  4440. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  4441. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4442. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  4443. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  4444. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4445. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  4446. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  4447. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4448. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  4449. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  4450. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4451. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.036 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  4452. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.051 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  4453. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.051 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4454. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.051 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  4455. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  4456. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4457. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  4458. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  4459. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4460. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  4461. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  4462. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4463. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  4464. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  4465. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4466. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  4467. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  4468. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4469. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  4470. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  4471. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4472. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  4473. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  4474. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4475. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.053 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_STATE(String)
  4476. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  4477. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4478. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_STATE(String)
  4479. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  4480. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4481. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_STATE(String)
  4482. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  4483. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4484. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASk_STATE(String)
  4485. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  4486. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4487. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASk_STATE(String)
  4488. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  4489. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4490. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASk_STATE(String)
  4491. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  4492. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4493. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.071 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_CONTENT(String)
  4494. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4495. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4496. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_CONTENT(String)
  4497. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4498. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4499. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_CONTENT(String)
  4500. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4501. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4502. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_CONTENT(String)
  4503. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4504. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4505. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  4506. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  4507. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4508. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4509. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4510. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4511. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4512. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4513. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4514. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.085 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4515. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.101 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4516. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4517. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4518. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4519. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4520. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4521. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4522. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4523. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4524. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4525. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4526. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4527. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4528. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4529. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4530. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4531. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4532. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4533. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4534. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4535. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.103 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4536. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4537. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4538. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4539. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4540. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4541. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4542. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4543. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4544. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4545. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4546. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4547. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4548. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4549. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4550. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  4551. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  4552. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4553. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4554. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4555. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4556. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.119 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4557. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.135 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4558. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4559. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4560. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4561. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4562. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4563. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4564. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4565. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4566. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4567. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4568. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4569. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4570. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4571. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4572. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.136 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4573. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4574. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4575. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4576. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4577. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4578. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4579. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4580. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4581. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4582. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4583. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4584. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4585. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4586. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4587. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4588. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4589. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4590. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4591. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4592. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.152 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4593. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.168 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4594. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.168 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4595. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.168 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4596. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4597. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4598. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4599. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4600. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4601. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4602. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4603. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4604. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4605. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4606. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4607. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4608. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4609. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4610. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4611. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4612. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4613. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4614. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4615. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4616. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4617. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4618. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4619. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4620. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.170 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4621. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.185 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4622. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.185 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4623. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4624. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4625. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4626. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4627. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4628. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4629. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4630. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4631. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4632. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4633. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4634. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4635. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4636. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4637. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4638. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4639. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4640. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4641. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4642. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.186 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4643. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.201 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4644. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4645. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4646. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4647. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4648. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4649. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4650. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4651. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4652. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  4653. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  4654. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4655. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_COPY(String)
  4656. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  4657. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4658. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_COPY(String)
  4659. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  4660. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4661. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.204 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_COPY(String)
  4662. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  4663. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4664. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_COPY(String)
  4665. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  4666. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4667. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_COPY(String)
  4668. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  4669. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4670. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_COPY(String)
  4671. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  4672. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4673. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_COPY(String)
  4674. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  4675. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4676. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_COPY(String)
  4677. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.219 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  4678. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.297 DEBUG 9036 [http-nio-8877-exec-8] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  4679. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.297 DEBUG 9036 [http-nio-8877-exec-8] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  4680. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.300 DEBUG 9036 [http-nio-8877-exec-8] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  4681. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.302 DEBUG 9036 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoScenarioMatterMapper.selectList ==> Preparing: SELECT id,scenario_id,matter_id,create_id,create_time FROM asso_scenario_matter
  4682. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.302 DEBUG 9036 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoScenarioMatterMapper.selectList ==> Parameters:
  4683. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.309 DEBUG 9036 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoScenarioMatterMapper.selectList <== Total: 97
  4684. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.318 DEBUG 9036 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter WHERE (id IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?))
  4685. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.321 DEBUG 9036 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters: 1(Integer), 3(Integer), 21(Integer), 13(Integer), 10(Integer), 9(Integer), 12(Integer), 4(Integer), 5(Integer), 30(Integer), 6(Integer), 24(Integer), 25(Integer), 41(Integer), 15(Integer), 31(Integer), 14(Integer), 2(Integer), 27(Integer), 17(Integer), 23(Integer), 18(Integer), 19(Integer), 20(Integer), 33(Integer), 36(Integer), 37(Integer), 22(Integer), 16(Integer), 35(Integer), 34(Integer), 32(Integer), 11(Integer), 26(Integer), 39(Integer), 40(Integer)
  4686. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.324 DEBUG 9036 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 36
  4687. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.441 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type IN (?))
  4688. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.441 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  4689. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.452 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  4690. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.457 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type IN (?))
  4691. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.457 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  4692. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.458 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  4693. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.459 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select rp.report_type as value ,count(rp.report_type) as num from report as rp left join project as p on rp.project_id =p.id group by rp.report_type
  4694. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.459 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select scenario_id as value ,count(scenario_id) as num from event group by scenario_id limit 0,999
  4695. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.459 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  4696. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.459 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  4697. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.460 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroups <== Total: 5
  4698. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.460 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.getGroups <== Total: 7
  4699. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.462 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Preparing: select count(*) from (select scenario_id from event where scenario_id is not null group by scenario_id ) as c
  4700. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.462 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Parameters:
  4701. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.462 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Preparing: select count(*) from (select rp.report_type from report as rp left join project as p on rp.project_id =p.id where rp.report_type is not null group by rp.report_type ) as c
  4702. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.463 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Parameters:
  4703. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.465 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask ==> Preparing: select id,name,project_id,type,handler,handler_type as handlerType,deadline_time as deadLineTime,finish_time as finishTime, description, last_task_id as lastTaskId,asso_task_id as assoTaskId,status,process_id as processId,progress,result,create_id as createId,create_time as createTime from project_task where (create_id =328 or handler=328) and(status='3')
  4704. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.465 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask ==> Parameters:
  4705. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.465 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.getGroupsCount <== Total: 1
  4706. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.465 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.getGroupsCount <== Total: 1
  4707. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.467 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask ==> Preparing: select id,name,project_id,type,handler,handler_type as handlerType,deadline_time as deadLineTime,finish_time as finishTime, description, last_task_id as lastTaskId,asso_task_id as assoTaskId,status,process_id as processId,progress,result,create_id as createId,create_time as createTime from project_task where (create_id =328 or handler=328) and((((status='1'OR status='2') OR status='4') OR status='5') OR status='6')
  4708. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.468 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask ==> Parameters:
  4709. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.474 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask <== Total: 10
  4710. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount ==> Preparing: select count(*) from project_task where (create_id =328 or handler=328) and(status='3')
  4711. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount ==> Parameters:
  4712. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.477 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount <== Total: 1
  4713. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.478 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask <== Total: 56
  4714. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.478 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount ==> Preparing: select count(*) from project_task where (create_id =328 or handler=328) and((((status='1'OR status='2') OR status='4') OR status='5') OR status='6')
  4715. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.478 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount ==> Parameters:
  4716. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.479 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount <== Total: 1
  4717. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.549 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectMapper.selectList ==> Preparing: SELECT id,name,entrust_type,entrust_id,head_id,department_id,type,contract_no,volume_number,commission_case_day,description,tenant_id,create_id,create_time FROM project WHERE (id IN (?,?,?,?,?,?,?,?,?,?))
  4718. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.549 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectMapper.selectList ==> Parameters: 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 98(Integer), 89(Integer), 103(Integer), 122(Integer), 135(Integer)
  4719. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.552 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProjectMapper.selectList ==> Preparing: SELECT id,name,entrust_type,entrust_id,head_id,department_id,type,contract_no,volume_number,commission_case_day,description,tenant_id,create_id,create_time FROM project WHERE (id IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?))
  4720. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.553 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProjectMapper.selectList ==> Parameters: 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 77(Integer), 79(Integer), 84(Integer), 85(Integer), 89(Integer), 89(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 104(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 106(Integer), 119(Integer), 120(Integer), 41(Integer), 135(Integer), 135(Integer), 135(Integer), 135(Integer), 135(Integer), 135(Integer), 135(Integer), 143(Integer), 150(Integer), 147(Integer)
  4721. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ProjectMapper.selectList <== Total: 3
  4722. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.555 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ProjectMapper.selectList <== Total: 7
  4723. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.557 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4724. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.557 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4725. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.557 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 89(Integer)
  4726. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.557 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 98(Integer)
  4727. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.559 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4728. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.559 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4729. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.560 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4730. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.560 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4731. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.560 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 89(Integer)
  4732. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.560 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 89(Integer)
  4733. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.561 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4734. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.561 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4735. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.562 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4736. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.562 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4737. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.562 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4738. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.562 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 122(Integer)
  4739. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.564 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4740. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.564 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4741. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.565 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4742. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.565 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4743. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.566 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4744. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.567 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4745. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.567 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4746. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.569 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4747. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.570 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4748. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.570 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4749. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.572 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4750. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.572 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4751. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.572 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4752. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.574 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4753. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.575 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4754. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.575 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4755. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.576 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4756. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.577 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4757. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.577 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4758. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.579 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4759. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.580 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4760. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.580 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4761. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.581 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4762. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.582 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4763. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.582 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4764. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.584 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4765. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.585 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4766. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.585 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4767. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.586 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4768. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.587 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4769. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.587 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4770. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.590 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4771. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.590 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4772. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.590 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 104(Integer)
  4773. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.592 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4774. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.592 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4775. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.593 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4776. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.593 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4777. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.594 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4778. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.594 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4779. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.595 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4780. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.596 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4781. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.596 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4782. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.597 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4783. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.597 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4784. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.597 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4785. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.598 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4786. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.599 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4787. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.599 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4788. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.600 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4789. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.600 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4790. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.600 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  4791. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.602 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4792. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.602 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4793. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.603 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 119(Integer)
  4794. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.604 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4795. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.604 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  4796. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.604 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 120(Integer)
  4797. [pas:0.0.0.0:8877] [,] 2024-01-30 11:06:06.605 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  4798. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.112 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id order by p.create_time desc limit 0,10
  4799. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.112 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  4800. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.114 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 10
  4801. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.115 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id ) as c
  4802. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.115 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  4803. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.116 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  4804. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.135 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  4805. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.136 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 158(Integer), 157(Integer), 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer)
  4806. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.137 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  4807. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.139 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) and asso_project_type=2 group by project_id
  4808. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.139 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 158(Integer), 157(Integer), 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer)
  4809. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.140 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 0
  4810. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.147 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  4811. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.147 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 158(Integer), 157(Integer), 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer)
  4812. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.149 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 20
  4813. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.149 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  4814. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.149 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  4815. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.150 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  4816. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.150 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  4817. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.151 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  4818. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.152 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  4819. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.154 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.EventMapper.selectList ==> Preparing: SELECT id,name,client_id,scenario_id,event_date,description,tenant_id,create_id,create_time FROM event WHERE (id IN (?,?))
  4820. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.155 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.EventMapper.selectList ==> Parameters: 68(Integer), 70(Integer)
  4821. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.156 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.EventMapper.selectList <== Total: 2
  4822. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.157 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  4823. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.157 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 158(Integer), 157(Integer), 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer), 107(Integer), 90(Integer)
  4824. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.158 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 3
  4825. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.159 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ProductMapper.selectList ==> Preparing: SELECT id,name,license_rate,market_time,category_id,show_type,description,create_id,create_time,tenant_id,company_name FROM product WHERE (id IN (?))
  4826. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.159 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ProductMapper.selectList ==> Parameters: 13(Integer)
  4827. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.159 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ProductMapper.selectList <== Total: 1
  4828. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.159 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Preparing: SELECT id,name,license_rate,show_type,description,create_id,create_time,tenant FROM product_category WHERE (id IN (?,?))
  4829. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.159 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Parameters: 7(Integer), 18(Integer)
  4830. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:44.159 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ProductCategoryMapper.selectList <== Total: 2
  4831. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:49.274 DEBUG 9036 [http-nio-8877-exec-8] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Preparing: SELECT id,name,if_enable,if_default,description,create_id,create_time,config,project_id FROM hightlight_template WHERE (project_id = ? AND create_id = ?) ORDER BY create_time DESC
  4832. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:49.275 DEBUG 9036 [http-nio-8877-exec-8] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Parameters: 147(Integer), 328(String)
  4833. [pas:0.0.0.0:8877] [,] 2024-01-30 11:07:49.276 DEBUG 9036 [http-nio-8877-exec-8] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList <== Total: 2
  4834. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:17.071 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE id=?
  4835. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:17.071 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Parameters: 29(Integer)
  4836. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:17.071 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.CustomFieldMapper.selectById <== Total: 1
  4837. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:17.071 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Preparing: select * from tree_node as tree WHERE tree.type=? and tree.type_id=?
  4838. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:17.071 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Parameters: 4(Integer), 29(Integer)
  4839. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:17.087 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode <== Total: 5
  4840. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:17.087 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Preparing: SELECT id,tree_node_id,file_guid,create_id,create_time FROM asso_tree_node_file WHERE (tree_node_id IN (?,?,?,?,?))
  4841. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:17.087 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Parameters: 222(Integer), 223(Integer), 224(Integer), 225(Integer), 226(Integer)
  4842. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:17.087 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList <== Total: 0
  4843. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:23.500 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Preparing: SELECT id,name,project_id,type,status,description,create_id,create_time FROM custom_field WHERE id=?
  4844. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:23.500 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.CustomFieldMapper.selectById ==> Parameters: 30(Integer)
  4845. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:23.502 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.CustomFieldMapper.selectById <== Total: 1
  4846. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:23.502 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Preparing: select * from tree_node as tree WHERE tree.type=? and tree.type_id=?
  4847. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:23.502 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode ==> Parameters: 4(Integer), 30(Integer)
  4848. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:23.502 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.TreeNodeMapper.getTreeNode <== Total: 3
  4849. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:23.502 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Preparing: SELECT id,tree_node_id,file_guid,create_id,create_time FROM asso_tree_node_file WHERE (tree_node_id IN (?,?,?))
  4850. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:23.502 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList ==> Parameters: 227(Integer), 228(Integer), 229(Integer)
  4851. [pas:0.0.0.0:8877] [,] 2024-01-30 11:18:23.502 DEBUG 9036 [http-nio-8877-exec-7] cn.cslg.pas.mapper.AssoTreeNodeFileMapper.selectList <== Total: 0
  4852. [pas:0.0.0.0:8877] [,] 2024-01-30 11:43:05.955 DEBUG 9036 [http-nio-8877-exec-8] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Preparing: SELECT id,name,if_enable,if_default,description,create_id,create_time,config,project_id FROM hightlight_template WHERE (project_id = ? AND create_id = ?) ORDER BY create_time DESC
  4853. [pas:0.0.0.0:8877] [,] 2024-01-30 11:43:05.955 DEBUG 9036 [http-nio-8877-exec-8] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Parameters: 147(Integer), 328(String)
  4854. [pas:0.0.0.0:8877] [,] 2024-01-30 11:43:05.957 DEBUG 9036 [http-nio-8877-exec-8] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList <== Total: 2
  4855. [pas:0.0.0.0:8877] [,] 2024-01-30 12:19:06.102 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Preparing: SELECT id,name,if_enable,if_default,description,create_id,create_time,config,project_id FROM hightlight_template WHERE (project_id = ? AND create_id = ?) ORDER BY create_time DESC
  4856. [pas:0.0.0.0:8877] [,] 2024-01-30 12:19:06.113 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Parameters: 147(Integer), 328(String)
  4857. [pas:0.0.0.0:8877] [,] 2024-01-30 12:19:06.115 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList <== Total: 2
  4858. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.081 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict
  4859. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.081 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters:
  4860. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.089 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 469
  4861. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.089 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4862. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.089 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_TYPE(String)
  4863. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.089 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4864. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.089 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4865. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.089 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_TYPE(String)
  4866. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.089 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4867. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.089 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4868. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.089 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_TYPE(String)
  4869. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.089 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4870. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.089 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4871. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.089 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_TYPE(String)
  4872. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  4873. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4874. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4875. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4876. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4877. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4878. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4879. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4880. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4881. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4882. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4883. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4884. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4885. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4886. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4887. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4888. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4889. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4890. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4891. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4892. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.104 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4893. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4894. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4895. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4896. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4897. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4898. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4899. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4900. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4901. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4902. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4903. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4904. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4905. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4906. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4907. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4908. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4909. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4910. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4911. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4912. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4913. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.120 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4914. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.135 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4915. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.135 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4916. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.135 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  4917. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.135 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  4918. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.135 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4919. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.135 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4920. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.135 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4921. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.135 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4922. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.135 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4923. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.135 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4924. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.135 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4925. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.135 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4926. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.151 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4927. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.151 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4928. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.151 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4929. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.151 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4930. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.151 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4931. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.151 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4932. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.151 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4933. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.151 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4934. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.151 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4935. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.167 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4936. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.167 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4937. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.167 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4938. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.167 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4939. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.167 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4940. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.167 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4941. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.167 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4942. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.167 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4943. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.167 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4944. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.167 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4945. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.167 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4946. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.167 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4947. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.182 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4948. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.182 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4949. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.182 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4950. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.182 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4951. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.182 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4952. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.182 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4953. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.182 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4954. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.182 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4955. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.182 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4956. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.182 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4957. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.182 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4958. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.182 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4959. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.198 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4960. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.198 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4961. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.198 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4962. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.198 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4963. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.198 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4964. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.198 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4965. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.198 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4966. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.198 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4967. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.198 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4968. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.214 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4969. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.214 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4970. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.214 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4971. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.214 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4972. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.214 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4973. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.214 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4974. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.214 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4975. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.214 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4976. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.214 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4977. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.229 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4978. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.229 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4979. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.229 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4980. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.229 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4981. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.229 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4982. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.229 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4983. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.245 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4984. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.245 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4985. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.245 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4986. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.245 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4987. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.245 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4988. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.245 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4989. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.245 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4990. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.245 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4991. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.245 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4992. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.245 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4993. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.245 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4994. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.245 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4995. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.260 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4996. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.260 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  4997. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.260 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  4998. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.260 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  4999. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.260 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5000. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.260 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5001. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.260 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5002. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.260 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5003. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.260 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5004. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.260 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5005. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.260 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5006. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.260 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5007. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.276 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5008. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.276 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5009. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.276 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5010. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.276 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5011. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.276 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5012. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.276 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5013. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.276 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5014. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.276 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5015. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.276 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5016. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.276 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5017. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.276 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5018. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.276 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5019. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.292 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5020. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.292 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5021. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.292 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5022. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.292 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5023. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.292 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5024. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.292 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5025. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.292 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5026. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.292 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5027. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.292 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5028. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.307 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5029. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.307 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5030. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.307 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5031. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.307 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5032. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.307 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5033. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.307 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5034. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.307 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5035. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.307 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5036. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.307 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5037. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.307 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5038. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.307 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5039. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.307 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5040. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.323 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5041. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.323 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5042. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.323 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5043. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.323 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5044. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.323 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5045. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.323 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5046. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.323 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5047. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.323 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5048. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.323 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5049. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.323 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5050. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.323 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5051. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.323 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5052. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.338 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5053. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.338 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5054. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.338 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5055. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.338 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5056. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.338 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5057. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.338 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5058. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.338 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5059. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.338 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5060. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.338 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5061. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.338 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5062. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.354 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5063. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.354 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5064. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.355 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5065. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.355 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5066. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.355 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5067. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.355 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5068. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.355 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5069. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.355 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5070. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.355 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5071. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.355 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5072. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.355 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5073. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.355 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5074. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.371 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5075. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.371 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5076. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.372 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5077. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.372 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5078. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.372 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5079. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.372 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5080. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.372 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5081. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.372 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5082. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.372 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5083. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.372 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5084. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.372 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5085. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.388 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5086. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.388 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5087. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.388 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5088. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.392 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5089. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.392 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5090. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.392 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5091. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.392 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5092. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.392 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5093. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.392 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5094. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.392 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5095. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.392 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5096. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.392 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5097. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.392 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5098. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.392 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5099. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.392 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5100. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.408 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5101. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.408 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5102. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.408 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5103. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.408 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5104. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.408 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5105. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.408 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5106. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.408 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5107. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.408 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5108. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.408 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5109. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.422 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5110. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.422 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5111. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.422 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5112. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.422 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5113. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.422 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5114. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.422 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5115. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.422 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5116. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.422 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5117. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.422 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5118. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.422 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5119. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.422 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5120. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.422 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5121. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.438 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5122. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.438 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5123. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.438 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5124. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.438 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5125. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.438 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5126. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.438 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5127. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.438 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5128. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.438 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5129. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.438 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5130. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.438 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5131. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.438 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5132. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.438 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5133. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.453 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5134. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.453 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5135. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.453 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5136. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.453 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5137. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.453 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5138. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.453 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5139. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.453 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5140. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.453 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5141. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.453 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5142. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.453 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5143. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.453 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5144. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.453 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5145. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.469 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5146. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.469 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5147. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.469 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5148. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.469 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5149. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.469 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5150. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.469 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5151. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.469 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5152. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.469 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5153. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.469 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5154. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.469 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5155. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.469 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5156. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.469 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5157. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.485 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5158. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.485 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5159. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.485 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5160. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.485 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5161. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.485 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5162. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.485 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5163. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.485 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5164. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.485 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5165. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.485 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5166. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.485 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5167. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.485 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5168. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.485 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5169. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.500 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5170. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.500 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5171. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.500 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5172. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.500 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5173. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.500 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5174. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.500 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5175. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.500 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5176. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.500 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5177. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.500 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5178. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.500 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5179. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.500 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5180. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.500 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5181. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.516 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5182. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.516 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5183. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.516 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5184. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.516 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5185. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.516 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5186. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.516 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5187. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.516 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5188. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.516 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5189. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.516 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5190. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.532 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5191. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.532 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5192. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.532 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5193. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.532 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5194. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.532 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5195. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.532 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5196. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.532 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5197. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.532 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5198. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.532 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5199. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.532 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5200. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.532 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5201. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.532 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5202. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.547 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5203. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.547 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5204. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.547 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5205. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.547 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5206. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.547 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5207. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.547 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5208. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.547 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5209. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.547 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5210. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.547 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5211. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.563 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5212. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.563 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5213. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.563 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5214. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.563 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5215. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.563 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5216. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.563 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5217. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.563 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5218. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.563 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5219. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.563 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5220. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.563 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5221. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.563 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5222. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.563 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5223. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.578 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5224. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.578 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5225. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.578 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5226. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.578 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5227. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.578 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5228. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.578 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5229. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.578 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5230. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.578 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5231. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.578 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5232. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.578 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5233. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.594 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5234. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.594 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5235. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.594 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5236. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.594 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5237. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.594 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5238. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.594 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5239. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.594 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5240. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.594 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5241. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.594 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5242. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.594 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5243. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.594 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5244. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.610 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5245. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.610 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5246. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.610 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5247. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.610 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5248. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.610 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5249. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.610 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5250. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.610 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5251. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.610 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5252. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.610 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5253. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.610 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5254. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.625 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5255. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.625 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5256. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.625 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5257. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.625 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5258. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.625 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5259. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.625 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5260. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.625 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5261. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.625 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5262. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.625 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5263. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.625 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5264. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.625 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5265. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.639 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5266. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.639 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5267. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.639 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5268. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.639 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5269. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.639 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5270. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.639 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5271. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.639 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5272. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.639 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5273. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.639 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5274. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.639 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5275. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.654 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5276. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.654 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5277. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.654 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5278. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.654 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5279. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.654 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5280. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.654 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5281. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.654 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5282. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.654 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5283. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.654 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5284. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.654 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5285. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.654 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5286. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.670 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5287. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.670 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5288. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.670 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5289. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.670 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5290. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.670 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5291. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.670 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5292. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.670 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5293. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.670 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5294. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.670 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5295. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.670 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5296. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.670 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5297. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.670 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5298. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.685 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5299. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.685 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5300. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.685 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5301. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.685 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5302. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.685 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5303. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.685 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5304. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.685 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5305. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.685 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5306. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.685 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5307. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.701 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5308. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.701 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5309. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.701 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5310. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.701 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5311. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.701 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5312. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.701 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5313. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.701 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5314. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.717 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5315. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.717 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5316. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.717 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5317. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.717 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5318. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.717 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5319. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.717 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5320. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.717 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5321. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.717 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5322. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.717 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5323. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.717 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5324. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.717 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5325. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.732 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5326. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.732 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5327. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.732 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5328. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.732 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5329. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.732 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5330. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.732 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5331. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.732 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5332. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.732 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5333. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.732 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5334. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.748 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5335. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.748 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5336. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.748 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5337. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.748 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5338. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.748 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5339. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.748 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5340. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.748 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5341. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.748 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5342. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.748 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5343. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.764 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5344. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.764 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5345. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.764 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5346. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.764 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5347. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.764 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5348. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.764 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5349. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.772 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5350. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.772 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5351. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.772 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5352. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.772 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5353. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.772 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5354. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.772 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5355. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.772 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5356. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.772 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5357. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.772 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5358. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.788 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5359. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.788 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5360. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.788 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5361. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.788 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5362. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.788 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5363. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.788 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5364. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.788 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5365. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.788 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5366. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.788 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5367. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.804 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5368. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.804 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5369. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.804 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5370. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.804 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5371. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.804 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5372. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.804 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5373. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.804 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5374. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.804 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5375. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.804 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5376. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.819 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5377. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.819 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5378. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.819 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5379. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.819 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5380. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.819 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5381. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.819 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5382. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.819 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5383. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.819 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5384. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.819 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5385. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.835 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5386. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.835 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5387. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.835 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5388. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.835 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5389. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.835 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5390. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.835 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5391. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.835 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5392. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.835 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5393. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.835 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5394. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.850 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5395. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.850 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5396. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.850 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5397. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.850 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5398. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.850 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5399. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.850 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5400. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.850 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5401. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.850 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5402. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.850 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5403. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.866 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5404. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.866 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5405. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.866 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5406. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.866 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5407. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.866 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5408. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.866 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5409. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.866 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5410. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.866 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5411. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.866 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5412. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.882 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5413. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.882 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5414. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.882 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5415. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.882 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5416. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.882 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5417. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.882 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5418. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.882 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5419. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.882 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5420. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.882 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5421. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.897 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5422. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.897 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5423. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.897 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5424. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.897 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5425. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.897 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5426. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.897 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5427. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.897 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5428. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.897 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5429. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.897 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5430. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.913 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5431. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.913 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5432. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.913 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5433. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.913 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5434. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.913 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5435. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.913 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5436. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.913 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5437. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.913 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5438. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.913 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5439. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.929 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5440. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.929 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5441. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.929 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5442. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.929 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5443. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.929 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5444. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.929 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5445. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.929 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5446. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.929 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5447. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.944 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5448. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.944 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5449. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.944 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5450. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.944 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5451. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.944 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5452. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.944 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5453. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.944 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5454. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.944 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5455. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.944 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5456. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.944 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5457. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.960 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5458. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.960 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5459. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.960 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5460. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.960 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5461. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.960 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5462. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.960 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5463. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.960 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5464. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.960 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5465. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.960 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5466. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.975 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5467. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.975 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5468. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.975 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5469. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.975 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5470. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.975 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5471. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.975 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5472. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.975 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5473. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.975 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5474. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.975 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5475. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.991 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5476. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.991 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5477. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.991 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5478. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.991 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5479. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.991 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5480. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.991 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5481. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.991 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5482. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.991 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5483. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:34.991 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5484. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.007 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5485. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.007 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5486. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.007 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5487. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.007 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5488. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.007 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5489. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.007 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5490. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.007 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5491. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.007 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5492. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.007 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5493. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.022 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5494. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.022 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5495. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.022 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5496. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.022 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5497. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.022 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5498. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.022 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5499. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.022 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5500. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.022 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5501. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.022 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5502. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.038 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5503. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.038 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5504. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.038 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5505. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.038 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5506. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.038 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5507. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.038 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5508. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.054 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5509. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.054 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5510. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.054 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5511. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.054 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5512. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.054 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5513. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.054 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5514. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.054 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5515. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.054 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5516. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.054 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5517. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.054 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5518. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.054 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5519. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.069 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5520. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.069 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5521. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.069 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5522. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.069 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5523. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.069 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5524. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.069 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5525. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.069 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5526. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.069 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5527. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.085 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5528. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.085 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5529. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.085 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5530. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.085 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5531. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.085 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5532. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.085 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5533. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.085 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5534. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.085 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5535. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.085 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5536. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.085 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5537. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.085 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5538. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.100 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5539. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.100 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5540. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.100 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5541. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.100 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5542. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.100 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5543. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.100 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5544. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.100 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5545. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.100 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5546. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.100 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5547. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.117 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5548. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.117 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5549. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.117 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5550. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.117 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5551. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.117 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5552. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.117 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5553. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.117 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5554. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.117 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5555. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.117 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5556. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.117 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5557. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.117 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5558. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.117 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5559. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.132 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5560. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.132 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5561. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.132 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5562. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.132 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5563. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.132 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5564. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.132 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5565. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.132 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5566. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.132 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5567. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.132 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5568. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.148 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5569. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.148 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5570. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.148 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5571. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.148 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5572. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.148 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5573. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.148 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5574. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.148 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5575. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.148 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5576. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.148 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5577. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.148 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5578. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.148 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5579. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.148 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5580. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.163 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5581. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.163 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5582. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.163 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5583. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.163 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5584. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.163 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5585. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.163 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5586. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.163 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5587. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.163 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5588. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.163 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5589. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.179 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5590. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.179 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5591. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.179 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5592. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.179 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5593. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.179 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5594. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.179 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5595. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.179 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5596. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.179 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5597. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.179 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5598. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.195 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5599. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.195 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5600. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.195 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5601. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.195 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5602. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.195 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5603. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.195 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5604. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.195 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5605. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.195 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5606. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.195 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5607. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.210 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5608. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.210 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5609. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.210 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5610. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.210 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5611. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.210 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5612. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.210 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5613. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.210 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5614. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.210 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5615. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.210 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5616. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.226 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5617. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.226 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5618. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.226 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5619. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.226 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5620. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.226 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5621. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.226 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5622. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.226 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5623. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.226 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5624. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.226 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5625. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.226 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5626. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.241 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5627. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.241 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5628. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.241 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5629. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.241 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5630. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.241 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5631. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.241 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5632. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.241 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5633. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.241 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5634. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.257 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5635. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.257 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5636. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.257 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5637. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.257 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5638. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.257 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5639. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.257 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5640. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.257 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5641. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.257 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5642. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.257 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5643. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.273 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5644. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.273 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5645. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.273 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5646. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.273 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5647. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.273 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5648. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.273 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5649. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.273 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5650. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.273 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5651. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.273 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5652. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.273 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5653. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.273 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5654. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.273 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5655. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5656. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5657. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5658. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5659. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5660. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: COUNTRIES(String)
  5661. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 248
  5662. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5663. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5664. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5665. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5666. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5667. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5668. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5669. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.289 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5670. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5671. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5672. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5673. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5674. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5675. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5676. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5677. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5678. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5679. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5680. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5681. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5682. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5683. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5684. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5685. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5686. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5687. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.304 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5688. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5689. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5690. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5691. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5692. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5693. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5694. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5695. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5696. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5697. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5698. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5699. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5700. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5701. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5702. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.320 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5703. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5704. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5705. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5706. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5707. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5708. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5709. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5710. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5711. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5712. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5713. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5714. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5715. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5716. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5717. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5718. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5719. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5720. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.335 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5721. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5722. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5723. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5724. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5725. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5726. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5727. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5728. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5729. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5730. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5731. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5732. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5733. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5734. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5735. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5736. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5737. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5738. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.351 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5739. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5740. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5741. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5742. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5743. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5744. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5745. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5746. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5747. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5748. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5749. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5750. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5751. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5752. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5753. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5754. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5755. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5756. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5757. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5758. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5759. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.367 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5760. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5761. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5762. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5763. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5764. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5765. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5766. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5767. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5768. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5769. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5770. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5771. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5772. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5773. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5774. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5775. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5776. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5777. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5778. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5779. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5780. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  5781. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  5782. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5783. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.382 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  5784. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  5785. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5786. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  5787. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  5788. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5789. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  5790. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  5791. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5792. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  5793. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  5794. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5795. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  5796. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  5797. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5798. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  5799. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  5800. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5801. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  5802. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  5803. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5804. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5805. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5806. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5807. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5808. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5809. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5810. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.398 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5811. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5812. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5813. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5814. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5815. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5816. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5817. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5818. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5819. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5820. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5821. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5822. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5823. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5824. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5825. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ORGAN_TYPE(String)
  5826. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5827. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5828. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ORGAN_TYPE(String)
  5829. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5830. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5831. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ORGAN_TYPE(String)
  5832. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5833. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5834. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ORGAN_TYPE(String)
  5835. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5836. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5837. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.414 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: LICENSOR_TYPE(String)
  5838. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  5839. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5840. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: LICENSOR_TYPE(String)
  5841. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  5842. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5843. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_SIMPLE_STATUS(String)
  5844. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 16
  5845. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5846. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5847. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5848. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5849. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5850. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5851. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5852. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5853. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5854. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5855. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: QUERY_GROUP(String)
  5856. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5857. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5858. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: QUERY_GROUP(String)
  5859. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5860. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5861. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: QUERY_GROUP(String)
  5862. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5863. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5864. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.429 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: QUERY_GROUP(String)
  5865. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5866. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5867. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5868. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5869. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5870. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5871. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5872. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5873. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5874. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5875. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5876. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5877. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5878. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5879. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5880. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5881. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5882. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5883. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5884. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5885. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5886. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5887. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5888. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.445 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5889. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5890. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5891. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5892. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5893. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5894. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5895. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5896. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5897. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5898. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5899. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5900. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5901. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5902. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5903. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5904. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5905. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5906. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5907. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5908. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5909. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5910. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5911. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5912. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5913. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.460 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5914. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5915. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5916. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5917. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5918. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5919. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5920. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5921. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  5922. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  5923. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5924. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5925. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5926. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5927. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5928. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5929. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5930. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5931. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5932. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5933. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5934. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5935. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5936. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5937. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.476 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5938. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5939. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5940. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5941. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5942. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5943. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5944. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5945. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5946. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5947. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5948. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5949. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5950. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5951. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PATENT_STATUS(String)
  5952. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 40
  5953. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5954. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVESTIGATION_TYPE(String)
  5955. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 38
  5956. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5957. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.492 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_ASSESS(String)
  5958. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5959. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5960. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_ASSESS(String)
  5961. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5962. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5963. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_ASSESS(String)
  5964. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5965. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5966. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_ASSESS(String)
  5967. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5968. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5969. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_ASSESS(String)
  5970. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5971. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5972. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_ASSESS(String)
  5973. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5974. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5975. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_ASSESS(String)
  5976. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5977. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5978. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_ASSESS(String)
  5979. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.507 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  5980. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5981. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_ASSESS(String)
  5982. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  5983. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5984. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_ASSESS(String)
  5985. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  5986. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5987. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_ASSESS(String)
  5988. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  5989. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5990. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: AVOID_ASSESS(String)
  5991. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  5992. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5993. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: AVOID_ASSESS(String)
  5994. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  5995. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5996. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: AVOID_ASSESS(String)
  5997. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  5998. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  5999. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: TORT_ASSESS(String)
  6000. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  6001. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6002. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: TORT_ASSESS(String)
  6003. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.523 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  6004. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6005. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: TORT_ASSESS(String)
  6006. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  6007. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6008. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_ASSESS(String)
  6009. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  6010. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6011. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_ASSESS(String)
  6012. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  6013. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6014. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_ASSESS(String)
  6015. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 3
  6016. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6017. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  6018. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  6019. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6020. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  6021. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  6022. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6023. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  6024. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  6025. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6026. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.539 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  6027. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  6028. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6029. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  6030. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  6031. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6032. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  6033. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  6034. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6035. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  6036. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  6037. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6038. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  6039. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  6040. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6041. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  6042. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  6043. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6044. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  6045. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  6046. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6047. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_STATE(String)
  6048. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  6049. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.554 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6050. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  6051. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  6052. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6053. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  6054. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  6055. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6056. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  6057. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  6058. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6059. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  6060. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  6061. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6062. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_TYPE(String)
  6063. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 5
  6064. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6065. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_STATE(String)
  6066. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  6067. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6068. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_STATE(String)
  6069. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  6070. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6071. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.570 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASK_STATE(String)
  6072. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  6073. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6074. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASk_STATE(String)
  6075. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  6076. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6077. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASk_STATE(String)
  6078. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  6079. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6080. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_TASk_STATE(String)
  6081. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 6
  6082. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6083. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_CONTENT(String)
  6084. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  6085. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6086. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_CONTENT(String)
  6087. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  6088. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6089. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_CONTENT(String)
  6090. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  6091. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6092. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.585 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: IMPORT_CONTENT(String)
  6093. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 4
  6094. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6095. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  6096. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  6097. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6098. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6099. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6100. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6101. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6102. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6103. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6104. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6105. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6106. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6107. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6108. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6109. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6110. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6111. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6112. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6113. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.601 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6114. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6115. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6116. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6117. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6118. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6119. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6120. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6121. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6122. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6123. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6124. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6125. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6126. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6127. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6128. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6129. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6130. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6131. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6132. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.617 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6133. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6134. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6135. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6136. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6137. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6138. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6139. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6140. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STATUTE(String)
  6141. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 15
  6142. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6143. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6144. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6145. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6146. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6147. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6148. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6149. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6150. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.632 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6151. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6152. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6153. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6154. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6155. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6156. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6157. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6158. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6159. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6160. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6161. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6162. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6163. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6164. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6165. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6166. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6167. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6168. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.648 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6169. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6170. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6171. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6172. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6173. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6174. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6175. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6176. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6177. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6178. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6179. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6180. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6181. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6182. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6183. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6184. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6185. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6186. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6187. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6188. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.663 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6189. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6190. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6191. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6192. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6193. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6194. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6195. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6196. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6197. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6198. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6199. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6200. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6201. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6202. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6203. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6204. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.679 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6205. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6206. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6207. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6208. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6209. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6210. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6211. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6212. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6213. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6214. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6215. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6216. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6217. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6218. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6219. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6220. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6221. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6222. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6223. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6224. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.695 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6225. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6226. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6227. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6228. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6229. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6230. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6231. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6232. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6233. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6234. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6235. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6236. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6237. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6238. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6239. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6240. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6241. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6242. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: PROVINCE(String)
  6243. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 34
  6244. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6245. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_COPY(String)
  6246. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.710 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  6247. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6248. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: STABILITY_COPY(String)
  6249. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  6250. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6251. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_COPY(String)
  6252. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  6253. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6254. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: INVALID_COPY(String)
  6255. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  6256. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6257. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_COPY(String)
  6258. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  6259. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6260. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: THIRD_COPY(String)
  6261. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  6262. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6263. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_COPY(String)
  6264. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  6265. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type = ?)
  6266. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: FTO_COPY(String)
  6267. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.726 DEBUG 9036 [http-nio-8877-exec-1] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 2
  6268. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.793 DEBUG 9036 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoScenarioMatterMapper.selectList ==> Preparing: SELECT id,scenario_id,matter_id,create_id,create_time FROM asso_scenario_matter
  6269. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.793 DEBUG 9036 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoScenarioMatterMapper.selectList ==> Parameters:
  6270. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.796 DEBUG 9036 [http-nio-8877-exec-9] cn.cslg.pas.mapper.AssoScenarioMatterMapper.selectList <== Total: 97
  6271. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.796 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  6272. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.796 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  6273. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.796 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  6274. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.796 DEBUG 9036 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter WHERE (id IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?))
  6275. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.796 DEBUG 9036 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters: 1(Integer), 3(Integer), 21(Integer), 13(Integer), 10(Integer), 9(Integer), 12(Integer), 4(Integer), 5(Integer), 30(Integer), 6(Integer), 24(Integer), 25(Integer), 41(Integer), 15(Integer), 31(Integer), 14(Integer), 2(Integer), 27(Integer), 17(Integer), 23(Integer), 18(Integer), 19(Integer), 20(Integer), 33(Integer), 36(Integer), 37(Integer), 22(Integer), 16(Integer), 35(Integer), 34(Integer), 32(Integer), 11(Integer), 26(Integer), 39(Integer), 40(Integer)
  6276. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.807 DEBUG 9036 [http-nio-8877-exec-9] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 36
  6277. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.914 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type IN (?))
  6278. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.914 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Preparing: SELECT id,label,value,type,group_type FROM os_system_dict WHERE (type IN (?))
  6279. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.914 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: ENTERPRISE_APPLICATION_SCENARIO(String)
  6280. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.914 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList ==> Parameters: REPORT_TYPE(String)
  6281. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.914 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 9
  6282. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.914 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.SystemDictMapper.selectList <== Total: 7
  6283. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.923 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select rp.report_type as value ,count(rp.report_type) as num from report as rp left join project as p on rp.project_id =p.id group by rp.report_type
  6284. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.923 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  6285. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.923 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.EventMapper.getGroups ==> Preparing: select scenario_id as value ,count(scenario_id) as num from event group by scenario_id limit 0,999
  6286. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.923 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.EventMapper.getGroups ==> Parameters:
  6287. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.924 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.getGroups <== Total: 7
  6288. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.925 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.EventMapper.getGroups <== Total: 5
  6289. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.925 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Preparing: select count(*) from (select rp.report_type from report as rp left join project as p on rp.project_id =p.id where rp.report_type is not null group by rp.report_type ) as c
  6290. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.925 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Preparing: select count(*) from (select scenario_id from event where scenario_id is not null group by scenario_id ) as c
  6291. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.925 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Parameters:
  6292. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.925 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.getGroupsCount ==> Parameters:
  6293. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.926 DEBUG 9036 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.getGroupsCount <== Total: 1
  6294. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.926 DEBUG 9036 [http-nio-8877-exec-2] cn.cslg.pas.mapper.EventMapper.getGroupsCount <== Total: 1
  6295. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.927 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask ==> Preparing: select id,name,project_id,type,handler,handler_type as handlerType,deadline_time as deadLineTime,finish_time as finishTime, description, last_task_id as lastTaskId,asso_task_id as assoTaskId,status,process_id as processId,progress,result,create_id as createId,create_time as createTime from project_task where (create_id =328 or handler=328) and((((status='1'OR status='2') OR status='4') OR status='5') OR status='6')
  6296. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.927 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask ==> Parameters:
  6297. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.927 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask ==> Preparing: select id,name,project_id,type,handler,handler_type as handlerType,deadline_time as deadLineTime,finish_time as finishTime, description, last_task_id as lastTaskId,asso_task_id as assoTaskId,status,process_id as processId,progress,result,create_id as createId,create_time as createTime from project_task where (create_id =328 or handler=328) and(status='3')
  6298. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.927 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask ==> Parameters:
  6299. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.929 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask <== Total: 10
  6300. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.930 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount ==> Preparing: select count(*) from project_task where (create_id =328 or handler=328) and(status='3')
  6301. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.930 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount ==> Parameters:
  6302. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.931 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount <== Total: 1
  6303. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.933 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTask <== Total: 56
  6304. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.933 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount ==> Preparing: select count(*) from project_task where (create_id =328 or handler=328) and((((status='1'OR status='2') OR status='4') OR status='5') OR status='6')
  6305. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.933 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount ==> Parameters:
  6306. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.933 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectTaskMapper.getProjectTaskCount <== Total: 1
  6307. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.949 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ProjectMapper.selectList ==> Preparing: SELECT id,name,entrust_type,entrust_id,head_id,department_id,type,contract_no,volume_number,commission_case_day,description,tenant_id,create_id,create_time FROM project WHERE (id IN (?,?,?,?,?,?,?,?,?,?))
  6308. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.949 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ProjectMapper.selectList ==> Parameters: 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 98(Integer), 89(Integer), 103(Integer), 122(Integer), 135(Integer)
  6309. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ProjectMapper.selectList <== Total: 3
  6310. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6311. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 98(Integer)
  6312. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6313. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectMapper.selectList ==> Preparing: SELECT id,name,entrust_type,entrust_id,head_id,department_id,type,contract_no,volume_number,commission_case_day,description,tenant_id,create_id,create_time FROM project WHERE (id IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?))
  6314. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6315. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 89(Integer)
  6316. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectMapper.selectList ==> Parameters: 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 67(Integer), 77(Integer), 79(Integer), 84(Integer), 85(Integer), 89(Integer), 89(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 104(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 101(Integer), 106(Integer), 119(Integer), 120(Integer), 41(Integer), 135(Integer), 135(Integer), 135(Integer), 135(Integer), 135(Integer), 135(Integer), 135(Integer), 143(Integer), 150(Integer), 147(Integer)
  6317. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6318. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProjectMapper.selectList <== Total: 7
  6319. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6320. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6321. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 122(Integer)
  6322. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 89(Integer)
  6323. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-4] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6324. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6325. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6326. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.957 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 89(Integer)
  6327. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.973 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6328. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.974 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6329. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.974 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6330. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.975 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6331. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.975 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6332. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.976 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6333. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.977 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6334. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.977 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6335. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.978 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6336. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.979 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6337. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.979 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6338. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.979 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6339. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.980 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6340. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.981 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6341. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.981 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6342. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.982 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6343. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.982 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6344. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.982 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6345. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.983 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6346. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.984 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6347. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.984 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6348. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.985 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6349. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.986 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6350. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.986 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6351. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.987 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6352. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.987 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6353. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.987 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6354. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.989 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6355. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.991 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6356. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.992 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6357. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.994 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6358. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.995 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6359. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.995 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6360. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.997 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6361. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.997 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6362. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.998 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 104(Integer)
  6363. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.999 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6364. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:35.999 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6365. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.000 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6366. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.001 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6367. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.002 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6368. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.002 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6369. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.003 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6370. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.004 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6371. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.004 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6372. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.006 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6373. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.007 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6374. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.007 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6375. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.009 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6376. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.010 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6377. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.010 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6378. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.011 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6379. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.012 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6380. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.012 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 101(Integer)
  6381. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.013 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6382. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.014 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6383. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.014 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 119(Integer)
  6384. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.016 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6385. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.016 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Preparing: SELECT id,project_id,sign_patent_no,sign_product_id AS signProjectId,report_type,status,case_number,issue_number,invention_name,current_application,invalid_application,product_or_tech,cron_description,split_by,split_type,if_second_invalid,act_type,patent_type,carding_opinion FROM report WHERE (project_id = ?)
  6386. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.016 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList ==> Parameters: 120(Integer)
  6387. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:36.018 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ReportProjectMapper.selectList <== Total: 1
  6388. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.432 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id order by p.create_time desc limit 0,10
  6389. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.432 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  6390. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.434 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 10
  6391. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.434 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id ) as c
  6392. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.434 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  6393. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.435 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  6394. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.446 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  6395. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.446 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 160(Integer), 159(Integer), 158(Integer), 157(Integer), 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer)
  6396. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.447 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  6397. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.448 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) and asso_project_type=2 group by project_id
  6398. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.448 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 160(Integer), 159(Integer), 158(Integer), 157(Integer), 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer)
  6399. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.449 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 0
  6400. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.453 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  6401. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.453 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 160(Integer), 159(Integer), 158(Integer), 157(Integer), 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer)
  6402. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 20
  6403. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  6404. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  6405. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  6406. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  6407. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  6408. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  6409. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.selectList ==> Preparing: SELECT id,name,client_id,scenario_id,event_date,description,tenant_id,create_id,create_time FROM event WHERE (id IN (?,?))
  6410. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.selectList ==> Parameters: 68(Integer), 70(Integer)
  6411. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.selectList <== Total: 2
  6412. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?,?,?,?,?,?,?,?,?))
  6413. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 160(Integer), 159(Integer), 158(Integer), 157(Integer), 156(Integer), 147(Integer), 143(Integer), 138(Integer), 124(Integer), 116(Integer)
  6414. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 3
  6415. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ProductMapper.selectList ==> Preparing: SELECT id,name,license_rate,market_time,category_id,show_type,description,create_id,create_time,tenant_id,company_name FROM product WHERE (id IN (?))
  6416. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ProductMapper.selectList ==> Parameters: 13(Integer)
  6417. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ProductMapper.selectList <== Total: 1
  6418. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Preparing: SELECT id,name,license_rate,show_type,description,create_id,create_time,tenant FROM product_category WHERE (id IN (?,?))
  6419. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Parameters: 18(Integer), 17(Integer)
  6420. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:37.455 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ProductCategoryMapper.selectList <== Total: 2
  6421. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:43.807 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Preparing: SELECT id,name,if_enable,if_default,description,create_id,create_time,config,project_id FROM hightlight_template WHERE (project_id = ? AND create_id = ?) ORDER BY create_time DESC
  6422. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:43.808 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Parameters: 147(Integer), 328(String)
  6423. [pas:0.0.0.0:8877] [,] 2024-01-30 13:36:43.810 DEBUG 9036 [http-nio-8877-exec-3] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList <== Total: 2
  6424. [pas:0.0.0.0:8877] [,] 2024-01-30 13:37:00.383 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Preparing: SELECT id,name,if_enable,if_default,description,create_id,create_time,config,project_id FROM hightlight_template WHERE (project_id = ? AND create_id = ?) ORDER BY create_time DESC
  6425. [pas:0.0.0.0:8877] [,] 2024-01-30 13:37:00.391 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Parameters: 147(Integer), 328(String)
  6426. [pas:0.0.0.0:8877] [,] 2024-01-30 13:37:00.392 DEBUG 9036 [http-nio-8877-exec-5] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList <== Total: 2
  6427. [pas:0.0.0.0:8877] [,] 2024-01-30 13:37:27.994 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Preparing: SELECT id,name,if_enable,if_default,description,create_id,create_time,config,project_id FROM hightlight_template WHERE (project_id = ? AND create_id = ?) ORDER BY create_time DESC
  6428. [pas:0.0.0.0:8877] [,] 2024-01-30 13:37:27.995 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList ==> Parameters: 147(Integer), 328(String)
  6429. [pas:0.0.0.0:8877] [,] 2024-01-30 13:37:27.997 DEBUG 9036 [http-nio-8877-exec-6] cn.cslg.pas.mapper.HightlightTemplateMapper.selectList <== Total: 2
  6430. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:24.307 DEBUG 19200 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getEntrustGroup ==> Preparing: select distinct p.entrust_type ,p.entrust_id ,p.id,count(distinct p.id ) as num from patent_project as pp left join project as p on pp.project_id = p.id group by p.entrust_type ,p.entrust_id order by (case when p.entrust_type=1 and p.entrust_id=43 then 0 when p.entrust_type=1 and p.entrust_id=78 then 1 when p.entrust_type=1 and p.entrust_id=41 then 2 when p.entrust_type=1 and p.entrust_id=32 then 3 when p.entrust_type=2 and p.entrust_id=38 then 4 when p.entrust_type=2 and p.entrust_id=37 then 5 when p.entrust_type=2 and p.entrust_id=10 then 6 when p.entrust_type=1 and p.entrust_id=63 then 7 when p.entrust_type=1 and p.entrust_id=52 then 8 when p.entrust_type=1 and p.entrust_id=28 then 9 when p.entrust_type=1 and p.entrust_id=37 then 10 when p.entrust_type=2 and p.entrust_id=1 then 11 when p.entrust_type=2 and p.entrust_id=27 then 12 when p.entrust_type=2 and p.entrust_id=32 then 13 when p.entrust_type=2 and p.entrust_id=30 then 14 when p.entrust_type=2 and p.entrust_id=28 then 15 when p.entrust_type=2 and p.entrust_id=18 then 16 when p.entrust_type=2 and p.entrust_id=19 then 17 when p.entrust_type=2 and p.entrust_id=24 then 18 when p.entrust_type=2 and p.entrust_id=23 then 19 when p.entrust_type=2 and p.entrust_id=22 then 20 when p.entrust_type=1 and p.entrust_id=42 then 21 when p.entrust_type=1 and p.entrust_id=48 then 22 when p.entrust_type=1 and p.entrust_id=65 then 23 when p.entrust_type=1 and p.entrust_id=38 then 24 when p.entrust_type=1 and p.entrust_id=53 then 25 when p.entrust_type=1 and p.entrust_id=57 then 26 when p.entrust_type=1 and p.entrust_id=61 then 27 when p.entrust_type=1 and p.entrust_id=47 then 28 when p.entrust_type=1 and p.entrust_id=36 then 29 when p.entrust_type=1 and p.entrust_id=44 then 30 when p.entrust_type=1 and p.entrust_id=46 then 31 when p.entrust_type=2 and p.entrust_id=31 then 32 when p.entrust_type=2 and p.entrust_id=33 then 33 when p.entrust_type=2 and p.entrust_id=35 then 34 when p.entrust_type=2 and p.entrust_id=34 then 35 when p.entrust_type=1 and p.entrust_id=83 then 36 when p.entrust_type=1 and p.entrust_id=84 then 37 when p.entrust_type=1 and p.entrust_id=60 then 38 when p.entrust_type=1 and p.entrust_id=59 then 39 when p.entrust_type=1 and p.entrust_id=58 then 40 when p.entrust_type=1 and p.entrust_id=72 then 41 when p.entrust_type=1 and p.entrust_id=45 then 42 when p.entrust_type=1 and p.entrust_id=40 then 43 when p.entrust_type=1 and p.entrust_id=50 then 44 when p.entrust_type=1 and p.entrust_id=55 then 45 when p.entrust_type=2 and p.entrust_id=4 then 46 when p.entrust_type=2 and p.entrust_id=9 then 47 when p.entrust_type=2 and p.entrust_id=11 then 48 when p.entrust_type=1 and p.entrust_id=35 then 49 when p.entrust_type=2 and p.entrust_id=5 then 50 when p.entrust_type=1 and p.entrust_id=30 then 51 when p.entrust_type=2 and p.entrust_id=12 then 52 when p.entrust_type=2 and p.entrust_id=8 then 53 when p.entrust_type=2 and p.entrust_id=6 then 54 when p.entrust_type=1 and p.entrust_id=73 then 55 when p.entrust_type=1 and p.entrust_id=49 then 56 when p.entrust_type=2 and p.entrust_id=25 then 57 when p.entrust_type=2 and p.entrust_id=29 then 58 when p.entrust_type=1 and p.entrust_id=75 then 59 when p.entrust_type=1 and p.entrust_id=24 then 60 when p.entrust_type=1 and p.entrust_id=54 then 61 when p.entrust_type=1 and p.entrust_id=64 then 62 when p.entrust_type=1 and p.entrust_id=27 then 63 when p.entrust_type=1 and p.entrust_id=85 then 64 when p.entrust_type=2 and p.entrust_id=3 then 65 when p.entrust_type=2 and p.entrust_id=2 then 66 when p.entrust_type=2 and p.entrust_id=15 then 67 when p.entrust_type=2 and p.entrust_id=36 then 68 when p.entrust_type=2 and p.entrust_id=13 then 69 when p.entrust_type=2 and p.entrust_id=14 then 70 when p.entrust_type=2 and p.entrust_id=21 then 71 when p.entrust_type=1 and p.entrust_id=39 then 72 when p.entrust_type=2 and p.entrust_id=16 then 73 when p.entrust_type=1 and p.entrust_id=29 then 74 when p.entrust_type=2 and p.entrust_id=7 then 75 when p.entrust_type=1 and p.entrust_id=26 then 76 when p.entrust_type=2 and p.entrust_id=20 then 77 when p.entrust_type=1 and p.entrust_id=34 then 78 when p.entrust_type=1 and p.entrust_id=25 then 79 when p.entrust_type=1 and p.entrust_id=33 then 80 when p.entrust_type=1 and p.entrust_id=31 then 81 when p.entrust_type=2 and p.entrust_id=26 then 82 when p.entrust_type=2 and p.entrust_id=17 then 83 when p.entrust_type=1 and p.entrust_id=62 then 84 when p.entrust_type=1 and p.entrust_id=56 then 85 when p.entrust_type=1 and p.entrust_id=96 then 86 when p.entrust_type=1 and p.entrust_id=95 then 87 when p.entrust_type=1 and p.entrust_id=97 then 88 when p.entrust_type=1 and p.entrust_id=98 then 89 when p.entrust_type=1 and p.entrust_id=99 then 90 when p.entrust_type=1 and p.entrust_id=100 then 91 when p.entrust_type=1 and p.entrust_id=101 then 92 else 94 end) limit 0,10
  6431. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:24.322 DEBUG 19200 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getEntrustGroup ==> Parameters:
  6432. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:24.322 DEBUG 19200 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getEntrustGroup <== Total: 7
  6433. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:24.322 DEBUG 19200 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getEntrustGroupCount ==> Preparing: select count(*) from (select p.entrust_type ,p.entrust_id from patent_project as pp left join project as p on pp.project_id = p.id where p.entrust_type is not null group by p.entrust_type ,p.entrust_id ) as c
  6434. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:24.322 DEBUG 19200 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getEntrustGroupCount ==> Parameters:
  6435. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:24.338 DEBUG 19200 [http-nio-8877-exec-1] cn.cslg.pas.mapper.EventMapper.getEntrustGroupCount <== Total: 1
  6436. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.423 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where isnull(p.entrust_id) order by p.create_time desc limit 0,5
  6437. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.423 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  6438. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.423 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 5
  6439. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.423 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where isnull(p.entrust_id) ) as c
  6440. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.423 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  6441. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.423 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  6442. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?,?,?,?))
  6443. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 157(Integer), 156(Integer), 138(Integer), 107(Integer), 88(Integer)
  6444. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  6445. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? , ? , ? , ? ) and asso_project_type=2 group by project_id
  6446. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 157(Integer), 156(Integer), 138(Integer), 107(Integer), 88(Integer)
  6447. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 0
  6448. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?,?,?,?))
  6449. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 157(Integer), 156(Integer), 138(Integer), 107(Integer), 88(Integer)
  6450. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 4
  6451. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  6452. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  6453. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  6454. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  6455. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.471 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  6456. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.487 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  6457. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.487 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?,?,?,?))
  6458. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.487 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 157(Integer), 156(Integer), 138(Integer), 107(Integer), 88(Integer)
  6459. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:27.487 DEBUG 19200 [http-nio-8877-exec-2] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 0
  6460. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.662 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where isnull(p.entrust_id) order by p.create_time desc limit 5,5
  6461. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.662 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  6462. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.662 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 3
  6463. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.662 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where isnull(p.entrust_id) ) as c
  6464. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.662 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  6465. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.673 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  6466. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.680 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?,?))
  6467. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.680 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 83(Integer), 73(Integer), 70(Integer)
  6468. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.680 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  6469. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.680 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? , ? ) and asso_project_type=2 group by project_id
  6470. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.680 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 83(Integer), 73(Integer), 70(Integer)
  6471. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.680 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 0
  6472. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.680 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?,?))
  6473. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.680 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 83(Integer), 73(Integer), 70(Integer)
  6474. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.680 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 0
  6475. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.680 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?,?))
  6476. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.680 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 83(Integer), 73(Integer), 70(Integer)
  6477. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:28.680 DEBUG 19200 [http-nio-8877-exec-3] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 0
  6478. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:29.460 DEBUG 19200 [http-nio-8877-exec-4] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where isnull(p.entrust_id) order by p.create_time desc limit 10,5
  6479. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:29.460 DEBUG 19200 [http-nio-8877-exec-4] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  6480. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:29.460 DEBUG 19200 [http-nio-8877-exec-4] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 0
  6481. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:29.460 DEBUG 19200 [http-nio-8877-exec-4] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where isnull(p.entrust_id) ) as c
  6482. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:29.460 DEBUG 19200 [http-nio-8877-exec-4] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  6483. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:29.460 DEBUG 19200 [http-nio-8877-exec-4] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  6484. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.077 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=27 and p.entrust_type=1)) order by p.create_time desc limit 0,5
  6485. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.078 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  6486. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.081 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 5
  6487. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.082 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=27 and p.entrust_type=1)) ) as c
  6488. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.082 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  6489. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.084 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  6490. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.094 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?,?,?,?))
  6491. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.094 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 158(Integer), 124(Integer), 116(Integer), 90(Integer), 82(Integer)
  6492. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.094 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  6493. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.094 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? , ? , ? , ? ) and asso_project_type=2 group by project_id
  6494. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.094 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 158(Integer), 124(Integer), 116(Integer), 90(Integer), 82(Integer)
  6495. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.094 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 0
  6496. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.108 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?,?,?,?))
  6497. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.108 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 158(Integer), 124(Integer), 116(Integer), 90(Integer), 82(Integer)
  6498. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.111 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 7
  6499. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.112 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  6500. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.113 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  6501. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.115 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  6502. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.115 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  6503. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.115 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  6504. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.115 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  6505. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.123 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.EventMapper.selectList ==> Preparing: SELECT id,name,client_id,scenario_id,event_date,description,tenant_id,create_id,create_time FROM event WHERE (id IN (?,?))
  6506. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.123 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.EventMapper.selectList ==> Parameters: 68(Integer), 70(Integer)
  6507. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.126 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.EventMapper.selectList <== Total: 2
  6508. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.126 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?,?,?,?))
  6509. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.126 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 158(Integer), 124(Integer), 116(Integer), 90(Integer), 82(Integer)
  6510. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.128 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 2
  6511. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.130 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Preparing: SELECT id,name,license_rate,show_type,description,create_id,create_time,tenant FROM product_category WHERE (id IN (?,?))
  6512. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.131 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Parameters: 7(Integer), 18(Integer)
  6513. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:33.131 DEBUG 19200 [http-nio-8877-exec-5] cn.cslg.pas.mapper.ProductCategoryMapper.selectList <== Total: 2
  6514. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.374 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=27 and p.entrust_type=1)) order by p.create_time desc limit 5,5
  6515. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.374 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  6516. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.378 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 2
  6517. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.379 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=27 and p.entrust_type=1)) ) as c
  6518. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.379 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  6519. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.382 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  6520. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.392 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?))
  6521. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.392 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 5(Integer), 25(Integer)
  6522. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.394 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  6523. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.395 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? ) and asso_project_type=2 group by project_id
  6524. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.395 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 5(Integer), 25(Integer)
  6525. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.396 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 1
  6526. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.396 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?))
  6527. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.396 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 5(Integer), 25(Integer)
  6528. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.396 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 6
  6529. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.396 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  6530. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.396 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  6531. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.406 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  6532. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.407 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  6533. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.408 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  6534. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.411 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  6535. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.412 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.selectList ==> Preparing: SELECT id,name,client_id,scenario_id,event_date,description,tenant_id,create_id,create_time FROM event WHERE (id IN (?))
  6536. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.412 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.selectList ==> Parameters: 66(Integer)
  6537. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.413 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.EventMapper.selectList <== Total: 1
  6538. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.413 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?))
  6539. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.413 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 5(Integer), 25(Integer)
  6540. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.413 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 1
  6541. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.413 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Preparing: SELECT id,name,license_rate,show_type,description,create_id,create_time,tenant FROM product_category WHERE (id IN (?))
  6542. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.413 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Parameters: 7(Integer)
  6543. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.413 DEBUG 19200 [http-nio-8877-exec-6] cn.cslg.pas.mapper.ProductCategoryMapper.selectList <== Total: 1
  6544. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.765 DEBUG 19200 [http-nio-8877-exec-7] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=27 and p.entrust_type=1)) order by p.create_time desc limit 10,5
  6545. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.765 DEBUG 19200 [http-nio-8877-exec-7] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  6546. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.773 DEBUG 19200 [http-nio-8877-exec-7] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 0
  6547. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.773 DEBUG 19200 [http-nio-8877-exec-7] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=27 and p.entrust_type=1)) ) as c
  6548. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.773 DEBUG 19200 [http-nio-8877-exec-7] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  6549. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:34.775 DEBUG 19200 [http-nio-8877-exec-7] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  6550. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.257 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=27 and p.entrust_type=1)) order by p.create_time desc limit 0,5
  6551. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.257 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  6552. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.257 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 5
  6553. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.257 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=27 and p.entrust_type=1)) ) as c
  6554. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.257 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  6555. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.257 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  6556. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.276 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?,?,?,?))
  6557. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.277 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 158(Integer), 124(Integer), 116(Integer), 90(Integer), 82(Integer)
  6558. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.278 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  6559. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.278 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? , ? , ? , ? ) and asso_project_type=2 group by project_id
  6560. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.278 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 158(Integer), 124(Integer), 116(Integer), 90(Integer), 82(Integer)
  6561. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.278 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 0
  6562. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.278 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?,?,?,?))
  6563. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.278 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 158(Integer), 124(Integer), 116(Integer), 90(Integer), 82(Integer)
  6564. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.278 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 7
  6565. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.289 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  6566. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.289 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  6567. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.291 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  6568. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.291 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  6569. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.291 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  6570. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.295 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  6571. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.296 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.EventMapper.selectList ==> Preparing: SELECT id,name,client_id,scenario_id,event_date,description,tenant_id,create_id,create_time FROM event WHERE (id IN (?,?))
  6572. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.297 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.EventMapper.selectList ==> Parameters: 68(Integer), 70(Integer)
  6573. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.298 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.EventMapper.selectList <== Total: 2
  6574. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.299 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?,?,?,?))
  6575. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.299 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 158(Integer), 124(Integer), 116(Integer), 90(Integer), 82(Integer)
  6576. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.300 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 2
  6577. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.301 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Preparing: SELECT id,name,license_rate,show_type,description,create_id,create_time,tenant FROM product_category WHERE (id IN (?,?))
  6578. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.302 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Parameters: 7(Integer), 18(Integer)
  6579. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.302 DEBUG 19200 [http-nio-8877-exec-8] cn.cslg.pas.mapper.ProductCategoryMapper.selectList <== Total: 2
  6580. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.977 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=27 and p.entrust_type=1)) order by p.create_time desc limit 5,5
  6581. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.977 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  6582. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.979 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 2
  6583. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.979 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=27 and p.entrust_type=1)) ) as c
  6584. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.979 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  6585. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.979 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1
  6586. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.989 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Preparing: SELECT id,project_id,file_guid,create_id,create_time FROM asso_project_file WHERE (project_id IN (?,?))
  6587. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.989 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList ==> Parameters: 5(Integer), 25(Integer)
  6588. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.990 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectFileMapper.selectList <== Total: 0
  6589. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.991 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Preparing: select project_id as projectId,count(*) as projectCount from pas_prod2.asso_project WHERE project_id in ( ? , ? ) and asso_project_type=2 group by project_id
  6590. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.991 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount ==> Parameters: 5(Integer), 25(Integer)
  6591. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.992 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectMapper.getReportCount <== Total: 1
  6592. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.995 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Preparing: SELECT id,project_id,project_type,scenario_id,matter_id,event_id,create_id,create_time FROM asso_project_event WHERE (project_id IN (?,?))
  6593. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.995 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList ==> Parameters: 5(Integer), 25(Integer)
  6594. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.995 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectEventMapper.selectList <== Total: 6
  6595. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.995 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Preparing: SELECT id,name,file_guid,description,create_id,create_time FROM scenario
  6596. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.995 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ScenarioMapper.selectList ==> Parameters:
  6597. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.995 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ScenarioMapper.selectList <== Total: 9
  6598. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.995 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MatterMapper.selectList ==> Preparing: SELECT id,name,description,create_id,create_time FROM matter
  6599. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.995 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MatterMapper.selectList ==> Parameters:
  6600. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.995 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.MatterMapper.selectList <== Total: 40
  6601. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.995 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.selectList ==> Preparing: SELECT id,name,client_id,scenario_id,event_date,description,tenant_id,create_id,create_time FROM event WHERE (id IN (?))
  6602. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.995 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.selectList ==> Parameters: 66(Integer)
  6603. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:45.995 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.EventMapper.selectList <== Total: 1
  6604. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:46.006 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Preparing: SELECT id,project_id,tree_type,field_id,value_id FROM asso_project_tree_node WHERE (project_id IN (?,?))
  6605. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:46.006 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList ==> Parameters: 5(Integer), 25(Integer)
  6606. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:46.008 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.AssoProjectTreeNodeMapper.selectList <== Total: 1
  6607. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:46.009 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Preparing: SELECT id,name,license_rate,show_type,description,create_id,create_time,tenant FROM product_category WHERE (id IN (?))
  6608. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:46.009 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ProductCategoryMapper.selectList ==> Parameters: 7(Integer)
  6609. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:46.010 DEBUG 19200 [http-nio-8877-exec-10] cn.cslg.pas.mapper.ProductCategoryMapper.selectList <== Total: 1
  6610. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:46.903 DEBUG 19200 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Preparing: select distinct p.id as id,p.name as name ,p.contract_no as contract_no,p.volume_number as volumeNumber,p.commission_case_day as commissionCaseDay,p.description as description,p.create_id as createId,p.create_time as createTime,pp.if_update as ifUpdate,pp.crons as crons, p.entrust_type as entrustType,p.entrust_id as entrustId,p.head_id as headId,p.department_id as departmentId from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=27 and p.entrust_type=1)) order by p.create_time desc limit 10,5
  6611. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:46.903 DEBUG 19200 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject ==> Parameters:
  6612. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:46.903 DEBUG 19200 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProject <== Total: 0
  6613. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:46.903 DEBUG 19200 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Preparing: select count(*) from (select distinct p.id from patent_project as pp left join project as p on pp.project_id =p.id left join asso_project_tree_node as aspt on p.id =aspt.project_id left join (select * from asso_project_event where scenario_id is not null ) as asps on p.id = asps.project_id left join (select * from asso_project_event where event_id is not null ) as aspe on p.id = aspe.project_id left join (select * from asso_project_event where matter_id is not null ) as aspm on p.id = aspm.project_id where ((p.entrust_id=27 and p.entrust_type=1)) ) as c
  6614. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:46.903 DEBUG 19200 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount ==> Parameters:
  6615. [pas:0.0.0.0:8877] [,] 2024-01-30 14:06:46.903 DEBUG 19200 [http-nio-8877-exec-9] cn.cslg.pas.mapper.PatentProjectMapper.getPatentProjectCount <== Total: 1