rms-debug.2022-12-07.1.log 859 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209
  1. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:30.746 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:30.749 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:30.768 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  4. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:30.769 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  5. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:30.770 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  6. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:30.788 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  7. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.789 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  8. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.789 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  9. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.809 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  10. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.810 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  11. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.810 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  12. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.829 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  13. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.831 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  14. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.831 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  15. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.849 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  16. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.850 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  17. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.851 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  18. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.870 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  19. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.901 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  20. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.901 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  21. [rms:0.0.0.0:8885] [,] 2022-12-07 09:12:31.920 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  22. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:07.180 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM OS_PATENT_FIELD WHERE (NAME LIKE ?)
  23. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:07.180 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectPage_mpCount ==> Parameters: %%(String)
  24. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:07.199 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectPage_mpCount <== Total: 1
  25. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:07.199 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectPage ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (NAME LIKE ?) ORDER BY ID DESC LIMIT ?
  26. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:07.200 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectPage ==> Parameters: %%(String), 10(Long)
  27. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:07.219 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectPage <== Total: 9
  28. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:07.220 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM OS_PATENT_FIELD WHERE (NAME LIKE ?) ORDER BY ID DESC
  29. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:07.220 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectCount ==> Parameters: %%(String)
  30. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:07.239 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectCount <== Total: 1
  31. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.296 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (NAME = ? AND REPORT_ID = ?)
  32. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.297 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 测试4(String), 74(Integer)
  33. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.316 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 0
  34. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.336 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldMapper.insert ==> Preparing: INSERT INTO OS_PATENT_FIELD ( NAME, PTYPE, TYPE, STATUS, REMARK, CID, REPORT_ID ) VALUES ( ?, ?, ?, ?, ?, ?, ? )
  35. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.337 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldMapper.insert ==> Parameters: 测试4(String), 1(Integer), 5(Integer), 1(Integer), (String), 154(Integer), 74(Integer)
  36. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.375 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldMapper.insert <== Updates: 1
  37. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.702 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM OS_PATENT_FIELD WHERE (NAME LIKE ?)
  38. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.703 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectPage_mpCount ==> Parameters: %%(String)
  39. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.722 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectPage_mpCount <== Total: 1
  40. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.723 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectPage ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (NAME LIKE ?) ORDER BY ID DESC LIMIT ?
  41. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.723 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectPage ==> Parameters: %%(String), 10(Long)
  42. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.742 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectPage <== Total: 10
  43. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.744 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM OS_PATENT_FIELD WHERE (NAME LIKE ?) ORDER BY ID DESC
  44. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.744 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectCount ==> Parameters: %%(String)
  45. [rms:0.0.0.0:8885] [,] 2022-12-07 09:13:38.763 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectCount <== Total: 1
  46. [rms:0.0.0.0:8885] [,] 2022-12-07 09:14:31.624 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  47. [rms:0.0.0.0:8885] [,] 2022-12-07 09:14:31.625 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4751(Integer)
  48. [rms:0.0.0.0:8885] [,] 2022-12-07 09:14:31.642 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 0
  49. [rms:0.0.0.0:8885] [,] 2022-12-07 09:14:53.440 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ? AND NAME = ?)
  50. [rms:0.0.0.0:8885] [,] 2022-12-07 09:14:53.441 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4751(Integer), 测试4(String)
  51. [rms:0.0.0.0:8885] [,] 2022-12-07 09:14:53.460 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 0
  52. [rms:0.0.0.0:8885] [,] 2022-12-07 09:14:53.461 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldOptionMapper.insert ==> Preparing: INSERT INTO OS_PATENT_FILED_OPTION ( NAME, CID ) VALUES ( ?, ? )
  53. [rms:0.0.0.0:8885] [,] 2022-12-07 09:14:53.461 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldOptionMapper.insert ==> Parameters: 测试4(String), 4751(Integer)
  54. [rms:0.0.0.0:8885] [,] 2022-12-07 09:14:53.499 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldOptionMapper.insert <== Updates: 1
  55. [rms:0.0.0.0:8885] [,] 2022-12-07 09:15:00.187 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ? AND NAME = ?)
  56. [rms:0.0.0.0:8885] [,] 2022-12-07 09:15:00.189 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4751(Integer), 测试4.1(String)
  57. [rms:0.0.0.0:8885] [,] 2022-12-07 09:15:00.207 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 0
  58. [rms:0.0.0.0:8885] [,] 2022-12-07 09:15:00.209 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldOptionMapper.insert ==> Preparing: INSERT INTO OS_PATENT_FILED_OPTION ( NAME, CID ) VALUES ( ?, ? )
  59. [rms:0.0.0.0:8885] [,] 2022-12-07 09:15:00.210 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldOptionMapper.insert ==> Parameters: 测试4.1(String), 4751(Integer)
  60. [rms:0.0.0.0:8885] [,] 2022-12-07 09:15:00.248 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldOptionMapper.insert <== Updates: 1
  61. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:45.719 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC
  62. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:45.719 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectCount ==> Parameters: 0(Integer), 154(Integer)
  63. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:45.738 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectCount <== Total: 1
  64. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:45.741 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?)
  65. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:45.742 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Parameters: 0(Integer), 154(Integer)
  66. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:45.760 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount <== Total: 1
  67. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:45.760 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectPage ==> Preparing: SELECT ID,CREATE_TIME,TASK_NAME,PROGRESS,TASK_STATUS,CREATE_ID,CREATE_NAME,BEGIN_TIME,FINISH_TIME,END_TIME,TYPE,REPORT_ID,HANDLE_PERSON_ID,HANDLE_PERSON_NAME,REMARK,RESULT,SIGN_PATENT_NO FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC LIMIT ?
  68. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:45.761 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectPage ==> Parameters: 0(Integer), 154(Integer), 10(Long)
  69. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:45.783 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectPage <== Total: 4
  70. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.458 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD ORDER BY ID DESC
  71. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.459 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters:
  72. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.478 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 10
  73. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.519 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  74. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.520 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  75. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.538 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  76. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.558 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Preparing: SELECT ID,TASK_ID,TASK_TYPE,PERSON_ID AS personelId,PERSON_TYPE AS personelType,REPORT_ID,PATENT_NO,STATE FROM ASSO_TASK_PERSONEL WHERE (TASK_ID = ? AND STATE = ?)
  77. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.558 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 59(String), 0(Integer)
  78. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.576 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 4
  79. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.577 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,TASK_NAME,REPORT_ID,IMPORT_COUNT,CREATE_DATE,FINISH_TIME,CREATE_USER_ID,CREATE_USER_NAME,FILE_PATH,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  80. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.577 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  81. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.596 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  82. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.596 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectById ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE ID=?
  83. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.597 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  84. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.616 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  85. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.699 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  86. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.699 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4749(Integer)
  87. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.717 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 5
  88. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.717 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  89. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.718 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  90. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.733 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  91. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.795 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  92. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.795 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4739(Integer)
  93. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.812 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 4
  94. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.813 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  95. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.813 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4728(Integer)
  96. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.829 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 0
  97. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.829 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  98. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.829 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4742(Integer)
  99. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:49.846 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 2
  100. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:50.272 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ?)
  101. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:50.272 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: CN208096006U(String), 60(Integer)
  102. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:50.290 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  103. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:50.297 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ?)
  104. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:50.298 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: CN208446620U(String), 60(Integer)
  105. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:50.316 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  106. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:50.318 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ?)
  107. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:50.318 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: CN209628640U(String), 60(Integer)
  108. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:50.336 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  109. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:50.337 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ?)
  110. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:50.337 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: CN209628641U(String), 60(Integer)
  111. [rms:0.0.0.0:8885] [,] 2022-12-07 09:16:50.355 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  112. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:12.172 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  113. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:12.174 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4751(Integer)
  114. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:12.193 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  115. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:12.195 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  116. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:12.195 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4751(Integer)
  117. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:12.214 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  118. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:12.217 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  119. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:12.217 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4751(Integer)
  120. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:12.236 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 2
  121. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:12.240 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (CID = ? AND FID IN (?,?))
  122. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:12.240 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: 4751(Integer), 2882(Integer), 2883(Integer)
  123. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:12.259 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  124. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:13.044 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  125. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:13.044 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4751(Integer)
  126. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:13.063 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  127. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:13.064 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  128. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:13.064 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4751(Integer)
  129. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:13.082 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  130. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:13.083 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  131. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:13.084 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4751(Integer)
  132. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:13.102 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 2
  133. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:13.104 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (CID = ? AND FID IN (?,?))
  134. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:13.105 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: 4751(Integer), 2882(Integer), 2883(Integer)
  135. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:13.124 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  136. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:15.768 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  137. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:15.768 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4751(Integer)
  138. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:15.787 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  139. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:15.788 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  140. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:15.788 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4751(Integer)
  141. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:15.806 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  142. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:15.807 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  143. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:15.808 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4751(Integer)
  144. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:15.826 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 2
  145. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:15.827 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (CID = ? AND FID IN (?,?))
  146. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:15.827 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: 4751(Integer), 2882(Integer), 2883(Integer)
  147. [rms:0.0.0.0:8885] [,] 2022-12-07 09:17:15.845 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  148. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.214 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD ORDER BY ID DESC
  149. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.215 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters:
  150. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.234 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 10
  151. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.500 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Preparing: SELECT ID,TASK_ID,TASK_TYPE,PERSON_ID AS personelId,PERSON_TYPE AS personelType,REPORT_ID,PATENT_NO,STATE FROM ASSO_TASK_PERSONEL WHERE (TASK_ID = ? AND STATE = ?)
  152. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.500 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 59(String), 0(Integer)
  153. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.503 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  154. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.503 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  155. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.504 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  156. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.504 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4749(Integer)
  157. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.518 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 4
  158. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.519 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,TASK_NAME,REPORT_ID,IMPORT_COUNT,CREATE_DATE,FINISH_TIME,CREATE_USER_ID,CREATE_USER_NAME,FILE_PATH,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  159. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.519 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  160. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.522 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 5
  161. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.522 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  162. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.522 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  163. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.522 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  164. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.538 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  165. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.538 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE ID=?
  166. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.538 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  167. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.541 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  168. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.557 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  169. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.573 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  170. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.573 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4742(Integer)
  171. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.591 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 2
  172. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.597 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  173. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.597 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4739(Integer)
  174. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.616 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 4
  175. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.683 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  176. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.684 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4728(Integer)
  177. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:38.702 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 0
  178. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:39.163 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ?)
  179. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:39.164 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: CN208096006U(String), 60(Integer)
  180. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:39.182 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  181. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:39.183 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ?)
  182. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:39.184 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: CN208446620U(String), 60(Integer)
  183. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:39.202 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  184. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:39.205 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ?)
  185. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:39.206 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: CN209628640U(String), 60(Integer)
  186. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:39.225 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  187. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:39.228 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ?)
  188. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:39.229 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: CN209628641U(String), 60(Integer)
  189. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:39.247 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  190. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:44.184 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  191. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:44.184 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  192. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:44.203 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  193. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:44.204 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  194. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:44.204 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  195. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:44.222 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  196. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.089 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  197. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.089 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  198. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.108 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  199. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.108 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  200. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.109 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  201. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.128 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  202. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.129 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  203. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.129 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  204. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.148 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  205. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.148 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  206. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.149 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  207. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.168 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  208. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.195 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  209. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.196 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  210. [rms:0.0.0.0:8885] [,] 2022-12-07 09:19:46.215 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  211. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.544 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  212. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.544 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  213. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.563 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  214. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.563 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  215. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.563 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  216. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.579 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  217. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.579 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  218. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.583 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  219. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.584 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  220. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.584 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  221. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.597 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  222. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.598 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  223. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.598 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  224. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.603 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  225. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.603 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  226. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.603 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  227. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.616 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  228. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.622 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  229. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.643 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  230. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.643 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  231. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:43.662 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  232. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:53.763 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REMARK = ?)
  233. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:53.763 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), null
  234. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:53.782 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  235. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.165 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  236. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.165 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  237. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.165 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  238. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.166 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  239. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.184 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  240. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.184 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  241. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.184 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  242. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.185 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  243. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.185 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  244. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.185 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  245. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.203 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  246. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.203 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  247. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.204 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  248. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.204 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  249. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.223 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  250. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.224 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  251. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.224 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  252. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.242 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  253. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.263 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  254. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.264 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  255. [rms:0.0.0.0:8885] [,] 2022-12-07 09:20:59.283 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  256. [rms:0.0.0.0:8885] [,] 2022-12-07 09:21:03.029 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REMARK = ?)
  257. [rms:0.0.0.0:8885] [,] 2022-12-07 09:21:03.030 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), null
  258. [rms:0.0.0.0:8885] [,] 2022-12-07 09:21:03.048 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  259. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.542 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  260. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.542 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  261. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.562 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  262. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.562 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  263. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.563 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  264. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.582 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  265. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.583 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  266. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.583 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  267. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.601 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  268. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.602 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  269. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.603 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  270. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.621 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  271. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.646 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  272. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.646 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  273. [rms:0.0.0.0:8885] [,] 2022-12-07 09:22:01.665 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  274. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:18.312 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  275. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:18.313 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4728(Integer)
  276. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:18.331 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  277. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:18.333 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  278. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:18.333 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4728(Integer)
  279. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:18.352 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  280. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:18.353 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?)
  281. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:18.353 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4728(Integer)
  282. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:18.378 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 0
  283. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:18.379 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (CID = ? AND FID IN ())
  284. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:18.380 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: 4728(Integer)
  285. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:21.897 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  286. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:21.897 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4728(Integer)
  287. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:21.934 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  288. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:21.936 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  289. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:21.936 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4728(Integer)
  290. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:21.955 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  291. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:21.956 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?)
  292. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:21.956 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4728(Integer)
  293. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:21.975 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 0
  294. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:21.976 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (CID = ? AND FID IN ())
  295. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:21.976 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: 4728(Integer)
  296. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:32.657 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  297. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:32.657 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4742(Integer)
  298. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:32.694 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  299. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:32.696 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  300. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:32.697 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4742(Integer)
  301. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:32.717 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  302. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:32.720 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?)
  303. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:32.721 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4742(Integer)
  304. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:32.739 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 2
  305. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:32.740 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (CID = ? AND FID IN (?,?))
  306. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:32.740 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: 4742(Integer), 9962(Integer), 9963(Integer)
  307. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:32.759 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 2
  308. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:43.607 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  309. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:43.607 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4742(Integer)
  310. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:43.627 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  311. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:43.628 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ? AND NAME LIKE ?)
  312. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:43.628 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4742(Integer), %q%(String)
  313. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:43.646 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 1
  314. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:45.479 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  315. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:45.480 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4742(Integer)
  316. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:45.499 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  317. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:45.502 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ? AND NAME LIKE ?)
  318. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:45.503 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4742(Integer), %q%(String)
  319. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:45.522 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 1
  320. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:58.183 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  321. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:58.183 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4751(Integer)
  322. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:58.202 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  323. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:58.205 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  324. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:58.205 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4751(Integer)
  325. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:58.224 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  326. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:58.225 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  327. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:58.225 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4751(Integer)
  328. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:58.243 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 2
  329. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:58.244 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (CID = ? AND FID IN (?,?))
  330. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:58.244 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: 4751(Integer), 2882(Integer), 2883(Integer)
  331. [rms:0.0.0.0:8885] [,] 2022-12-07 09:25:58.263 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  332. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:00.233 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  333. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:00.233 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4750(Integer)
  334. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:00.253 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  335. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:00.255 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  336. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:00.256 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4750(Integer)
  337. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:00.276 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  338. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:00.280 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  339. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:00.280 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4750(Integer)
  340. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:00.299 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 4
  341. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:00.304 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (CID = ? AND FID IN (?,?,?,?))
  342. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:00.304 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: 4750(Integer), 2877(Integer), 2878(Integer), 2879(Integer), 2880(Integer)
  343. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:00.323 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  344. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:04.275 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  345. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:04.276 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4750(Integer)
  346. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:04.294 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  347. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:04.295 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ? AND NAME LIKE ?)
  348. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:04.295 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4750(Integer), %1%(String)
  349. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:04.314 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 1
  350. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:11.819 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  351. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:11.819 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4750(Integer)
  352. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:11.839 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  353. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:11.842 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ? AND NAME LIKE ?)
  354. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:11.843 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4750(Integer), %%(String)
  355. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:11.863 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 4
  356. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.259 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Preparing: SELECT ID,TASK_ID,TASK_TYPE,PERSON_ID AS personelId,PERSON_TYPE AS personelType,REPORT_ID,PATENT_NO,STATE FROM ASSO_TASK_PERSONEL WHERE (TASK_ID = ? AND STATE = ?)
  357. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.259 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: null, 0(Integer)
  358. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.262 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD ORDER BY ID DESC
  359. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.262 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters:
  360. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.278 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 0
  361. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.279 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,TASK_NAME,REPORT_ID,IMPORT_COUNT,CREATE_DATE,FINISH_TIME,CREATE_USER_ID,CREATE_USER_NAME,FILE_PATH,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  362. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.279 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  363. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.282 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 10
  364. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.297 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  365. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.297 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectById ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE ID=?
  366. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.297 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  367. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.302 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  368. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.302 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  369. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.316 DEBUG 18532 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  370. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.320 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  371. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.320 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  372. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.321 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  373. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.339 DEBUG 18532 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  374. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.603 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  375. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.603 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4728(Integer)
  376. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.621 DEBUG 18532 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 0
  377. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.622 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  378. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.622 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4739(Integer)
  379. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.641 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 4
  380. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.641 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  381. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.641 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4742(Integer)
  382. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:39.659 DEBUG 18532 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 2
  383. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:40.308 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  384. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:40.309 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4749(Integer)
  385. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:40.330 DEBUG 18532 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 5
  386. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:42.474 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  387. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:42.475 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4751(Integer)
  388. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:42.494 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  389. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:42.495 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  390. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:42.495 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4751(Integer)
  391. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:42.513 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  392. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:42.514 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  393. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:42.514 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4751(Integer)
  394. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:42.531 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 2
  395. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:42.532 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (CID = ? AND FID IN (?,?))
  396. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:42.532 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: 4751(Integer), 2882(Integer), 2883(Integer)
  397. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:42.550 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  398. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.372 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  399. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.372 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4749(Integer)
  400. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.391 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  401. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.393 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  402. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.393 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4749(Integer)
  403. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.412 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  404. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.414 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?)
  405. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.415 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4749(Integer)
  406. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.434 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 5
  407. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.435 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (CID = ? AND FID IN (?,?,?,?,?))
  408. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.435 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: 4749(Integer), 9964(Integer), 9965(Integer), 9966(Integer), 9967(Integer), 9968(Integer)
  409. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.453 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  410. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.975 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  411. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.976 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4750(Integer)
  412. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.994 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  413. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.995 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (ID = ?)
  414. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:44.995 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 4750(Integer)
  415. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:45.013 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 1
  416. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:45.014 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  417. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:45.015 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4750(Integer)
  418. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:45.033 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 4
  419. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:45.035 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (CID = ? AND FID IN (?,?,?,?))
  420. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:45.035 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: 4750(Integer), 2877(Integer), 2878(Integer), 2879(Integer), 2880(Integer)
  421. [rms:0.0.0.0:8885] [,] 2022-12-07 09:26:45.054 DEBUG 18532 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  422. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.654 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  423. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.654 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  424. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.674 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  425. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.674 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  426. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.675 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  427. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.679 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  428. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.679 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  429. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.695 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  430. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.696 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  431. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.696 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  432. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.697 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  433. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.697 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  434. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.697 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  435. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.714 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  436. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.715 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  437. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.715 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  438. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.716 DEBUG 18532 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  439. [rms:0.0.0.0:8885] [,] 2022-12-07 09:28:57.734 DEBUG 18532 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  440. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.369 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  441. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.369 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  442. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.379 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  443. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.379 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  444. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.390 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  445. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.390 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  446. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.391 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  447. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.397 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  448. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.398 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  449. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.398 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  450. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.409 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  451. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.410 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  452. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.410 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  453. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.416 DEBUG 18532 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  454. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.429 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  455. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.429 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  456. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.429 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  457. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:14.448 DEBUG 18532 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  458. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:34.840 DEBUG 7196 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  459. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:34.860 DEBUG 7196 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  460. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:34.896 DEBUG 7196 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  461. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:34.946 DEBUG 7196 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  462. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:34.947 DEBUG 7196 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  463. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:34.966 DEBUG 7196 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  464. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:34.969 DEBUG 7196 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  465. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:34.970 DEBUG 7196 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  466. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:34.993 DEBUG 7196 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  467. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:35.001 DEBUG 7196 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  468. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:35.002 DEBUG 7196 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  469. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:35.022 DEBUG 7196 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  470. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:35.028 DEBUG 7196 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  471. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:35.029 DEBUG 7196 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  472. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:35.030 DEBUG 7196 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  473. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:35.031 DEBUG 7196 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  474. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:35.048 DEBUG 7196 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  475. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:35.049 DEBUG 7196 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  476. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.470 DEBUG 7196 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  477. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.471 DEBUG 7196 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  478. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.488 DEBUG 7196 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  479. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.489 DEBUG 7196 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  480. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.489 DEBUG 7196 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  481. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.510 DEBUG 7196 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  482. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.511 DEBUG 7196 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  483. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.512 DEBUG 7196 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  484. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.530 DEBUG 7196 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  485. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.531 DEBUG 7196 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  486. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.532 DEBUG 7196 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  487. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.551 DEBUG 7196 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  488. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.653 DEBUG 7196 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  489. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.653 DEBUG 7196 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  490. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.672 DEBUG 7196 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  491. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.673 DEBUG 7196 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  492. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.674 DEBUG 7196 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  493. [rms:0.0.0.0:8885] [,] 2022-12-07 09:29:40.692 DEBUG 7196 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  494. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.121 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  495. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.154 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  496. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.200 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  497. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.267 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  498. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.268 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  499. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.285 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  500. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.289 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  501. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.291 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  502. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.316 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  503. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.330 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  504. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.332 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  505. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.339 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  506. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.340 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  507. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.350 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  508. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.360 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  509. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.364 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  510. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.365 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  511. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:11.386 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  512. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.720 DEBUG 9712 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  513. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.720 DEBUG 9712 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  514. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.733 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  515. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.734 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  516. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.740 DEBUG 9712 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  517. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.742 DEBUG 9712 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  518. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.743 DEBUG 9712 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  519. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.751 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  520. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.751 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  521. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.752 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  522. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.762 DEBUG 9712 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  523. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.773 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  524. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.774 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  525. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.775 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  526. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.792 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  527. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.793 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  528. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.794 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  529. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:25.813 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  530. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:26.203 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  531. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:26.204 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  532. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:26.220 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  533. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:32.115 DEBUG 9712 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REMARK = ?)
  534. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:32.116 DEBUG 9712 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), null
  535. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:32.133 DEBUG 9712 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  536. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.603 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.CompareRecordsMapper.selectList ==> Preparing: SELECT ID,PATENT_NO,POSITION,FIELDS,CONTENT,PERSON_ID,PARESING_PROCESS,FILE_PATH,REPORT_ID,TASK_ID FROM COMPARE_RECORDS WHERE (REPORT_ID = ? AND PATENT_NO = ?)
  537. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.604 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.CompareRecordsMapper.selectList ==> Parameters: 60(Integer), CN107249363A(String)
  538. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.623 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.CompareRecordsMapper.selectList <== Total: 3
  539. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.629 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoRecordsFeatureMapper.selectList ==> Preparing: SELECT ID,RECORDS_ID,FEATURE_ID,COM_RESULT FROM ASSO_RECORDS_FEATURES WHERE (RECORDS_ID IN (?,?,?))
  540. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.630 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoRecordsFeatureMapper.selectList ==> Parameters: 1(Integer), 8(Integer), 12(Integer)
  541. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.648 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoRecordsFeatureMapper.selectList <== Total: 5
  542. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.657 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.FeatureMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,CONTENT_OUT,CONTENT,RIGHT_ID,PARTNER_ID,IS_FINAL,REPORT_ID,EXPLAIN_TEXT,SPLIT_BY,RIGHT_NAME,RIGHT_TYPE,FEATURES_ORDER FROM FEATURES WHERE (ID IN (?,?,?,?,?))
  543. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.658 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.FeatureMapper.selectList ==> Parameters: 3036(Integer), 3025(Integer), 3030(Integer), 3025(Integer), 3028(Integer)
  544. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.676 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.FeatureMapper.selectList <== Total: 4
  545. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.688 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.CompareFilesMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,PATENT_NO,REMARK,STATE FROM COMPARE_FILES WHERE (PATENT_NO IN (?) AND REPORT_ID = ?)
  546. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.688 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.CompareFilesMapper.selectList ==> Parameters: CN107249363A(String), 60(Integer)
  547. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.706 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.CompareFilesMapper.selectList <== Total: 1
  548. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.744 DEBUG 9712 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  549. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.744 DEBUG 9712 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  550. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.765 DEBUG 9712 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  551. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.768 DEBUG 9712 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  552. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.769 DEBUG 9712 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  553. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.815 DEBUG 9712 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  554. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.857 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  555. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.857 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 154(Integer), 0(Integer), 59(Integer)
  556. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:39.874 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 4
  557. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:41.090 DEBUG 9712 [http-nio-8885-exec-1] cn.cslg.report.mapper.CompareRecordsMapper.selectList ==> Preparing: SELECT ID,PATENT_NO,POSITION,FIELDS,CONTENT,PERSON_ID,PARESING_PROCESS,FILE_PATH,REPORT_ID,TASK_ID FROM COMPARE_RECORDS WHERE (REPORT_ID = ? AND PATENT_NO = ?)
  558. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:41.091 DEBUG 9712 [http-nio-8885-exec-1] cn.cslg.report.mapper.CompareRecordsMapper.selectList ==> Parameters: 60(Integer), CN209628640U(String)
  559. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:41.107 DEBUG 9712 [http-nio-8885-exec-1] cn.cslg.report.mapper.CompareRecordsMapper.selectList <== Total: 0
  560. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:42.745 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM PATENT_REFERENCES WHERE (PATENT_NO = ?)
  561. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:42.745 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReferencesMapper.selectPage_mpCount ==> Parameters: CN209628640U(String)
  562. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:42.763 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReferencesMapper.selectPage_mpCount <== Total: 1
  563. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:44.780 DEBUG 9712 [http-nio-8885-exec-4] cn.cslg.report.mapper.InvalidRecordMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM INVALID_RECORD WHERE (PATENT_NO = ?)
  564. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:44.780 DEBUG 9712 [http-nio-8885-exec-4] cn.cslg.report.mapper.InvalidRecordMapper.selectPage_mpCount ==> Parameters: CN209628640U(String)
  565. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:44.797 DEBUG 9712 [http-nio-8885-exec-4] cn.cslg.report.mapper.InvalidRecordMapper.selectPage_mpCount <== Total: 1
  566. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:45.039 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.LitigationHistoryMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM LITIGATION_HISTORY WHERE (PATENT_NO = ?)
  567. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:45.039 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.LitigationHistoryMapper.selectPage_mpCount ==> Parameters: CN209628640U(String)
  568. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:45.056 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.LitigationHistoryMapper.selectPage_mpCount <== Total: 1
  569. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:45.507 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReviewHistoryMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REVIEW_HISTORY WHERE (PATENT_NO = ?)
  570. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:45.508 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReviewHistoryMapper.selectPage_mpCount ==> Parameters: CN209628640U(String)
  571. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:45.525 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReviewHistoryMapper.selectPage_mpCount <== Total: 1
  572. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.783 DEBUG 9712 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD ORDER BY ID DESC
  573. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.784 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (REPORT_ID = ?)
  574. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.784 DEBUG 9712 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters:
  575. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.784 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 60(Integer)
  576. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.801 DEBUG 9712 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 10
  577. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.804 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 6
  578. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.812 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ? AND CID = ?)
  579. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.812 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: null, 60(Integer), 4739(Integer)
  580. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.832 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  581. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.840 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ? AND CID = ?)
  582. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.840 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: null, 60(Integer), 4742(Integer)
  583. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.859 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  584. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.860 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ? AND CID = ?)
  585. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.860 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: null, 60(Integer), 4743(Integer)
  586. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.879 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  587. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.886 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ? AND CID = ?)
  588. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.886 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: null, 60(Integer), 4746(Integer)
  589. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.905 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  590. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.911 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ? AND CID = ?)
  591. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.911 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: null, 60(Integer), 4747(Integer)
  592. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.930 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  593. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.931 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Preparing: SELECT ID,FID AS optionId,CID AS fieldId,TYPE,PATENT_NO,REPORT_ID,USER_ID AS createBy FROM OS_PATENT_FIELD_PATENT_LINK WHERE (PATENT_NO = ? AND REPORT_ID = ? AND CID = ?)
  594. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.931 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList ==> Parameters: null, 60(Integer), 4748(Integer)
  595. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:48.951 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldPatentLinkMapper.selectList <== Total: 0
  596. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.042 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  597. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.043 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4751(Integer)
  598. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.064 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 2
  599. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.135 DEBUG 9712 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  600. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.135 DEBUG 9712 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  601. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.136 DEBUG 9712 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4750(Integer)
  602. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.136 DEBUG 9712 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4747(Integer)
  603. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.155 DEBUG 9712 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 4
  604. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.156 DEBUG 9712 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  605. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.157 DEBUG 9712 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4748(Integer)
  606. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.157 DEBUG 9712 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 3
  607. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.159 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  608. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.159 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4749(Integer)
  609. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.174 DEBUG 9712 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 0
  610. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.181 DEBUG 9712 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 5
  611. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.271 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  612. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.272 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4746(Integer)
  613. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.293 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 0
  614. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.385 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId FROM OS_PATENT_FILED_OPTION WHERE (CID = ?)
  615. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.386 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList ==> Parameters: 4743(Integer)
  616. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.407 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldOptionMapper.selectList <== Total: 2
  617. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.482 DEBUG 9712 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  618. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.482 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  619. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.483 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4742(Integer)
  620. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.483 DEBUG 9712 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4739(Integer)
  621. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.491 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  622. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.492 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4728(Integer)
  623. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.502 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 2
  624. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.503 DEBUG 9712 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 4
  625. [rms:0.0.0.0:8885] [,] 2022-12-07 09:30:49.508 DEBUG 9712 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 0
  626. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.164 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  627. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.164 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  628. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.167 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  629. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.167 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  630. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.182 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  631. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.182 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  632. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.183 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  633. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.188 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  634. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.189 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  635. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.189 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  636. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.201 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  637. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.202 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  638. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.202 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  639. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.209 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  640. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.219 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  641. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.220 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  642. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.220 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  643. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.238 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  644. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.261 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  645. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.261 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  646. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:15.277 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  647. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.473 DEBUG 9712 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  648. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.474 DEBUG 9712 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  649. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.482 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  650. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.482 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  651. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.494 DEBUG 9712 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  652. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.494 DEBUG 9712 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  653. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.495 DEBUG 9712 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  654. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.499 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  655. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.500 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  656. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.500 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  657. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.514 DEBUG 9712 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  658. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.518 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  659. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.519 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  660. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.519 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  661. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.536 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  662. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.537 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  663. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.537 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  664. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.554 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  665. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.576 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  666. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.577 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  667. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:27.594 DEBUG 9712 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  668. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:32.257 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REMARK = ?)
  669. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:32.257 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), null
  670. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:32.274 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  671. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:48.628 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ? )
  672. [rms:0.0.0.0:8885] [,] 2022-12-07 09:31:48.631 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 测试(String), 2022-12-07 09:31:48.609(Timestamp), 114(Integer), 1(String)
  673. [rms:0.0.0.0:8885] [,] 2022-12-07 09:32:37.600 DEBUG 9712 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REMARK = ?)
  674. [rms:0.0.0.0:8885] [,] 2022-12-07 09:32:37.600 DEBUG 9712 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), null
  675. [rms:0.0.0.0:8885] [,] 2022-12-07 09:32:37.634 DEBUG 9712 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  676. [rms:0.0.0.0:8885] [,] 2022-12-07 09:32:49.650 DEBUG 9712 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ? )
  677. [rms:0.0.0.0:8885] [,] 2022-12-07 09:32:49.651 DEBUG 9712 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 测试(String), 2022-12-07 09:32:49.631(Timestamp), 114(Integer), 1(String)
  678. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.001 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  679. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.001 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  680. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.022 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  681. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.023 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  682. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.023 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  683. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.029 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  684. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.029 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  685. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.044 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  686. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.045 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  687. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.045 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  688. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.050 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  689. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.051 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  690. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.051 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  691. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.062 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  692. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.063 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  693. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.063 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  694. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.071 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  695. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.080 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  696. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.102 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  697. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.103 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  698. [rms:0.0.0.0:8885] [,] 2022-12-07 09:34:37.120 DEBUG 9712 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  699. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.217 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  700. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.217 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  701. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.224 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  702. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.224 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  703. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.239 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  704. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.239 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  705. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.240 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  706. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.241 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  707. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.241 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  708. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.241 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  709. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.259 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  710. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.259 DEBUG 9712 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  711. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.260 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  712. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.260 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  713. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.277 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  714. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.278 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  715. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.278 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  716. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.295 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  717. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.317 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  718. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.317 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  719. [rms:0.0.0.0:8885] [,] 2022-12-07 09:35:36.334 DEBUG 9712 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  720. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.445 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  721. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.475 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  722. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.531 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  723. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.631 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  724. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.637 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  725. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.641 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  726. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.643 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  727. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.662 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  728. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.664 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  729. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.671 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  730. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.678 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  731. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.733 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  732. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.751 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  733. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.756 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  734. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.781 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  735. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.799 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  736. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:37.803 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  737. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:42.304 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  738. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:57.964 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  739. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:57.965 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  740. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:57.983 DEBUG 18584 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  741. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:57.998 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  742. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:57.998 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  743. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.015 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  744. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.015 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  745. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.016 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  746. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.021 DEBUG 18584 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  747. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.021 DEBUG 18584 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  748. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.035 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  749. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.036 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  750. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.036 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  751. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.039 DEBUG 18584 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  752. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.040 DEBUG 18584 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  753. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.040 DEBUG 18584 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  754. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.055 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  755. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.056 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  756. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.057 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  757. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.059 DEBUG 18584 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  758. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.075 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  759. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.096 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  760. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.097 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  761. [rms:0.0.0.0:8885] [,] 2022-12-07 09:36:58.113 DEBUG 18584 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  762. [rms:0.0.0.0:8885] [,] 2022-12-07 09:37:02.336 DEBUG 18584 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REMARK = ?)
  763. [rms:0.0.0.0:8885] [,] 2022-12-07 09:37:02.336 DEBUG 18584 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), null
  764. [rms:0.0.0.0:8885] [,] 2022-12-07 09:37:02.355 DEBUG 18584 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  765. [rms:0.0.0.0:8885] [,] 2022-12-07 09:38:14.330 DEBUG 1460 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ? )
  766. [rms:0.0.0.0:8885] [,] 2022-12-07 09:38:14.370 DEBUG 1460 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 测试(String), 2022-12-07 09:37:35.763(Timestamp), 114(Integer), 1(String)
  767. [rms:0.0.0.0:8885] [,] 2022-12-07 09:38:51.822 DEBUG 10888 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM OS_PATENT_FIELD WHERE (NAME LIKE ?)
  768. [rms:0.0.0.0:8885] [,] 2022-12-07 09:38:51.845 DEBUG 10888 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectPage_mpCount ==> Parameters: %%(String)
  769. [rms:0.0.0.0:8885] [,] 2022-12-07 09:38:51.880 DEBUG 10888 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectPage_mpCount <== Total: 1
  770. [rms:0.0.0.0:8885] [,] 2022-12-07 09:38:51.884 DEBUG 10888 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectPage ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (NAME LIKE ?) ORDER BY ID DESC LIMIT ?
  771. [rms:0.0.0.0:8885] [,] 2022-12-07 09:38:51.886 DEBUG 10888 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectPage ==> Parameters: %%(String), 10(Long)
  772. [rms:0.0.0.0:8885] [,] 2022-12-07 09:38:51.906 DEBUG 10888 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectPage <== Total: 10
  773. [rms:0.0.0.0:8885] [,] 2022-12-07 09:38:51.907 DEBUG 10888 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM OS_PATENT_FIELD WHERE (NAME LIKE ?) ORDER BY ID DESC
  774. [rms:0.0.0.0:8885] [,] 2022-12-07 09:38:51.907 DEBUG 10888 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectCount ==> Parameters: %%(String)
  775. [rms:0.0.0.0:8885] [,] 2022-12-07 09:38:51.924 DEBUG 10888 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldMapper.selectCount <== Total: 1
  776. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:02.435 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REMARK = ?)
  777. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:02.437 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), null
  778. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:02.455 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  779. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.081 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (NAME = ? AND REPORT_ID = ?)
  780. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.082 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 测试5(String), 74(Integer)
  781. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.099 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 0
  782. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.448 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldMapper.insert ==> Preparing: INSERT INTO OS_PATENT_FIELD ( NAME, PTYPE, TYPE, STATUS, REMARK, CID, REPORT_ID ) VALUES ( ?, ?, ?, ?, ?, ?, ? )
  783. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.449 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldMapper.insert ==> Parameters: 测试5(String), 2(Integer), 6(Integer), 1(Integer), (String), 154(Integer), 74(Integer)
  784. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.484 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldMapper.insert <== Updates: 1
  785. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.813 DEBUG 10888 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM OS_PATENT_FIELD WHERE (NAME LIKE ?)
  786. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.814 DEBUG 10888 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectPage_mpCount ==> Parameters: %%(String)
  787. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.831 DEBUG 10888 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectPage_mpCount <== Total: 1
  788. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.831 DEBUG 10888 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectPage ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (NAME LIKE ?) ORDER BY ID DESC LIMIT ?
  789. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.832 DEBUG 10888 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectPage ==> Parameters: %%(String), 10(Long)
  790. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.851 DEBUG 10888 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectPage <== Total: 10
  791. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.852 DEBUG 10888 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM OS_PATENT_FIELD WHERE (NAME LIKE ?) ORDER BY ID DESC
  792. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.852 DEBUG 10888 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectCount ==> Parameters: %%(String)
  793. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:10.869 DEBUG 10888 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectCount <== Total: 1
  794. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:15.167 DEBUG 10888 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ? )
  795. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:15.170 DEBUG 10888 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 测试(String), 2022-12-07 09:39:15.148(Timestamp), 114(Integer), 1(String)
  796. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.480 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  797. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.480 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  798. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.497 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  799. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.498 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  800. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.498 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  801. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.516 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  802. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.526 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  803. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.527 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  804. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.544 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  805. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.550 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  806. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.550 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  807. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.568 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  808. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.599 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  809. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.599 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  810. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.616 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  811. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.652 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  812. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.654 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  813. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.673 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  814. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.683 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  815. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.684 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  816. [rms:0.0.0.0:8885] [,] 2022-12-07 09:39:27.703 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  817. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.343 DEBUG 10888 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  818. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.344 DEBUG 10888 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  819. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.346 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  820. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.347 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  821. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.362 DEBUG 10888 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  822. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.363 DEBUG 10888 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  823. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.364 DEBUG 10888 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  824. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.366 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  825. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.367 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  826. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.367 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  827. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.381 DEBUG 10888 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  828. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.387 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  829. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.388 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  830. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.389 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  831. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.410 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  832. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.416 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  833. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.418 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  834. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.445 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  835. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.486 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  836. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.487 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  837. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:15.505 DEBUG 10888 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  838. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:19.875 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REMARK = ?)
  839. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:19.876 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), null
  840. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:19.893 DEBUG 10888 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  841. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:29.579 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  842. [rms:0.0.0.0:8885] [,] 2022-12-07 09:40:29.580 DEBUG 10888 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试(String), 2022-12-07 09:40:29.561(Timestamp), 114(Integer), 1(String)
  843. [rms:0.0.0.0:8885] [,] 2022-12-07 09:41:28.020 DEBUG 15616 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  844. [rms:0.0.0.0:8885] [,] 2022-12-07 09:41:28.040 DEBUG 15616 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4752(Integer)
  845. [rms:0.0.0.0:8885] [,] 2022-12-07 09:41:28.075 DEBUG 15616 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 0
  846. [rms:0.0.0.0:8885] [,] 2022-12-07 09:41:44.440 DEBUG 15616 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  847. [rms:0.0.0.0:8885] [,] 2022-12-07 09:41:44.455 DEBUG 15616 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试(String), 2022-12-07 09:41:27.864(Timestamp), 114(Integer), 1(String)
  848. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.335 DEBUG 15616 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD WHERE (REPORT_ID = ?)
  849. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.336 DEBUG 15616 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters: 60(Integer)
  850. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.373 DEBUG 15616 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 6
  851. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.399 DEBUG 15616 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ? AND SID = ? AND NAME = ?)
  852. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.400 DEBUG 15616 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4752(Integer), 0(Integer), 测试5(String)
  853. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.417 DEBUG 15616 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 0
  854. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.421 DEBUG 15616 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.insert ==> Preparing: INSERT INTO OS_PATENT_FIELD_TREE ( NAME, CID, SID, `ORDER`, REPORT_ID ) VALUES ( ?, ?, ?, ?, ? )
  855. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.421 DEBUG 15616 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.insert ==> Parameters: 测试5(String), 4752(Integer), 0(Integer), 0(Integer), 74(Integer)
  856. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.454 DEBUG 15616 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.insert <== Updates: 1
  857. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.457 DEBUG 15616 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectById ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE ID=?
  858. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.457 DEBUG 15616 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectById ==> Parameters: 0(Integer)
  859. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.475 DEBUG 15616 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectById <== Total: 0
  860. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.478 DEBUG 15616 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.updateById ==> Preparing: UPDATE OS_PATENT_FIELD_TREE SET NAME=?, CID=?, SID=?, ZID=?, LEVEL=?, `ORDER`=?, PATH=?, REPORT_ID=? WHERE ID=?
  861. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.479 DEBUG 15616 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.updateById ==> Parameters: 测试5(String), 4752(Integer), 0(Integer), 9969(Integer), 1(Integer), 0(Integer), 9969(String), 74(Integer), 9969(Integer)
  862. [rms:0.0.0.0:8885] [,] 2022-12-07 09:43:35.512 DEBUG 15616 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.updateById <== Updates: 1
  863. [rms:0.0.0.0:8885] [,] 2022-12-07 09:47:31.543 DEBUG 12128 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  864. [rms:0.0.0.0:8885] [,] 2022-12-07 09:47:31.563 DEBUG 12128 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试(String), 2022-12-07 09:47:30.97(Timestamp), 114(Integer), 1(String)
  865. [rms:0.0.0.0:8885] [,] 2022-12-07 09:47:31.602 DEBUG 12128 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.insert <== Updates: 1
  866. [rms:0.0.0.0:8885] [,] 2022-12-07 09:47:42.207 DEBUG 12128 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  867. [rms:0.0.0.0:8885] [,] 2022-12-07 09:47:42.208 DEBUG 12128 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试(String), 2022-12-07 09:47:42.189(Timestamp), 114(Integer), 1(String)
  868. [rms:0.0.0.0:8885] [,] 2022-12-07 09:47:42.243 DEBUG 12128 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.insert <== Updates: 1
  869. [rms:0.0.0.0:8885] [,] 2022-12-07 09:48:14.285 DEBUG 10516 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  870. [rms:0.0.0.0:8885] [,] 2022-12-07 09:48:14.304 DEBUG 10516 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试(String), 2022-12-07 09:48:13.698(Timestamp), 114(Integer), 1(String)
  871. [rms:0.0.0.0:8885] [,] 2022-12-07 09:48:14.341 DEBUG 10516 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.insert <== Updates: 1
  872. [rms:0.0.0.0:8885] [,] 2022-12-07 09:50:31.156 DEBUG 8004 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  873. [rms:0.0.0.0:8885] [,] 2022-12-07 09:50:31.176 DEBUG 8004 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试(String), 2022-12-07 09:50:30.564(Timestamp), 114(Integer), 1(String)
  874. [rms:0.0.0.0:8885] [,] 2022-12-07 09:50:31.215 DEBUG 8004 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.insert <== Updates: 1
  875. [rms:0.0.0.0:8885] [,] 2022-12-07 09:51:48.123 DEBUG 8768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  876. [rms:0.0.0.0:8885] [,] 2022-12-07 09:51:48.147 DEBUG 8768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试(String), 2022-12-07 09:51:47.429(Timestamp), 114(Integer), 1(String)
  877. [rms:0.0.0.0:8885] [,] 2022-12-07 09:51:48.188 DEBUG 8768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.insert <== Updates: 1
  878. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.259 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  879. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.278 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  880. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.316 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  881. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.320 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  882. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.321 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  883. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.344 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  884. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.355 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  885. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.356 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  886. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.376 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  887. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.383 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  888. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.384 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  889. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.384 DEBUG 6188 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  890. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.384 DEBUG 6188 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  891. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.402 DEBUG 6188 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  892. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.402 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  893. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.405 DEBUG 6188 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  894. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.406 DEBUG 6188 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  895. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:02.423 DEBUG 6188 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  896. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:03.435 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  897. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:03.435 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  898. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:03.453 DEBUG 6188 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  899. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:07.956 DEBUG 6188 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REMARK = ?)
  900. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:07.956 DEBUG 6188 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), null
  901. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:07.974 DEBUG 6188 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  902. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:27.824 DEBUG 6188 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  903. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:27.837 DEBUG 6188 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试(String), 2022-12-07 09:52:27.796(Timestamp), 114(Integer), 1(String)
  904. [rms:0.0.0.0:8885] [,] 2022-12-07 09:52:27.874 DEBUG 6188 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.insert <== Updates: 1
  905. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:21.235 DEBUG 6188 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  906. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:21.235 DEBUG 6188 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试(String), 2022-12-07 09:53:21.215(Timestamp), 114(Integer), 1(String)
  907. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:21.272 DEBUG 6188 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.insert <== Updates: 1
  908. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:43.787 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  909. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:43.810 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试(String), 2022-12-07 09:53:43.157(Timestamp), 114(Integer), 1(String)
  910. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:43.847 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.insert <== Updates: 1
  911. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:45.656 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.insert ==> Preparing: INSERT INTO REPORT_FILE ( NAME, FILE_NAME, ADDRESS, UID, SIZE, SUFFIX ) VALUES ( ?, ?, ?, ?, ?, ? )
  912. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:45.657 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.insert ==> Parameters: 需求表(String), 68a8349706614c278d2195aa9adb1885.xlsx(String), \20221207\68a8349706614c278d2195aa9adb1885.xlsx(String), 114(Integer), 11236(Integer), xlsx(String)
  913. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:45.699 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.insert ==> Preparing: INSERT INTO ASSO_REPORT_FILE ( REPORT_ID, FILE_TYPE, FILE_ID ) VALUES ( ?, ?, ? )
  914. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:45.700 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.insert ==> Parameters: 62(Integer), 0(Integer), 1575(Integer)
  915. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:45.888 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REMARK = ?)
  916. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:45.889 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), null
  917. [rms:0.0.0.0:8885] [,] 2022-12-07 09:53:45.911 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  918. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.397 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  919. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.397 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  920. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.414 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  921. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.417 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  922. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.418 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  923. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.440 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  924. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.443 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  925. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.444 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  926. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.462 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 11
  927. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.464 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?))
  928. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.464 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer)
  929. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.482 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 11
  930. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.512 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  931. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.512 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  932. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.531 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  933. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.573 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  934. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.573 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  935. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.592 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  936. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.594 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  937. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.594 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  938. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:55.612 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  939. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.771 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  940. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.771 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  941. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.775 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  942. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.775 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  943. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.791 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  944. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.792 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  945. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.792 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  946. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.793 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  947. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.794 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  948. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.794 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  949. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.809 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  950. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.814 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  951. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.816 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  952. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.816 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  953. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.835 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 11
  954. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.836 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?))
  955. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.836 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer)
  956. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.857 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 11
  957. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.879 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  958. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.879 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  959. [rms:0.0.0.0:8885] [,] 2022-12-07 09:56:57.898 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  960. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.518 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  961. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.519 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  962. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.527 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  963. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.527 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  964. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.537 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  965. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.538 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  966. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.539 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  967. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.545 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  968. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.545 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  969. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.546 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  970. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.555 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  971. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.565 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  972. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.566 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  973. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.566 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  974. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.584 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 11
  975. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.586 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?))
  976. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.586 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer)
  977. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.604 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 11
  978. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.627 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  979. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.627 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  980. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:00.646 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  981. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.027 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  982. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.027 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  983. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.034 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  984. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.034 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  985. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.044 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  986. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.045 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  987. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.046 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  988. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.053 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  989. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.054 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  990. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.055 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  991. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.062 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  992. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.074 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  993. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.075 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  994. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.076 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  995. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.093 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 11
  996. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.094 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?))
  997. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.095 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer)
  998. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.114 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 11
  999. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.137 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1000. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.137 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1001. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:11.154 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1002. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.314 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1003. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.314 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1004. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.321 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1005. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.321 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1006. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.331 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1007. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.332 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1008. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.333 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1009. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.340 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1010. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.340 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1011. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.341 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1012. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.350 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1013. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.359 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1014. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.360 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1015. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.361 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  1016. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.378 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 11
  1017. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.380 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?))
  1018. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.380 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer)
  1019. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.399 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 11
  1020. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.421 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1021. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.421 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1022. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:14.439 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1023. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.535 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1024. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.535 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1025. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.541 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1026. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.542 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1027. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.553 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1028. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.554 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1029. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.555 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1030. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.560 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1031. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.560 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1032. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.560 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1033. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.571 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1034. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.579 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1035. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.580 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1036. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.580 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  1037. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.598 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 11
  1038. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.599 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?))
  1039. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.599 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer)
  1040. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.618 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 11
  1041. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.640 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1042. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.640 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1043. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:23.658 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1044. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.384 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1045. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.384 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1046. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.393 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1047. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.393 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1048. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.403 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1049. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.404 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1050. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.404 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1051. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.411 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1052. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.411 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1053. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.412 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1054. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.421 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1055. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.430 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1056. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.431 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1057. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.432 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  1058. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.451 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 11
  1059. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.455 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?))
  1060. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.456 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer)
  1061. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.475 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 11
  1062. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.497 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1063. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.497 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1064. [rms:0.0.0.0:8885] [,] 2022-12-07 09:57:25.515 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1065. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.613 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?) ORDER BY ID DESC
  1066. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.614 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 72(Integer)
  1067. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.632 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1068. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.634 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?))
  1069. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.634 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 72(Integer)
  1070. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.652 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1071. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.655 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  1072. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.655 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1569(Integer), 1570(Integer)
  1073. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.675 DEBUG 13260 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  1074. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.810 DEBUG 13260 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1075. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.810 DEBUG 13260 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1076. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.828 DEBUG 13260 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1077. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.829 DEBUG 13260 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1078. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.829 DEBUG 13260 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1079. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:41.847 DEBUG 13260 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1080. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.149 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD ORDER BY ID DESC
  1081. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.149 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters:
  1082. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.152 DEBUG 13260 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Preparing: SELECT ID,TASK_ID,TASK_TYPE,PERSON_ID AS personelId,PERSON_TYPE AS personelType,REPORT_ID,PATENT_NO,STATE FROM ASSO_TASK_PERSONEL WHERE (TASK_ID = ? AND STATE = ?)
  1083. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.152 DEBUG 13260 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: null, 0(Integer)
  1084. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.168 DEBUG 13260 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 11
  1085. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.171 DEBUG 13260 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 0
  1086. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.177 DEBUG 13260 [http-nio-8885-exec-9] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,TASK_NAME,REPORT_ID,IMPORT_COUNT,CREATE_DATE,FINISH_TIME,CREATE_USER_ID,CREATE_USER_NAME,FILE_PATH,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  1087. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.177 DEBUG 13260 [http-nio-8885-exec-9] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  1088. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.195 DEBUG 13260 [http-nio-8885-exec-9] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  1089. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.196 DEBUG 13260 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectById ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE ID=?
  1090. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.196 DEBUG 13260 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  1091. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.213 DEBUG 13260 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  1092. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.514 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  1093. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.514 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  1094. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.514 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4728(Integer)
  1095. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.514 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4742(Integer)
  1096. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.531 DEBUG 13260 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 0
  1097. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.532 DEBUG 13260 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  1098. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.532 DEBUG 13260 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4749(Integer)
  1099. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.532 DEBUG 13260 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 2
  1100. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.533 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  1101. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.533 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4752(Integer)
  1102. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.548 DEBUG 13260 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 5
  1103. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.548 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  1104. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.548 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4739(Integer)
  1105. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.550 DEBUG 13260 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 1
  1106. [rms:0.0.0.0:8885] [,] 2022-12-07 09:59:44.566 DEBUG 13260 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 4
  1107. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.658 DEBUG 12760 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1108. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.696 DEBUG 12760 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1109. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.733 DEBUG 12760 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1110. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.782 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1111. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.782 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1112. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.800 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1113. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.802 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1114. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.803 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1115. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.826 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1116. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.833 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1117. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.834 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  1118. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.851 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 11
  1119. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.858 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?))
  1120. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.859 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer)
  1121. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.877 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 11
  1122. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.928 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1123. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.929 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1124. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.947 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1125. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.983 DEBUG 12760 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1126. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:24.983 DEBUG 12760 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1127. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:25.001 DEBUG 12760 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1128. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:28.091 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1129. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:28.091 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1130. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:28.110 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1131. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:28.111 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1132. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:28.111 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1133. [rms:0.0.0.0:8885] [,] 2022-12-07 10:06:28.130 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 8
  1134. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.130 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1135. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.130 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1136. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.151 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1137. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.153 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1138. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.154 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1139. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.187 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1140. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.190 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1141. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.190 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 76(Integer), 75(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer)
  1142. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.213 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  1143. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.215 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  1144. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.216 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1145. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.238 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  1146. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.262 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1147. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.263 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1148. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.282 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1149. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.304 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1150. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.305 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1151. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.323 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1152. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.324 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1153. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.325 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1154. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:50.344 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1155. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.903 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1156. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.904 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1157. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.906 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1158. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.906 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1159. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.923 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1160. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.923 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1161. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.924 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1162. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.924 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1163. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.925 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1164. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.925 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1165. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.943 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1166. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.944 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1167. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.944 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1168. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.945 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 76(Integer), 75(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer)
  1169. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.962 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  1170. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.963 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  1171. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.964 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1172. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:58.983 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  1173. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:59.007 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1174. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:59.007 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1175. [rms:0.0.0.0:8885] [,] 2022-12-07 10:25:59.026 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1176. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.724 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1177. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.724 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1178. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.725 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1179. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.725 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1180. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.742 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1181. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.743 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1182. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.743 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1183. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.744 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1184. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.745 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1185. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.745 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1186. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.762 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1187. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.763 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1188. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.763 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 76(Integer), 75(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer)
  1189. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.765 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1190. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.780 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  1191. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.781 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  1192. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.781 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1193. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.799 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  1194. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.823 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1195. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.823 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1196. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:23.841 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1197. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.669 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1198. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.669 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1199. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.670 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1200. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.670 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1201. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.688 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1202. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.689 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1203. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.689 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1204. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.690 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1205. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.691 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1206. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.692 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1207. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.707 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1208. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.708 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1209. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.709 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 76(Integer), 75(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer)
  1210. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.711 DEBUG 12760 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1211. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.727 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  1212. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.728 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  1213. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.728 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1214. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.746 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  1215. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.770 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1216. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.770 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1217. [rms:0.0.0.0:8885] [,] 2022-12-07 10:26:27.788 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1218. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.139 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1219. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.139 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1220. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.157 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1221. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.158 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1222. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.159 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1223. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.179 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1224. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.181 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1225. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.181 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 76(Integer), 75(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer)
  1226. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.199 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  1227. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.200 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  1228. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.200 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1229. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.219 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  1230. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.245 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1231. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.246 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1232. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.264 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1233. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.299 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1234. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.299 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1235. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.316 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1236. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.318 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1237. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.319 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1238. [rms:0.0.0.0:8885] [,] 2022-12-07 10:36:58.336 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1239. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.591 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1240. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.592 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1241. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.594 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1242. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.595 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1243. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.609 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1244. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.610 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1245. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.610 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1246. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.612 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1247. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.614 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1248. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.614 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1249. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.630 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1250. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.631 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1251. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.631 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 76(Integer), 75(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer)
  1252. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.632 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1253. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.648 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  1254. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.650 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  1255. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.650 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1256. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.668 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  1257. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.690 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1258. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.690 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1259. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:03.708 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1260. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.513 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.CompareRecordsMapper.selectList ==> Preparing: SELECT ID,PATENT_NO,POSITION,FIELDS,CONTENT,PERSON_ID,PARESING_PROCESS,FILE_PATH,REPORT_ID,TASK_ID FROM COMPARE_RECORDS WHERE (REPORT_ID = ? AND PATENT_NO = ?)
  1261. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.514 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.CompareRecordsMapper.selectList ==> Parameters: 60(Integer), CN107249363A(String)
  1262. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.533 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.CompareRecordsMapper.selectList <== Total: 3
  1263. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.539 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoRecordsFeatureMapper.selectList ==> Preparing: SELECT ID,RECORDS_ID,FEATURE_ID,COM_RESULT FROM ASSO_RECORDS_FEATURES WHERE (RECORDS_ID IN (?,?,?))
  1264. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.539 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoRecordsFeatureMapper.selectList ==> Parameters: 1(Integer), 8(Integer), 12(Integer)
  1265. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.557 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoRecordsFeatureMapper.selectList <== Total: 5
  1266. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.564 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.FeatureMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,CONTENT_OUT,CONTENT,RIGHT_ID,PARTNER_ID,IS_FINAL,REPORT_ID,EXPLAIN_TEXT,SPLIT_BY,RIGHT_NAME,RIGHT_TYPE,FEATURES_ORDER FROM FEATURES WHERE (ID IN (?,?,?,?,?))
  1267. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.564 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.FeatureMapper.selectList ==> Parameters: 3036(Integer), 3025(Integer), 3030(Integer), 3025(Integer), 3028(Integer)
  1268. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.584 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.FeatureMapper.selectList <== Total: 4
  1269. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.592 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.CompareFilesMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,PATENT_NO,REMARK,STATE FROM COMPARE_FILES WHERE (PATENT_NO IN (?) AND REPORT_ID = ?)
  1270. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.593 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.CompareFilesMapper.selectList ==> Parameters: CN107249363A(String), 60(Integer)
  1271. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.610 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.CompareFilesMapper.selectList <== Total: 1
  1272. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.653 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1273. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.654 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1274. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.671 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1275. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.672 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1276. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.672 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1277. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.689 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1278. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.840 DEBUG 12760 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  1279. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.841 DEBUG 12760 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 154(Integer), 0(Integer), 59(Integer)
  1280. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:27.858 DEBUG 12760 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 4
  1281. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:28.687 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.CompareRecordsMapper.selectList ==> Preparing: SELECT ID,PATENT_NO,POSITION,FIELDS,CONTENT,PERSON_ID,PARESING_PROCESS,FILE_PATH,REPORT_ID,TASK_ID FROM COMPARE_RECORDS WHERE (REPORT_ID = ? AND PATENT_NO = ?)
  1282. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:28.687 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.CompareRecordsMapper.selectList ==> Parameters: 60(Integer), CN208096006U(String)
  1283. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:28.708 DEBUG 12760 [http-nio-8885-exec-7] cn.cslg.report.mapper.CompareRecordsMapper.selectList <== Total: 0
  1284. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:32.575 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.LitigationHistoryMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM LITIGATION_HISTORY WHERE (PATENT_NO = ?)
  1285. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:32.576 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.LitigationHistoryMapper.selectPage_mpCount ==> Parameters: CN208096006U(String)
  1286. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:32.593 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.LitigationHistoryMapper.selectPage_mpCount <== Total: 1
  1287. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:32.842 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM PATENT_REFERENCES WHERE (PATENT_NO = ?)
  1288. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:32.842 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReferencesMapper.selectPage_mpCount ==> Parameters: CN208096006U(String)
  1289. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:32.859 DEBUG 12760 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReferencesMapper.selectPage_mpCount <== Total: 1
  1290. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:33.277 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.LitigationHistoryMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM LITIGATION_HISTORY WHERE (PATENT_NO = ?)
  1291. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:33.277 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.LitigationHistoryMapper.selectPage_mpCount ==> Parameters: CN208096006U(String)
  1292. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:33.295 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.LitigationHistoryMapper.selectPage_mpCount <== Total: 1
  1293. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:33.989 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.InvalidRecordMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM INVALID_RECORD WHERE (PATENT_NO = ?)
  1294. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:33.989 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.InvalidRecordMapper.selectPage_mpCount ==> Parameters: CN208096006U(String)
  1295. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:34.006 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.InvalidRecordMapper.selectPage_mpCount <== Total: 1
  1296. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:34.255 DEBUG 12760 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReviewHistoryMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REVIEW_HISTORY WHERE (PATENT_NO = ?)
  1297. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:34.255 DEBUG 12760 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReviewHistoryMapper.selectPage_mpCount ==> Parameters: CN208096006U(String)
  1298. [rms:0.0.0.0:8885] [,] 2022-12-07 10:37:34.274 DEBUG 12760 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReviewHistoryMapper.selectPage_mpCount <== Total: 1
  1299. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.205 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1300. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.206 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1301. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.209 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1302. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.209 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1303. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.224 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1304. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.225 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1305. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.225 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1306. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.227 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1307. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.227 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1308. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.227 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1309. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.243 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1310. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.246 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1311. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.247 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1312. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.248 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 76(Integer), 75(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer)
  1313. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.265 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  1314. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.266 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  1315. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.266 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1316. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.284 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  1317. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.305 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1318. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.305 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1319. [rms:0.0.0.0:8885] [,] 2022-12-07 10:39:43.324 DEBUG 12760 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1320. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.341 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1321. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.341 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1322. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.351 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1323. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.351 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1324. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.358 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1325. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.359 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1326. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.359 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1327. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.369 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1328. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.371 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1329. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.371 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1330. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.377 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1331. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.379 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1332. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.379 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 76(Integer), 75(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer)
  1333. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.388 DEBUG 12760 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1334. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.397 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  1335. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.398 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  1336. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.398 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1337. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.419 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  1338. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.442 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1339. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.443 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1340. [rms:0.0.0.0:8885] [,] 2022-12-07 10:42:01.468 DEBUG 12760 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1341. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.239 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1342. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.240 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1343. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.257 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1344. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.257 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1345. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.258 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1346. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.258 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1347. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.258 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1348. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.276 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1349. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.276 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1350. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.277 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1351. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.277 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1352. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.277 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1353. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.278 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 76(Integer), 75(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer)
  1354. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.295 DEBUG 12760 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1355. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.295 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  1356. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.296 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  1357. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.296 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1358. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.315 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  1359. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.343 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1360. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.343 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1361. [rms:0.0.0.0:8885] [,] 2022-12-07 10:44:01.365 DEBUG 12760 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1362. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:02.205 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1363. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:02.225 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 65(Integer)
  1364. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:02.260 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1365. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:02.285 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1366. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:02.286 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 65(Integer)
  1367. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:02.304 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1368. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.111 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1369. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.111 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1370. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.129 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1371. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.131 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  1372. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.132 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long), 10(Long)
  1373. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.154 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1374. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.161 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1375. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.162 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer), 59(Integer), 58(Integer), 57(Integer), 56(Integer), 55(Integer)
  1376. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.179 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  1377. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.185 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  1378. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.186 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer)
  1379. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.205 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  1380. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.333 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1381. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.334 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1382. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:12.352 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1383. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:17.762 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1384. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:17.763 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 60(Integer)
  1385. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:17.782 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1386. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:17.784 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1387. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:17.784 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 60(Integer)
  1388. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:17.802 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1389. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.179 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?) ORDER BY ID DESC
  1390. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.179 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1391. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.197 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1392. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.199 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?))
  1393. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.199 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer)
  1394. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.216 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  1395. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.217 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  1396. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.218 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer)
  1397. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.236 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  1398. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.305 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1399. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.305 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1400. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.323 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1401. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.325 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1402. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.326 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1403. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:33.343 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1404. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:41.305 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1405. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:41.306 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 61(Integer)
  1406. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:41.326 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1407. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:41.329 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1408. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:41.330 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 61(Integer)
  1409. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:41.348 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1410. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.775 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1411. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.776 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1412. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.794 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1413. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.797 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1414. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.797 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1415. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.815 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1416. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.815 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1417. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.816 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1418. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.834 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 8
  1419. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.836 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?))
  1420. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.836 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1421. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.854 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  1422. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.856 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?))
  1423. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.856 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1424. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.873 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  1425. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.876 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  1426. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.877 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer)
  1427. [rms:0.0.0.0:8885] [,] 2022-12-07 10:59:49.894 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  1428. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.278 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1429. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.278 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1430. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.292 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1431. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.292 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1432. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.295 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1433. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.296 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1434. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.296 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1435. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.311 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1436. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.313 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1437. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.313 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1438. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.317 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1439. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.318 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1440. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.318 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  1441. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.330 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1442. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.336 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 11
  1443. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.337 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?))
  1444. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.337 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer)
  1445. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.356 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 11
  1446. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.378 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1447. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.378 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1448. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:26.396 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1449. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:32.944 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1450. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:32.944 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1451. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:32.962 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1452. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:32.962 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  1453. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:32.962 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long), 10(Long)
  1454. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:32.981 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1455. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:32.983 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1456. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:32.983 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 61(Integer), 60(Integer), 59(Integer), 58(Integer), 57(Integer), 56(Integer), 55(Integer), 54(Integer), 53(Integer), 52(Integer)
  1457. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:33.000 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  1458. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:33.022 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1459. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:33.023 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1460. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:33.041 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1461. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:41.400 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1462. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:41.401 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 60(Integer)
  1463. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:41.419 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1464. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:41.421 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1465. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:41.421 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 60(Integer)
  1466. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:41.439 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1467. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.433 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1468. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.433 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1469. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.450 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1470. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.451 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1471. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.451 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1472. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.470 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1473. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.471 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1474. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.471 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  1475. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.490 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 11
  1476. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.491 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?))
  1477. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.491 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer)
  1478. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.510 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 11
  1479. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.531 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1480. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.532 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1481. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:48.550 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1482. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.029 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1483. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.029 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1484. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.046 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1485. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.048 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1486. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.048 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1487. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.065 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1488. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.066 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1489. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.067 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1490. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.086 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 8
  1491. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.087 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?))
  1492. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.087 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1493. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.105 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  1494. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.106 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?))
  1495. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.106 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1496. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.123 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  1497. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.124 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  1498. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.124 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer)
  1499. [rms:0.0.0.0:8885] [,] 2022-12-07 11:03:52.143 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  1500. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.444 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1501. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.444 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1502. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.462 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1503. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.462 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1504. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.462 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1505. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.462 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1506. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.462 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1507. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.479 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1508. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.480 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1509. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.481 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1510. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.481 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1511. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.482 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1512. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.482 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  1513. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.499 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1514. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.499 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 11
  1515. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.501 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?))
  1516. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.501 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer)
  1517. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.519 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 11
  1518. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.547 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1519. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.548 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1520. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:38.566 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1521. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.809 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1522. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.809 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1523. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.827 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1524. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.831 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1525. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.831 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1526. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.849 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1527. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.849 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1528. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.849 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1529. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.867 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 8
  1530. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.869 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?))
  1531. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.870 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1532. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.887 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  1533. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.888 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?))
  1534. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.889 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1535. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.906 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  1536. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.907 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  1537. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.908 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer)
  1538. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:41.925 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  1539. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.251 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.deleteById ==> Preparing: DELETE FROM REPORT_REFERENCES WHERE ID=?
  1540. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.251 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.deleteById ==> Parameters: 1(Integer)
  1541. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.287 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.deleteById <== Updates: 1
  1542. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.288 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.delete ==> Preparing: DELETE FROM ASSO_REPORT_FILE WHERE (FILE_ID = ?)
  1543. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.289 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.delete ==> Parameters: 1(Integer)
  1544. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.324 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.delete <== Updates: 0
  1545. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.369 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1546. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.370 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1547. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.390 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1548. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.398 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1549. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.398 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1550. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.416 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1551. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.416 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1552. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.416 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1553. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.434 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 7
  1554. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.435 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?))
  1555. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.435 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1556. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.452 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  1557. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.453 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?))
  1558. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.453 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1559. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.471 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  1560. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.472 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  1561. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.472 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer)
  1562. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:48.490 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  1563. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.511 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.deleteById ==> Preparing: DELETE FROM REPORT_REFERENCES WHERE ID=?
  1564. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.512 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.deleteById ==> Parameters: 2(Integer)
  1565. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.548 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.deleteById <== Updates: 1
  1566. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.552 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.delete ==> Preparing: DELETE FROM ASSO_REPORT_FILE WHERE (FILE_ID = ?)
  1567. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.553 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.delete ==> Parameters: 2(Integer)
  1568. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.588 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.delete <== Updates: 0
  1569. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.637 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1570. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.638 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1571. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.658 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1572. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.666 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1573. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.667 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1574. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.685 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1575. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.686 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1576. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.686 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1577. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.704 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 6
  1578. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.705 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?))
  1579. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.706 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1580. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.723 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  1581. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.727 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?))
  1582. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.728 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1583. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.746 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  1584. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.748 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  1585. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.748 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer)
  1586. [rms:0.0.0.0:8885] [,] 2022-12-07 11:04:55.766 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  1587. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.279 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  1588. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.281 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试2(String), 2022-12-07 11:05:38.261(Timestamp), 114(Integer), 1(String)
  1589. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.318 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportReferencesMapper.insert <== Updates: 1
  1590. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.345 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.insert ==> Preparing: INSERT INTO REPORT_FILE ( NAME, FILE_NAME, ADDRESS, UID, SIZE, SUFFIX ) VALUES ( ?, ?, ?, ?, ?, ? )
  1591. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.346 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.insert ==> Parameters: 需求表(String), a95a3a7bd98c42eb9891e20bddb64128.xlsx(String), \20221207\a95a3a7bd98c42eb9891e20bddb64128.xlsx(String), 114(Integer), 11236(Integer), xlsx(String)
  1592. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.383 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.insert ==> Preparing: INSERT INTO ASSO_REPORT_FILE ( REPORT_ID, FILE_TYPE, FILE_ID ) VALUES ( ?, ?, ? )
  1593. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.383 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.insert ==> Parameters: 62(Integer), 0(Integer), 1576(Integer)
  1594. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.477 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1595. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.478 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1596. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.495 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1597. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.497 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1598. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.497 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1599. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.515 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1600. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.515 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1601. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.515 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1602. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.533 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 7
  1603. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.534 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?))
  1604. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.535 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1605. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.552 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1606. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.553 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?))
  1607. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.553 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1608. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.571 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1609. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.572 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  1610. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.572 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer), 1576(Integer)
  1611. [rms:0.0.0.0:8885] [,] 2022-12-07 11:05:38.590 DEBUG 12568 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  1612. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.444 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1613. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.444 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1614. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.461 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1615. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.462 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1616. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.462 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1617. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.463 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1618. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.463 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1619. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.480 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1620. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.480 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1621. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.481 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1622. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.481 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1623. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.481 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1624. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.481 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 78(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer)
  1625. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.498 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1626. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.498 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  1627. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.499 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  1628. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.500 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1629. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.517 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  1630. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.540 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1631. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.540 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1632. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:46.558 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1633. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:50.378 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1634. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:50.378 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 64(Integer)
  1635. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:50.396 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1636. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:50.398 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1637. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:50.398 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 64(Integer)
  1638. [rms:0.0.0.0:8885] [,] 2022-12-07 11:07:50.415 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1639. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.785 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1640. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.785 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1641. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.801 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Preparing: SELECT ID,NAME,PTYPE,TYPE,STATUS,REMARK,CID AS createBy,CREATE_TIME,REPORT_ID,REPORT_TYPE FROM OS_PATENT_FIELD ORDER BY ID DESC
  1642. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.801 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList ==> Parameters:
  1643. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.802 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1644. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.803 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1645. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.818 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1646. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.818 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFieldMapper.selectList <== Total: 11
  1647. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.835 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1648. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.843 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Preparing: SELECT ID,TASK_ID,TASK_TYPE,PERSON_ID AS personelId,PERSON_TYPE AS personelType,REPORT_ID,PATENT_NO,STATE FROM ASSO_TASK_PERSONEL WHERE (TASK_ID = ? AND STATE = ?)
  1649. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.844 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: null, 0(Integer)
  1650. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.855 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  1651. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.855 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4749(Integer)
  1652. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.859 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 0
  1653. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.866 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,TASK_NAME,REPORT_ID,IMPORT_COUNT,CREATE_DATE,FINISH_TIME,CREATE_USER_ID,CREATE_USER_NAME,FILE_PATH,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  1654. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.866 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  1655. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.871 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 5
  1656. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.872 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  1657. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.872 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4752(Integer)
  1658. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.882 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  1659. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.883 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE ID=?
  1660. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.883 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  1661. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.889 DEBUG 12568 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 1
  1662. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.889 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  1663. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.889 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4742(Integer)
  1664. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.900 DEBUG 12568 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  1665. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.908 DEBUG 12568 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 2
  1666. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.909 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  1667. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.909 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4739(Integer)
  1668. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.926 DEBUG 12568 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 4
  1669. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.926 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Preparing: SELECT ID,NAME,CID AS fieldId,SID AS parentId,ZID AS treeId,LEVEL,`ORDER`,PATH,REPORT_ID FROM OS_PATENT_FIELD_TREE WHERE (CID = ?) ORDER BY `ORDER` ASC
  1670. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.927 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList ==> Parameters: 4728(Integer)
  1671. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:03.944 DEBUG 12568 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFieldTreeMapper.selectList <== Total: 0
  1672. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.615 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1673. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.616 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1674. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.634 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1675. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.634 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  1676. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.635 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long), 10(Long)
  1677. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.652 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1678. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.653 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1679. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.654 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 61(Integer), 60(Integer), 59(Integer), 58(Integer), 57(Integer), 56(Integer), 55(Integer), 54(Integer), 53(Integer)
  1680. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.671 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1681. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.671 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  1682. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.672 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer), 1576(Integer)
  1683. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.689 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  1684. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.711 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1685. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.711 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1686. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:09.729 DEBUG 12568 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1687. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:13.462 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1688. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:13.462 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 58(Integer)
  1689. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:13.480 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1690. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:13.485 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1691. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:13.485 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 58(Integer)
  1692. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:13.503 DEBUG 12568 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1693. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:22.623 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1694. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:22.624 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 60(Integer)
  1695. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:22.642 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1696. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:22.644 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1697. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:22.644 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 60(Integer)
  1698. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:22.661 DEBUG 12568 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1699. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.116 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1700. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.116 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1701. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.134 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1702. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.135 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1703. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.136 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1704. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.153 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1705. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.154 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1706. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.155 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1707. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.172 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 7
  1708. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.173 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?))
  1709. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.173 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1710. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.190 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1711. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.191 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?))
  1712. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.191 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1713. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.209 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1714. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.210 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  1715. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.210 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer), 1576(Integer)
  1716. [rms:0.0.0.0:8885] [,] 2022-12-07 11:08:29.227 DEBUG 12568 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  1717. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:17.293 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1718. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:17.502 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1719. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:17.708 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1720. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:17.828 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1721. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:17.830 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1722. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:17.851 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1723. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:17.865 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1724. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:17.869 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1725. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:17.899 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 7
  1726. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:18.089 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?))
  1727. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:18.093 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1728. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:18.113 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1729. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:18.137 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?))
  1730. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:18.141 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer), 62(Integer)
  1731. [rms:0.0.0.0:8885] [,] 2022-12-07 11:10:18.181 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1732. [rms:0.0.0.0:8885] [,] 2022-12-07 11:11:06.954 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  1733. [rms:0.0.0.0:8885] [,] 2022-12-07 11:11:06.956 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer), 1576(Integer)
  1734. [rms:0.0.0.0:8885] [,] 2022-12-07 11:11:06.981 DEBUG 11984 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  1735. [rms:0.0.0.0:8885] [,] 2022-12-07 11:21:57.062 DEBUG 1280 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT WHERE (NAME LIKE ? AND ID = ?)
  1736. [rms:0.0.0.0:8885] [,] 2022-12-07 11:21:57.083 DEBUG 1280 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters: %string%(String), 62(Integer)
  1737. [rms:0.0.0.0:8885] [,] 2022-12-07 11:21:57.116 DEBUG 1280 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1738. [rms:0.0.0.0:8885] [,] 2022-12-07 11:21:59.469 DEBUG 1280 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT WHERE (NAME LIKE ? AND ID = ?) ORDER BY ID DESC
  1739. [rms:0.0.0.0:8885] [,] 2022-12-07 11:21:59.470 DEBUG 1280 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters: %string%(String), 62(Integer)
  1740. [rms:0.0.0.0:8885] [,] 2022-12-07 11:21:59.489 DEBUG 1280 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1741. [rms:0.0.0.0:8885] [,] 2022-12-07 11:25:26.875 DEBUG 2280 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT WHERE (NAME LIKE ? AND ID = ?)
  1742. [rms:0.0.0.0:8885] [,] 2022-12-07 11:25:26.897 DEBUG 2280 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters: %string%(String), 62(Integer)
  1743. [rms:0.0.0.0:8885] [,] 2022-12-07 11:25:26.932 DEBUG 2280 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1744. [rms:0.0.0.0:8885] [,] 2022-12-07 11:25:27.142 DEBUG 2280 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT WHERE (NAME LIKE ? AND ID = ?) ORDER BY ID DESC
  1745. [rms:0.0.0.0:8885] [,] 2022-12-07 11:25:27.142 DEBUG 2280 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters: %string%(String), 62(Integer)
  1746. [rms:0.0.0.0:8885] [,] 2022-12-07 11:25:27.159 DEBUG 2280 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1747. [rms:0.0.0.0:8885] [,] 2022-12-07 11:26:14.614 DEBUG 18968 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT WHERE (NAME LIKE ? AND ID = ?)
  1748. [rms:0.0.0.0:8885] [,] 2022-12-07 11:26:14.638 DEBUG 18968 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters: %string%(String), 62(Integer)
  1749. [rms:0.0.0.0:8885] [,] 2022-12-07 11:26:14.674 DEBUG 18968 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1750. [rms:0.0.0.0:8885] [,] 2022-12-07 11:26:14.826 DEBUG 18968 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT WHERE (NAME LIKE ? AND ID = ?) ORDER BY ID DESC
  1751. [rms:0.0.0.0:8885] [,] 2022-12-07 11:26:14.826 DEBUG 18968 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters: %string%(String), 62(Integer)
  1752. [rms:0.0.0.0:8885] [,] 2022-12-07 11:26:14.843 DEBUG 18968 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1753. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.649 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1754. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.649 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1755. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.667 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1756. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.670 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1757. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.671 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1758. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.694 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1759. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.696 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1760. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.697 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 79(Integer), 78(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer)
  1761. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.715 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  1762. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.748 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  1763. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.748 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1764. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.767 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  1765. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.790 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1766. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.791 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1767. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.808 DEBUG 18968 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1768. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.839 DEBUG 18968 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1769. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.839 DEBUG 18968 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1770. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.857 DEBUG 18968 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1771. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.859 DEBUG 18968 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1772. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.860 DEBUG 18968 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1773. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:19.876 DEBUG 18968 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1774. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.582 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1775. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.582 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1776. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.599 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1777. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.600 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  1778. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.600 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long), 10(Long)
  1779. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.622 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1780. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.623 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1781. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.623 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 64(Integer), 62(Integer), 61(Integer), 60(Integer), 59(Integer), 58(Integer), 57(Integer), 56(Integer), 55(Integer), 54(Integer)
  1782. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.640 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1783. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.641 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  1784. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.642 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer), 1576(Integer)
  1785. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.658 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  1786. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.681 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1787. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.682 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1788. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:25.699 DEBUG 18968 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1789. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.098 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1790. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.099 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1791. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.116 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1792. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.122 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1793. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.122 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1794. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.140 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1795. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.142 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1796. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.142 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1797. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.160 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  1798. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.162 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?))
  1799. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.162 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer)
  1800. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.179 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1801. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.180 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?))
  1802. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.181 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer)
  1803. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.198 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1804. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.201 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  1805. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.202 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer), 1576(Integer)
  1806. [rms:0.0.0.0:8885] [,] 2022-12-07 11:28:29.219 DEBUG 18968 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  1807. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:31.222 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1808. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:31.429 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1809. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:31.628 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1810. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:31.750 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1811. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:31.753 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1812. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:31.774 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1813. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:31.788 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1814. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:31.792 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1815. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:31.820 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  1816. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:32.011 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?))
  1817. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:32.013 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer)
  1818. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:32.033 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1819. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:32.054 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?))
  1820. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:32.057 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer)
  1821. [rms:0.0.0.0:8885] [,] 2022-12-07 11:30:32.077 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1822. [rms:0.0.0.0:8885] [,] 2022-12-07 11:31:28.331 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  1823. [rms:0.0.0.0:8885] [,] 2022-12-07 11:31:28.334 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer), 1576(Integer)
  1824. [rms:0.0.0.0:8885] [,] 2022-12-07 11:31:28.361 DEBUG 828 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  1825. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:02.128 DEBUG 828 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1826. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:02.128 DEBUG 828 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1827. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:02.148 DEBUG 828 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1828. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:02.151 DEBUG 828 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1829. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:02.152 DEBUG 828 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1830. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:02.171 DEBUG 828 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1831. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.401 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1832. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.420 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1833. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.451 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1834. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.455 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1835. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.456 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1836. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.477 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1837. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.486 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1838. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.487 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 82(Integer), 81(Integer), 80(Integer), 79(Integer), 78(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer)
  1839. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.505 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 9
  1840. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.512 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?))
  1841. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.513 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1842. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.531 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 9
  1843. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.540 DEBUG 8636 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1844. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.540 DEBUG 8636 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1845. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.558 DEBUG 8636 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1846. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.562 DEBUG 8636 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1847. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.563 DEBUG 8636 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1848. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.564 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1849. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.564 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1850. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.580 DEBUG 8636 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1851. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:43.581 DEBUG 8636 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1852. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.272 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1853. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.273 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1854. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.291 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1855. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.292 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  1856. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.292 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long), 10(Long)
  1857. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.313 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1858. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.314 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1859. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.315 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer), 59(Integer), 58(Integer), 57(Integer)
  1860. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.333 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 3
  1861. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.337 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?))
  1862. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.338 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1575(Integer), 1576(Integer)
  1863. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.357 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 3
  1864. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.389 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1865. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.390 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1866. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:47.407 DEBUG 8636 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1867. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:51.800 DEBUG 8636 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1868. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:51.801 DEBUG 8636 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 60(Integer)
  1869. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:51.821 DEBUG 8636 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1870. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:51.839 DEBUG 8636 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1871. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:51.840 DEBUG 8636 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 60(Integer)
  1872. [rms:0.0.0.0:8885] [,] 2022-12-07 13:47:51.857 DEBUG 8636 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1873. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:01.962 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1874. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:01.962 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1875. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:01.980 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1876. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:01.982 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1877. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:01.983 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1878. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.000 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1879. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.002 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1880. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.002 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1881. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.019 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  1882. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.021 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?))
  1883. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.021 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer)
  1884. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.038 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1885. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.040 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?))
  1886. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.040 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 62(Integer)
  1887. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.057 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1888. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.060 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  1889. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.061 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer), 1576(Integer)
  1890. [rms:0.0.0.0:8885] [,] 2022-12-07 13:48:02.080 DEBUG 8636 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  1891. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.269 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1892. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.286 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1893. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.322 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1894. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.325 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1895. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.327 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1896. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.349 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1897. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.358 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1898. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.359 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer), 86(Integer)
  1899. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.377 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1900. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.384 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  1901. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.384 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer)
  1902. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.400 DEBUG 3668 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1903. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.400 DEBUG 3668 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1904. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.402 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  1905. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.421 DEBUG 3668 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1906. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.426 DEBUG 3668 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1907. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.427 DEBUG 3668 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1908. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.433 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1909. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.433 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1910. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.446 DEBUG 3668 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1911. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:42.452 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1912. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:45.070 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1913. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:45.071 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1914. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:45.088 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1915. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:45.089 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  1916. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:45.089 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long), 10(Long)
  1917. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:45.115 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1918. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:45.117 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1919. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:45.118 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 85(Integer), 84(Integer), 83(Integer), 82(Integer), 81(Integer), 80(Integer), 79(Integer), 78(Integer), 74(Integer), 73(Integer)
  1920. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:45.139 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  1921. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:45.140 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  1922. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:45.141 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1923. [rms:0.0.0.0:8885] [,] 2022-12-07 15:27:45.159 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  1924. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.025 DEBUG 3668 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1925. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.025 DEBUG 3668 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1926. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.026 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1927. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.026 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1928. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.043 DEBUG 3668 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1929. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.044 DEBUG 3668 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1930. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.044 DEBUG 3668 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1931. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.044 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1932. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.045 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1933. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.045 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1934. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.061 DEBUG 3668 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1935. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.064 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1936. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.065 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1937. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.066 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer), 86(Integer)
  1938. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.085 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  1939. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.087 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  1940. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.087 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer)
  1941. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.105 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  1942. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.128 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1943. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.128 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1944. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:08.146 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1945. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.106 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1946. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.108 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1947. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.127 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1948. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.127 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  1949. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.128 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long), 10(Long)
  1950. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.174 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1951. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.180 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1952. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.180 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 85(Integer), 84(Integer), 83(Integer), 82(Integer), 81(Integer), 80(Integer), 79(Integer), 78(Integer), 74(Integer), 73(Integer)
  1953. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.198 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  1954. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.200 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  1955. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.200 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  1956. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.219 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  1957. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.274 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1958. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.275 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1959. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:10.301 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1960. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.351 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1961. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.352 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1962. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.370 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1963. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.370 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  1964. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.371 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 20(Long), 10(Long)
  1965. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.390 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  1966. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.391 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  1967. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.392 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer)
  1968. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.411 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 8
  1969. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.412 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?))
  1970. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.412 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1575(Integer), 1576(Integer)
  1971. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.432 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 8
  1972. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.455 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  1973. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.455 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  1974. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:12.472 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  1975. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:16.998 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  1976. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:16.999 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  1977. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:17.017 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  1978. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:17.022 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  1979. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:17.023 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  1980. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:17.040 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  1981. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:17.041 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  1982. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:17.041 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  1983. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:17.059 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  1984. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:17.066 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  1985. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:17.067 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 8(Integer)
  1986. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:17.085 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  1987. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:17.088 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  1988. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.566 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  1989. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.566 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  1990. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.568 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  1991. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.568 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  1992. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.583 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1993. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.604 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  1994. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.605 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  1995. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.605 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  1996. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.605 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  1997. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.605 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  1998. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.623 DEBUG 3668 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  1999. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.624 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2000. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.625 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2001. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.626 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer), 86(Integer)
  2002. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.648 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  2003. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.652 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  2004. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.653 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer)
  2005. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.671 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  2006. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.697 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2007. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.697 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2008. [rms:0.0.0.0:8885] [,] 2022-12-07 15:28:58.715 DEBUG 3668 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2009. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.417 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2010. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.417 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2011. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.434 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2012. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.435 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  2013. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.435 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 20(Long), 10(Long)
  2014. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.458 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2015. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.459 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2016. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.459 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer)
  2017. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.476 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 8
  2018. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.477 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?))
  2019. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.478 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1575(Integer), 1576(Integer)
  2020. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.494 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 8
  2021. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.518 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2022. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.518 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2023. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:00.535 DEBUG 3668 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2024. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.197 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2025. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.199 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2026. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.217 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2027. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.220 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2028. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.220 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2029. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.238 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2030. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.238 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2031. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.238 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2032. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.256 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  2033. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.257 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2034. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.257 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 8(Integer)
  2035. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.275 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2036. [rms:0.0.0.0:8885] [,] 2022-12-07 15:29:07.276 DEBUG 3668 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2037. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:30.928 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2038. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:30.948 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2039. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:30.989 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2040. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:30.993 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2041. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:30.995 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2042. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.020 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2043. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.030 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2044. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.031 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer)
  2045. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.052 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2046. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.054 DEBUG 10304 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2047. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.054 DEBUG 10304 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2048. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.061 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2049. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.062 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer)
  2050. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.073 DEBUG 10304 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2051. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.075 DEBUG 10304 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2052. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.076 DEBUG 10304 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2053. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.083 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2054. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.093 DEBUG 10304 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2055. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.116 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2056. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.116 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2057. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:31.136 DEBUG 10304 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2058. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.119 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2059. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.119 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2060. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.139 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2061. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.140 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  2062. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.140 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 20(Long), 10(Long)
  2063. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.164 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2064. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.166 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2065. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.167 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer), 61(Integer)
  2066. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.186 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  2067. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.187 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  2068. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.188 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1575(Integer), 1576(Integer)
  2069. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.208 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  2070. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.236 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2071. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.236 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2072. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:33.256 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2073. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.672 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2074. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.673 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2075. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.695 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2076. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.708 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2077. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.708 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2078. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.728 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2079. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.728 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2080. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.729 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2081. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.753 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  2082. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.762 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2083. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.763 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 8(Integer)
  2084. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.783 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2085. [rms:0.0.0.0:8885] [,] 2022-12-07 16:10:37.787 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2086. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.033 DEBUG 10304 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  2087. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.035 DEBUG 10304 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试2(String), 2022-12-07 16:11:05.013(Timestamp), 114(Integer), 1(String)
  2088. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.075 DEBUG 10304 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.insert <== Updates: 1
  2089. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.108 DEBUG 10304 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.insert ==> Preparing: INSERT INTO REPORT_FILE ( NAME, FILE_NAME, ADDRESS, UID, SIZE, SUFFIX ) VALUES ( ?, ?, ?, ?, ?, ? )
  2090. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.108 DEBUG 10304 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.insert ==> Parameters: 专利导出1(1)(String), 166f6d38ce4e420d8026512e0972907f.XLSX(String), \20221207\166f6d38ce4e420d8026512e0972907f.XLSX(String), 114(Integer), 5208985(Integer), XLSX(String)
  2091. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.151 DEBUG 10304 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Preparing: INSERT INTO ASSO_REPORT_REFERENCES ( FILE_ID, REPORT_REFERENCES_ID ) VALUES ( ?, ? )
  2092. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.151 DEBUG 10304 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Parameters: 1581(Integer), 10(Integer)
  2093. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.241 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2094. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.241 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2095. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.261 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2096. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.264 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2097. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.264 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2098. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.283 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2099. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.284 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2100. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.284 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2101. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.304 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 3
  2102. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.306 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2103. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.306 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 8(Integer)
  2104. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.326 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2105. [rms:0.0.0.0:8885] [,] 2022-12-07 16:11:05.327 DEBUG 10304 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2106. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.276 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2107. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.276 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2108. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.294 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2109. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.294 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2110. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.296 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2111. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.296 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2112. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.296 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2113. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.311 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2114. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.313 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2115. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.313 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2116. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.317 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2117. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.318 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2118. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.318 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer)
  2119. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.331 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2120. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.337 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2121. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.339 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2122. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.339 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer)
  2123. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.361 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2124. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.383 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2125. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.383 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2126. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:10.403 DEBUG 10304 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2127. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.726 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2128. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.727 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2129. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.730 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2130. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.730 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2131. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.745 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2132. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.746 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2133. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.747 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2134. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.748 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2135. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.748 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2136. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.749 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2137. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.764 DEBUG 10304 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2138. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.769 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2139. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.771 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2140. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.771 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer)
  2141. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.790 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2142. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.791 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2143. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.791 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer)
  2144. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.811 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2145. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.838 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2146. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.839 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2147. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:12.858 DEBUG 10304 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2148. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.390 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2149. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.409 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2150. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.443 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2151. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.446 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2152. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.447 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2153. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.468 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2154. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.479 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2155. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.480 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer)
  2156. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.497 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2157. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.503 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2158. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.504 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer)
  2159. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.518 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2160. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.518 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2161. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.521 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2162. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.540 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2163. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.551 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2164. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.554 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2165. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.570 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2166. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.571 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2167. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.572 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2168. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:37.587 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2169. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.359 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2170. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.359 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2171. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.376 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2172. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.377 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  2173. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.377 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 20(Long), 10(Long)
  2174. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.398 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2175. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.399 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2176. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.400 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer), 61(Integer)
  2177. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.419 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  2178. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.424 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  2179. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.425 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1575(Integer), 1576(Integer)
  2180. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.443 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  2181. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.466 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2182. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.466 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2183. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:39.483 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2184. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.039 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2185. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.041 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2186. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.061 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2187. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.078 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2188. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.078 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2189. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.095 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2190. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.095 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2191. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.096 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2192. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.113 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 3
  2193. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.120 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2194. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.121 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 8(Integer)
  2195. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.137 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2196. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.140 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN ())
  2197. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:43.141 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters:
  2198. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:56.990 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2199. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:56.990 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2200. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:56.992 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2201. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:56.992 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2202. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.009 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2203. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.009 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2204. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.010 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2205. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.010 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2206. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.010 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2207. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.011 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2208. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.027 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2209. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.027 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2210. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.029 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2211. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.030 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer)
  2212. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.049 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2213. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.050 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2214. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.050 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer)
  2215. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.068 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2216. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.091 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2217. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.091 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2218. [rms:0.0.0.0:8885] [,] 2022-12-07 16:12:57.108 DEBUG 9656 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2219. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.415 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2220. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.415 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2221. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.431 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2222. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.432 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2223. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.432 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2224. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.451 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2225. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.452 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2226. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.452 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer)
  2227. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.469 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2228. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.470 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2229. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.470 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer)
  2230. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.487 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2231. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.509 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2232. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.509 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2233. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:35.526 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2234. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.316 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2235. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.317 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2236. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.317 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2237. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.317 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2238. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.334 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2239. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.334 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2240. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.335 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2241. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.335 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2242. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.335 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2243. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.336 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2244. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.352 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2245. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.352 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2246. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.353 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2247. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.354 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer)
  2248. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.370 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2249. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.371 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2250. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.372 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer)
  2251. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.388 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2252. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.411 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2253. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.411 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2254. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:37.429 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2255. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.754 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2256. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.754 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2257. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.770 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2258. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.771 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2259. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.771 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2260. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.789 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2261. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.790 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2262. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.790 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer)
  2263. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.806 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2264. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.807 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2265. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.807 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer)
  2266. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.824 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2267. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.846 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2268. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.846 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2269. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:39.863 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2270. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.926 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2271. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.927 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2272. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.929 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2273. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.930 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2274. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.945 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2275. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.946 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2276. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.948 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2277. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.949 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2278. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.955 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2279. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.956 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2280. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.967 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2281. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.969 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2282. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.969 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer)
  2283. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.973 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2284. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.985 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2285. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.986 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2286. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:40.986 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer)
  2287. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:41.003 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2288. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:41.026 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2289. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:41.026 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2290. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:41.042 DEBUG 9656 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2291. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.901 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2292. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.901 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2293. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.902 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2294. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.902 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2295. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.918 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2296. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.918 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2297. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.919 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2298. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.919 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2299. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.920 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2300. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.920 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2301. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.937 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2302. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.937 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2303. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.938 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2304. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.939 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer)
  2305. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.955 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2306. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.956 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2307. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.956 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer)
  2308. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.973 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2309. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.995 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2310. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:42.995 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2311. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:43.011 DEBUG 9656 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2312. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.205 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2313. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.205 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2314. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.207 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2315. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.207 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2316. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.222 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2317. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.222 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2318. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.222 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2319. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.224 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2320. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.226 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2321. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.226 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2322. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.239 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2323. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.240 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2324. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.241 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer), 87(Integer)
  2325. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.243 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2326. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.257 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2327. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.258 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2328. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.258 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer)
  2329. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.275 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2330. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.297 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2331. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.297 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2332. [rms:0.0.0.0:8885] [,] 2022-12-07 16:13:49.313 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2333. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.866 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2334. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.867 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2335. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.883 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2336. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.884 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2337. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.884 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2338. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.902 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2339. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.904 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2340. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.904 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 97(Integer), 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer)
  2341. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.921 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 8
  2342. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.923 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?))
  2343. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.924 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer), 1582(Integer), 1583(Integer), 1584(Integer), 1585(Integer)
  2344. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.940 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 8
  2345. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.968 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2346. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.969 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2347. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:14.992 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2348. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:15.758 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2349. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:15.758 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2350. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:15.774 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2351. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:15.775 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2352. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:15.775 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2353. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:15.793 DEBUG 9656 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2354. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.488 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2355. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.488 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2356. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.506 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2357. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.506 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2358. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.507 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2359. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.510 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2360. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.510 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2361. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.524 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2362. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.524 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2363. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.525 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 97(Integer), 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer)
  2364. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.528 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2365. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.529 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2366. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.530 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2367. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.541 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 8
  2368. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.542 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?))
  2369. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.543 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer), 1582(Integer), 1583(Integer), 1584(Integer), 1585(Integer)
  2370. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.547 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2371. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.559 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 8
  2372. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.583 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2373. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.583 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2374. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:36.600 DEBUG 9656 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2375. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.927 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2376. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.927 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2377. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.931 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2378. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.932 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2379. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.944 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2380. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.944 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2381. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.945 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2382. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.948 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2383. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.949 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2384. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.949 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2385. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.961 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2386. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.962 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2387. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.962 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 97(Integer), 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer), 90(Integer), 89(Integer), 88(Integer)
  2388. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.967 DEBUG 9656 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2389. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.978 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 8
  2390. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.979 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?))
  2391. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.979 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer), 1582(Integer), 1583(Integer), 1584(Integer), 1585(Integer)
  2392. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:41.996 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 8
  2393. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:42.019 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2394. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:42.019 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2395. [rms:0.0.0.0:8885] [,] 2022-12-07 16:16:42.035 DEBUG 9656 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2396. [rms:0.0.0.0:8885] [,] 2022-12-07 16:19:59.828 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2397. [rms:0.0.0.0:8885] [,] 2022-12-07 16:19:59.844 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2398. [rms:0.0.0.0:8885] [,] 2022-12-07 16:19:59.875 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2399. [rms:0.0.0.0:8885] [,] 2022-12-07 16:19:59.879 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  2400. [rms:0.0.0.0:8885] [,] 2022-12-07 16:19:59.880 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 20(Long), 10(Long)
  2401. [rms:0.0.0.0:8885] [,] 2022-12-07 16:19:59.904 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2402. [rms:0.0.0.0:8885] [,] 2022-12-07 16:19:59.913 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2403. [rms:0.0.0.0:8885] [,] 2022-12-07 16:19:59.914 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 79(Integer), 78(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer)
  2404. [rms:0.0.0.0:8885] [,] 2022-12-07 16:19:59.932 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  2405. [rms:0.0.0.0:8885] [,] 2022-12-07 16:19:59.938 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  2406. [rms:0.0.0.0:8885] [,] 2022-12-07 16:19:59.938 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  2407. [rms:0.0.0.0:8885] [,] 2022-12-07 16:19:59.957 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  2408. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:00.108 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2409. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:00.108 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2410. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:00.126 DEBUG 9368 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2411. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.504 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2412. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.504 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2413. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.522 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2414. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.522 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  2415. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.523 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 30(Long), 10(Long)
  2416. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.543 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2417. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.544 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2418. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.545 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 64(Integer), 62(Integer), 61(Integer), 60(Integer), 59(Integer), 58(Integer), 57(Integer), 56(Integer), 55(Integer), 54(Integer)
  2419. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.564 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  2420. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.569 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  2421. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.570 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer), 1576(Integer)
  2422. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.587 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  2423. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.610 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2424. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.611 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2425. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:02.629 DEBUG 9368 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2426. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.559 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2427. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.559 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2428. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.576 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2429. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.582 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2430. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.582 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2431. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.599 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2432. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.600 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2433. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.601 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2434. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.622 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 3
  2435. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.642 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2436. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.642 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 8(Integer)
  2437. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.660 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2438. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.663 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN ())
  2439. [rms:0.0.0.0:8885] [,] 2022-12-07 16:20:07.663 DEBUG 9368 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters:
  2440. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.539 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2441. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.560 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2442. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.594 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2443. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.623 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2444. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.624 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2445. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.641 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2446. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.644 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2447. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.645 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2448. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.664 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 3
  2449. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.671 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2450. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.671 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 8(Integer)
  2451. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.689 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2452. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.691 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2453. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.691 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  2454. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.709 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2455. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.715 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2456. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.716 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  2457. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.734 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  2458. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.741 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2459. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.742 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  2460. [rms:0.0.0.0:8885] [,] 2022-12-07 16:22:35.759 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  2461. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.021 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.deleteById ==> Preparing: DELETE FROM REPORT_REFERENCES WHERE ID=?
  2462. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.022 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.deleteById ==> Parameters: 8(Integer)
  2463. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.058 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.deleteById <== Updates: 1
  2464. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.060 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2465. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.060 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 8(Integer)
  2466. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.077 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2467. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.078 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.delete ==> Preparing: DELETE FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2468. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.079 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.delete ==> Parameters: 8(Integer)
  2469. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.113 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.delete <== Updates: 0
  2470. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.165 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2471. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.166 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2472. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.184 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2473. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.187 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2474. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.187 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2475. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.205 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2476. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.206 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2477. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.206 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2478. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.223 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  2479. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.225 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2480. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.225 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  2481. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.242 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2482. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.243 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2483. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.243 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  2484. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.262 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  2485. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.269 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2486. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.271 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  2487. [rms:0.0.0.0:8885] [,] 2022-12-07 16:23:05.289 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  2488. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.565 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2489. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.566 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2490. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.583 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2491. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.584 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2492. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.584 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2493. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.604 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2494. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.613 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2495. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.613 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 100(Integer), 99(Integer), 98(Integer), 97(Integer), 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer)
  2496. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.631 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 8
  2497. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.634 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?))
  2498. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.635 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer), 1582(Integer), 1583(Integer), 1584(Integer), 1585(Integer)
  2499. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.653 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 8
  2500. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.682 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2501. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.682 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2502. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.700 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2503. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.735 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2504. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.735 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2505. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.753 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2506. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.757 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2507. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.757 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2508. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:18.775 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2509. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.399 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2510. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.399 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2511. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.418 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2512. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.422 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  2513. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.423 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 30(Long), 10(Long)
  2514. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.454 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2515. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.458 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2516. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.459 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer), 59(Integer), 58(Integer), 57(Integer), 56(Integer), 55(Integer)
  2517. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.477 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  2518. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.478 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  2519. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.479 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer), 1576(Integer)
  2520. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.496 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  2521. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.525 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2522. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.526 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2523. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:35.545 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2524. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.119 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2525. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.119 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2526. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.134 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2527. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.134 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2528. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.134 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2529. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.150 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2530. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.150 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2531. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.150 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2532. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.181 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  2533. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.181 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2534. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.181 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  2535. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.197 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2536. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.197 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2537. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.197 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  2538. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.212 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  2539. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.212 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2540. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.212 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  2541. [rms:0.0.0.0:8885] [,] 2022-12-07 16:28:39.228 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  2542. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.813 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2543. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.813 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2544. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.831 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2545. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.832 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2546. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.832 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2547. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.845 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2548. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.846 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2549. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.850 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2550. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.851 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2551. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.852 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 100(Integer), 99(Integer), 98(Integer), 97(Integer), 96(Integer), 95(Integer), 94(Integer), 93(Integer), 92(Integer), 91(Integer)
  2552. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.863 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2553. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.864 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2554. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.864 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2555. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.870 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 8
  2556. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.871 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?))
  2557. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.871 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1577(Integer), 1578(Integer), 1579(Integer), 1580(Integer), 1582(Integer), 1583(Integer), 1584(Integer), 1585(Integer)
  2558. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.882 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2559. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.890 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 8
  2560. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.912 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2561. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.912 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2562. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:00.929 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2563. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.559 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2564. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.560 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2565. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.578 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2566. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.579 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  2567. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.581 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 30(Long), 10(Long)
  2568. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.604 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2569. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.606 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2570. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.606 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer), 59(Integer), 58(Integer), 57(Integer), 56(Integer), 55(Integer)
  2571. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.624 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  2572. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.625 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  2573. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.625 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer), 1576(Integer)
  2574. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.643 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  2575. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.665 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2576. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.665 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2577. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:03.682 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2578. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.507 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2579. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.507 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2580. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.525 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2581. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.528 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2582. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.528 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2583. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.546 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2584. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.546 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2585. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.547 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2586. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.564 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  2587. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.565 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2588. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.566 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  2589. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.583 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2590. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.584 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2591. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.584 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  2592. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.601 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  2593. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.602 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2594. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.602 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  2595. [rms:0.0.0.0:8885] [,] 2022-12-07 16:29:07.620 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  2596. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.582 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2597. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.582 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2598. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.598 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2599. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.613 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2600. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.613 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2601. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.629 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2602. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.629 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2603. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.629 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2604. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.645 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  2605. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.645 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2606. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.645 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  2607. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.660 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2608. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.660 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2609. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.660 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  2610. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.676 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  2611. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.676 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2612. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.676 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  2613. [rms:0.0.0.0:8885] [,] 2022-12-07 16:30:24.691 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  2614. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.139 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2615. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.140 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2616. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.156 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2617. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.157 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2618. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.157 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2619. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.172 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2620. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.172 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2621. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.177 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2622. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.178 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2623. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.179 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer), 98(Integer), 97(Integer), 96(Integer), 95(Integer)
  2624. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.189 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2625. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.190 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2626. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.190 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2627. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.196 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 7
  2628. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.197 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?))
  2629. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.197 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1578(Integer), 1579(Integer), 1580(Integer), 1582(Integer), 1583(Integer), 1584(Integer), 1585(Integer)
  2630. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.207 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2631. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.215 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 7
  2632. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.242 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2633. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.242 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2634. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:00.259 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2635. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.759 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2636. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.759 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2637. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.790 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2638. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.790 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  2639. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.790 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 30(Long), 10(Long)
  2640. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.806 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2641. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.806 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2642. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.806 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer), 59(Integer)
  2643. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.821 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 6
  2644. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.821 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?))
  2645. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.821 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1575(Integer), 1576(Integer)
  2646. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.837 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 6
  2647. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.871 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2648. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.871 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2649. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:01.887 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2650. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.228 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2651. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.228 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2652. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.245 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2653. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.251 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2654. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.251 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2655. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.269 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2656. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.269 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2657. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.269 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2658. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.287 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  2659. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.288 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2660. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.288 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  2661. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.305 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2662. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.306 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2663. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.307 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  2664. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.324 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  2665. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.329 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2666. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.329 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  2667. [rms:0.0.0.0:8885] [,] 2022-12-07 16:31:06.349 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  2668. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:41.822 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2669. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:41.823 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2670. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:41.841 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2671. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:41.842 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2672. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:41.842 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2673. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:41.860 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2674. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.552 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2675. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.552 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2676. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.570 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2677. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.570 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2678. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.571 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2679. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.589 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2680. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.590 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2681. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.590 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 105(Integer), 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer), 98(Integer), 97(Integer), 96(Integer)
  2682. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.609 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 6
  2683. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.610 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?))
  2684. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.610 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1579(Integer), 1580(Integer), 1582(Integer), 1583(Integer), 1584(Integer), 1585(Integer)
  2685. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.628 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 6
  2686. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.650 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2687. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.650 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2688. [rms:0.0.0.0:8885] [,] 2022-12-07 16:36:43.668 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2689. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.361 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2690. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.362 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2691. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.380 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2692. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.380 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  2693. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.380 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 30(Long), 10(Long)
  2694. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.402 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2695. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.405 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2696. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.407 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer)
  2697. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.425 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 8
  2698. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.426 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?))
  2699. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.426 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1575(Integer), 1576(Integer)
  2700. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.444 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 8
  2701. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.466 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2702. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.467 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2703. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:11.484 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2704. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:16.963 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2705. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:16.963 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2706. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:16.981 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2707. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:16.983 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2708. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:16.983 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2709. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.000 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2710. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.001 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2711. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.001 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2712. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.019 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  2713. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.020 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2714. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.020 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  2715. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.037 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2716. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.037 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2717. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.037 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  2718. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.055 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  2719. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.055 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2720. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.056 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  2721. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:17.073 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  2722. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.084 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2723. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.084 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2724. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.102 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2725. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.106 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2726. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.106 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2727. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.123 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2728. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.124 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2729. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.124 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2730. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.143 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  2731. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.144 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2732. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.144 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  2733. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.161 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2734. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.162 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2735. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.162 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  2736. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.179 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  2737. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.180 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2738. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.180 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  2739. [rms:0.0.0.0:8885] [,] 2022-12-07 16:37:50.198 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  2740. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.129 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2741. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.129 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2742. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.160 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2743. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.160 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2744. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.160 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2745. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.176 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2746. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.176 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2747. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.176 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 105(Integer), 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer), 98(Integer), 97(Integer), 96(Integer)
  2748. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.191 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 6
  2749. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.191 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?))
  2750. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.191 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1579(Integer), 1580(Integer), 1582(Integer), 1583(Integer), 1584(Integer), 1585(Integer)
  2751. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.211 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 6
  2752. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.243 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2753. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.243 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2754. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:41.258 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2755. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:42.175 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2756. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:42.175 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2757. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:42.193 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2758. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:42.194 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2759. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:42.194 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2760. [rms:0.0.0.0:8885] [,] 2022-12-07 16:38:42.210 DEBUG 13868 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2761. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:13.958 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2762. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:13.958 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2763. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:13.976 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2764. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:13.977 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  2765. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:13.977 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 30(Long), 10(Long)
  2766. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:13.993 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2767. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:13.994 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2768. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:13.994 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer)
  2769. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:14.010 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 8
  2770. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:14.011 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?))
  2771. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:14.011 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1575(Integer), 1576(Integer)
  2772. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:14.028 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 8
  2773. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:14.052 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2774. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:14.053 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2775. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:14.069 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2776. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.160 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2777. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.160 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2778. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.177 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2779. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.178 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2780. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.178 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2781. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.195 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2782. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.195 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2783. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.195 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2784. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.212 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  2785. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.212 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2786. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.213 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  2787. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.229 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2788. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.230 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2789. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.231 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  2790. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.247 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  2791. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.248 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2792. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.248 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  2793. [rms:0.0.0.0:8885] [,] 2022-12-07 16:39:17.265 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  2794. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.708 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2795. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.709 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2796. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.728 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2797. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.728 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2798. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.729 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2799. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.731 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2800. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.731 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2801. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.745 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2802. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.746 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2803. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.746 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 106(Integer), 105(Integer), 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer), 98(Integer), 97(Integer)
  2804. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.748 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2805. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.749 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2806. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.749 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2807. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.763 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2808. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.764 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2809. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.764 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1582(Integer), 1583(Integer), 1584(Integer), 1585(Integer)
  2810. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.767 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2811. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.780 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2812. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.801 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2813. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.801 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2814. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:40.818 DEBUG 13868 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2815. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.904 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2816. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.905 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2817. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.905 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2818. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.905 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2819. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.922 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2820. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.922 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2821. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.923 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2822. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.924 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2823. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.924 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2824. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.924 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2825. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.941 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2826. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.941 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2827. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.942 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2828. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.942 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 106(Integer), 105(Integer), 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer), 98(Integer), 97(Integer)
  2829. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.958 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 4
  2830. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.959 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?))
  2831. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.959 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1582(Integer), 1583(Integer), 1584(Integer), 1585(Integer)
  2832. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.976 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 4
  2833. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.998 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2834. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:48.998 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2835. [rms:0.0.0.0:8885] [,] 2022-12-07 16:40:49.000 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2836. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.620 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2837. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.620 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2838. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.621 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2839. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.621 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2840. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.637 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2841. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.637 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2842. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.637 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2843. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.638 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2844. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.638 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2845. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.639 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2846. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.654 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2847. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.655 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2848. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.655 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 107(Integer), 106(Integer), 105(Integer), 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer), 98(Integer)
  2849. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.656 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2850. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.671 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  2851. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.692 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2852. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.692 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2853. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:01.708 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2854. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.951 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2855. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.951 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2856. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.953 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2857. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.953 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2858. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.970 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2859. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.971 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2860. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.973 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2861. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.974 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2862. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.974 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2863. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.974 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2864. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.992 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2865. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.993 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2866. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.995 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2867. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:02.996 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 107(Integer), 106(Integer), 105(Integer), 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer), 98(Integer)
  2868. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:03.012 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  2869. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:03.039 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2870. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:03.039 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2871. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:03.055 DEBUG 13868 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2872. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:09.221 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2873. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:09.221 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2874. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:09.238 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2875. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:09.238 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2876. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:09.239 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2877. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:09.257 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2878. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:09.259 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2879. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:09.260 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 107(Integer), 106(Integer), 105(Integer), 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer), 98(Integer)
  2880. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:09.278 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  2881. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:09.311 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2882. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:09.311 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2883. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:09.328 DEBUG 13868 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2884. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.443 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2885. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.443 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2886. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.450 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2887. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.450 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2888. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.461 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2889. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.461 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2890. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.462 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2891. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.467 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2892. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.467 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2893. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.468 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2894. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.478 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2895. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.479 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2896. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.479 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 107(Integer), 106(Integer), 105(Integer), 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer), 98(Integer)
  2897. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.485 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2898. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.495 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  2899. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.518 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2900. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.518 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2901. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:10.535 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2902. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.694 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  2903. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.694 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  2904. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.694 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2905. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.695 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2906. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.711 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2907. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.711 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2908. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.711 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  2909. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.711 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  2910. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.712 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  2911. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.712 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  2912. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.728 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2913. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.729 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2914. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.729 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 107(Integer), 106(Integer), 105(Integer), 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer), 98(Integer)
  2915. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.729 DEBUG 13868 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  2916. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.745 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  2917. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.767 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2918. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.767 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2919. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:49.784 DEBUG 13868 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2920. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.619 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  2921. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.619 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  2922. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.636 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  2923. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.637 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  2924. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.637 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 30(Long), 10(Long)
  2925. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.654 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  2926. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.655 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  2927. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.655 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  2928. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.671 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 12
  2929. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.672 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?,?))
  2930. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.672 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer), 1576(Integer)
  2931. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.688 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 12
  2932. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.711 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  2933. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.711 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  2934. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:51.728 DEBUG 13868 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  2935. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.354 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2936. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.354 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2937. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.371 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2938. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.373 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2939. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.373 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2940. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.390 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2941. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.390 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2942. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.390 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2943. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.407 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  2944. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.408 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2945. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.408 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  2946. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.424 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2947. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.425 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2948. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.425 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  2949. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.441 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  2950. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.444 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2951. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.445 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  2952. [rms:0.0.0.0:8885] [,] 2022-12-07 16:41:56.462 DEBUG 13868 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  2953. [rms:0.0.0.0:8885] [,] 2022-12-07 16:42:06.934 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2954. [rms:0.0.0.0:8885] [,] 2022-12-07 16:42:06.938 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: ReportReferences(reportID=62, fileUrl=null, remark=测试2, creationTime=Thu Jan 01 11:05:38 CST 1970, creationManId=114, type=1, referName=null, fileName=null, size=null, current=null, total=null, reportFiles=null, personName=朱鎏, reportName=CN108699851A无效分析)(ReportReferences)
  2955. [rms:0.0.0.0:8885] [,] 2022-12-07 16:42:06.954 DEBUG 13868 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2956. [rms:0.0.0.0:8885] [,] 2022-12-07 16:43:42.634 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2957. [rms:0.0.0.0:8885] [,] 2022-12-07 16:43:42.635 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: ReportReferences(reportID=62, fileUrl=null, remark=测试2, creationTime=Thu Jan 01 11:05:38 CST 1970, creationManId=114, type=1, referName=null, fileName=null, size=null, current=null, total=null, reportFiles=null, personName=朱鎏, reportName=CN108699851A无效分析)(ReportReferences)
  2958. [rms:0.0.0.0:8885] [,] 2022-12-07 16:43:42.651 DEBUG 13868 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2959. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.020 DEBUG 18412 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2960. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.038 DEBUG 18412 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: ReportReferences(reportID=62, fileUrl=null, remark=测试2, creationTime=Thu Jan 01 11:05:38 CST 1970, creationManId=114, type=1, referName=null, fileName=null, size=null, current=null, total=null, reportFiles=null, personName=朱鎏, reportName=CN108699851A无效分析)(ReportReferences)
  2961. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.087 DEBUG 18412 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2962. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.420 DEBUG 18412 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.insert ==> Preparing: INSERT INTO REPORT_FILE ( NAME, FILE_NAME, ADDRESS, UID, SIZE, SUFFIX ) VALUES ( ?, ?, ?, ?, ?, ? )
  2963. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.422 DEBUG 18412 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.insert ==> Parameters: 需求表(String), 7f7a99a6a1404724bc1c10cde1b1b949.xlsx(String), \20221207\7f7a99a6a1404724bc1c10cde1b1b949.xlsx(String), 114(Integer), 11236(Integer), xlsx(String)
  2964. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.461 DEBUG 18412 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Preparing: INSERT INTO ASSO_REPORT_REFERENCES ( FILE_ID, REPORT_REFERENCES_ID ) VALUES ( ?, ? )
  2965. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.461 DEBUG 18412 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Parameters: 1586(Integer), 9(Integer)
  2966. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.502 DEBUG 18412 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Preparing: UPDATE REPORT_REFERENCES SET REPORT_ID=?, REMARK=?, CREATION_TIME=?, CREATION_MAN_ID=?, TEPY=? WHERE ID=?
  2967. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.505 DEBUG 18412 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Parameters: 62(Integer), 测试2(String), 1970-01-01 11:05:38.0(Timestamp), 114(Integer), 1(String), 9(Integer)
  2968. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.539 DEBUG 18412 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.updateById <== Updates: 1
  2969. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.719 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  2970. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.719 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  2971. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.745 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  2972. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.778 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  2973. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.778 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  2974. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.796 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  2975. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.799 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  2976. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.799 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  2977. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.818 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  2978. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.820 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2979. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.820 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  2980. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.838 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  2981. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.841 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2982. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.841 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1586(Integer)
  2983. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.858 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  2984. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.860 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2985. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.860 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  2986. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.877 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  2987. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.878 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  2988. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.879 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  2989. [rms:0.0.0.0:8885] [,] 2022-12-07 16:45:07.898 DEBUG 18412 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  2990. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.555 DEBUG 18412 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  2991. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.556 DEBUG 18412 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: ReportReferences(reportID=62, fileUrl=null, remark=测试2, creationTime=Thu Jan 01 11:05:38 CST 1970, creationManId=114, type=1, referName=null, fileName=null, size=null, current=null, total=null, reportFiles=[ReportFiles(name=需求表, fileName=7f7a99a6a1404724bc1c10cde1b1b949.xlsx, url=\20221207\7f7a99a6a1404724bc1c10cde1b1b949.xlsx, reportId=null, remark=null, createTime=Wed Dec 07 16:45:06 CST 2022, createBy=114, type=null, size=11236, suffix=xlsx, createName=null, projectName=null)], personName=朱鎏, reportName=CN108699851A无效分析)(ReportReferences)
  2992. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.574 DEBUG 18412 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 0
  2993. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.598 DEBUG 18412 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.insert ==> Preparing: INSERT INTO REPORT_FILE ( NAME, FILE_NAME, ADDRESS, UID, SIZE, SUFFIX ) VALUES ( ?, ?, ?, ?, ?, ? )
  2994. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.599 DEBUG 18412 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.insert ==> Parameters: 专利导出1(1)(String), 49c7c93cc5a04a20a80ecc77841855e2.XLSX(String), \20221207\49c7c93cc5a04a20a80ecc77841855e2.XLSX(String), 114(Integer), 5208985(Integer), XLSX(String)
  2995. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.634 DEBUG 18412 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Preparing: INSERT INTO ASSO_REPORT_REFERENCES ( FILE_ID, REPORT_REFERENCES_ID ) VALUES ( ?, ? )
  2996. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.634 DEBUG 18412 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Parameters: 1587(Integer), 9(Integer)
  2997. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.669 DEBUG 18412 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Preparing: UPDATE REPORT_REFERENCES SET REPORT_ID=?, REMARK=?, CREATION_TIME=?, CREATION_MAN_ID=?, TEPY=? WHERE ID=?
  2998. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.670 DEBUG 18412 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Parameters: 62(Integer), 测试2(String), 1970-01-01 11:05:38.0(Timestamp), 114(Integer), 1(String), 9(Integer)
  2999. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.706 DEBUG 18412 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.updateById <== Updates: 1
  3000. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.821 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3001. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.822 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3002. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.841 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3003. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.843 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3004. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.843 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3005. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.860 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3006. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.860 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  3007. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.861 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3008. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.879 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3009. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.881 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3010. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.881 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3011. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.899 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 2
  3012. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.900 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  3013. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.901 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1586(Integer), 1587(Integer)
  3014. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.920 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  3015. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.921 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3016. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.922 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3017. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.940 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3018. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.943 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3019. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.944 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3020. [rms:0.0.0.0:8885] [,] 2022-12-07 16:48:12.964 DEBUG 18412 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3021. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:41.883 DEBUG 18412 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3022. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:41.883 DEBUG 18412 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3023. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:41.901 DEBUG 18412 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3024. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:41.903 DEBUG 18412 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3025. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:41.903 DEBUG 18412 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3026. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:41.920 DEBUG 18412 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3027. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:42.667 DEBUG 18412 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3028. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:42.667 DEBUG 18412 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3029. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:42.698 DEBUG 18412 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3030. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:42.698 DEBUG 18412 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3031. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:42.698 DEBUG 18412 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3032. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:42.714 DEBUG 18412 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3033. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:42.714 DEBUG 18412 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3034. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:42.714 DEBUG 18412 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 107(Integer), 106(Integer), 105(Integer), 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer), 98(Integer)
  3035. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:42.735 DEBUG 18412 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3036. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:42.770 DEBUG 18412 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3037. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:42.770 DEBUG 18412 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3038. [rms:0.0.0.0:8885] [,] 2022-12-07 16:57:42.787 DEBUG 18412 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3039. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.086 DEBUG 12180 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3040. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.107 DEBUG 12180 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3041. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.141 DEBUG 12180 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3042. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.186 DEBUG 12180 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3043. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.187 DEBUG 12180 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3044. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.206 DEBUG 12180 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3045. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.215 DEBUG 12180 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3046. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.218 DEBUG 12180 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3047. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.240 DEBUG 12180 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3048. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.247 DEBUG 12180 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3049. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.248 DEBUG 12180 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 107(Integer), 106(Integer), 105(Integer), 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer), 98(Integer)
  3050. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.266 DEBUG 12180 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3051. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.278 DEBUG 12180 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3052. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.279 DEBUG 12180 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3053. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.295 DEBUG 12180 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3054. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.295 DEBUG 12180 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3055. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.297 DEBUG 12180 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3056. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:29.312 DEBUG 12180 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3057. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.215 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3058. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.215 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3059. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.233 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3060. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.234 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  3061. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.234 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 30(Long), 10(Long)
  3062. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.257 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3063. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.258 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3064. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.259 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer)
  3065. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.276 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 12
  3066. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.283 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?,?,?))
  3067. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.283 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer), 1575(Integer), 1576(Integer)
  3068. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.301 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 12
  3069. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.324 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3070. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.324 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3071. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:31.341 DEBUG 12180 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3072. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.866 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3073. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.868 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3074. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.889 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3075. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.896 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3076. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.896 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3077. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.913 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3078. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.913 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  3079. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.914 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3080. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.931 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3081. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.938 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3082. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.938 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3083. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.956 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 2
  3084. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.959 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  3085. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.960 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1586(Integer), 1587(Integer)
  3086. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.978 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  3087. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.980 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3088. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.980 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3089. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:36.998 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3090. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:37.000 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3091. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:37.000 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3092. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:37.016 DEBUG 12180 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3093. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:48.900 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3094. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:48.900 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3095. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:48.917 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 2
  3096. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:48.919 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.delete ==> Preparing: DELETE FROM ASSO_REPORT_REFERENCES WHERE ( FILE_ID IN (?,?))
  3097. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:48.919 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.delete ==> Parameters: 1586(Integer), 1587(Integer)
  3098. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:48.953 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.delete <== Updates: 2
  3099. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:48.962 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.deleteBatchIds ==> Preparing: DELETE FROM REPORT_FILE WHERE ID IN ( ? , ? )
  3100. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:48.962 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.deleteBatchIds ==> Parameters: 1586(Integer), 1587(Integer)
  3101. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:48.996 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.deleteBatchIds <== Updates: 2
  3102. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.021 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.insert ==> Preparing: INSERT INTO REPORT_FILE ( NAME, FILE_NAME, ADDRESS, UID, SIZE, SUFFIX ) VALUES ( ?, ?, ?, ?, ?, ? )
  3103. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.022 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.insert ==> Parameters: 工作簿2(String), b1b2ecab80b74943a3a99f469ad4f096.xlsx(String), \20221207\b1b2ecab80b74943a3a99f469ad4f096.xlsx(String), 114(Integer), 18293(Integer), xlsx(String)
  3104. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.058 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Preparing: INSERT INTO ASSO_REPORT_REFERENCES ( FILE_ID, REPORT_REFERENCES_ID ) VALUES ( ?, ? )
  3105. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.058 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Parameters: 1588(Integer), 9(Integer)
  3106. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.094 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Preparing: UPDATE REPORT_REFERENCES SET REPORT_ID=?, REMARK=?, CREATION_TIME=?, CREATION_MAN_ID=?, TEPY=? WHERE ID=?
  3107. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.096 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Parameters: 62(Integer), 测试2(String), 1970-01-01 11:05:38.0(Timestamp), 114(Integer), 1(String), 9(Integer)
  3108. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.130 DEBUG 12180 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.updateById <== Updates: 1
  3109. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.218 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3110. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.218 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3111. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.236 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3112. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.239 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3113. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.239 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3114. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.259 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3115. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.259 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  3116. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.260 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3117. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.277 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3118. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.279 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3119. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.280 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3120. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.297 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3121. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.299 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3122. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.299 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1588(Integer)
  3123. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.320 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3124. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.322 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3125. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.322 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3126. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.339 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3127. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.340 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3128. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.340 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3129. [rms:0.0.0.0:8885] [,] 2022-12-07 17:05:49.357 DEBUG 12180 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3130. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.574 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3131. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.574 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3132. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.594 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3133. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.603 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3134. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.604 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3135. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.621 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3136. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.622 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  3137. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.622 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3138. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.639 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3139. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.640 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3140. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.640 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3141. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.657 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3142. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.658 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3143. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.658 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1588(Integer)
  3144. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.675 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3145. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.676 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3146. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.677 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3147. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.694 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3148. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.695 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3149. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.695 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3150. [rms:0.0.0.0:8885] [,] 2022-12-07 17:06:22.713 DEBUG 12180 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3151. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:41.569 DEBUG 12180 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3152. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:41.569 DEBUG 12180 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3153. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:41.587 DEBUG 12180 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3154. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:41.590 DEBUG 12180 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REMARK = ?)
  3155. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:41.591 DEBUG 12180 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), null
  3156. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:41.608 DEBUG 12180 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3157. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.029 DEBUG 18684 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3158. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.080 DEBUG 18684 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3159. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.158 DEBUG 18684 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3160. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.215 DEBUG 18684 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3161. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.215 DEBUG 18684 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3162. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.254 DEBUG 18684 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3163. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.257 DEBUG 18684 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3164. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.259 DEBUG 18684 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3165. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.269 DEBUG 18684 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3166. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.270 DEBUG 18684 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3167. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.283 DEBUG 18684 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3168. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.288 DEBUG 18684 [http-nio-8885-exec-4] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3169. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.292 DEBUG 18684 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3170. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.293 DEBUG 18684 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 108(Integer), 107(Integer), 106(Integer), 105(Integer), 104(Integer), 103(Integer), 102(Integer), 101(Integer), 100(Integer), 99(Integer)
  3171. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.313 DEBUG 18684 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3172. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.524 DEBUG 18684 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3173. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.524 DEBUG 18684 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3174. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:57.543 DEBUG 18684 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3175. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.455 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3176. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.455 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3177. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.475 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3178. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.476 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  3179. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.477 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 30(Long), 10(Long)
  3180. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.507 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3181. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.511 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3182. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.512 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 78(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer)
  3183. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.531 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  3184. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.538 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  3185. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.538 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  3186. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.563 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  3187. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.588 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3188. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.588 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3189. [rms:0.0.0.0:8885] [,] 2022-12-07 17:09:59.608 DEBUG 18684 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3190. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.720 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3191. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.720 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3192. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.739 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3193. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.740 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  3194. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.740 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 40(Long), 10(Long)
  3195. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.761 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3196. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.763 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3197. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.763 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 62(Integer), 61(Integer), 60(Integer), 59(Integer), 58(Integer), 57(Integer), 56(Integer), 55(Integer), 54(Integer), 53(Integer)
  3198. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.782 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 2
  3199. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.784 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?))
  3200. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.784 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer), 1576(Integer)
  3201. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.805 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 2
  3202. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.838 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3203. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.839 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3204. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:02.860 DEBUG 18684 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3205. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:08.166 DEBUG 18684 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3206. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:08.167 DEBUG 18684 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3207. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:08.186 DEBUG 18684 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3208. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:08.192 DEBUG 18684 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME = ?)
  3209. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:08.192 DEBUG 18684 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), (String)
  3210. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:08.212 DEBUG 18684 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3211. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:58.408 DEBUG 18684 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3212. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:58.409 DEBUG 18684 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3213. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:58.428 DEBUG 18684 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3214. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:58.431 DEBUG 18684 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME = ?)
  3215. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:58.431 DEBUG 18684 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), (String)
  3216. [rms:0.0.0.0:8885] [,] 2022-12-07 17:10:58.450 DEBUG 18684 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3217. [rms:0.0.0.0:8885] [,] 2022-12-07 17:11:04.962 DEBUG 18684 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3218. [rms:0.0.0.0:8885] [,] 2022-12-07 17:11:04.963 DEBUG 18684 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3219. [rms:0.0.0.0:8885] [,] 2022-12-07 17:11:04.982 DEBUG 18684 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3220. [rms:0.0.0.0:8885] [,] 2022-12-07 17:11:04.985 DEBUG 18684 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME = ?)
  3221. [rms:0.0.0.0:8885] [,] 2022-12-07 17:11:04.985 DEBUG 18684 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), 工作(String)
  3222. [rms:0.0.0.0:8885] [,] 2022-12-07 17:11:05.000 DEBUG 18684 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3223. [rms:0.0.0.0:8885] [,] 2022-12-07 17:11:46.016 DEBUG 18684 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3224. [rms:0.0.0.0:8885] [,] 2022-12-07 17:11:46.016 DEBUG 18684 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3225. [rms:0.0.0.0:8885] [,] 2022-12-07 17:11:46.036 DEBUG 18684 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3226. [rms:0.0.0.0:8885] [,] 2022-12-07 17:11:46.052 DEBUG 18684 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME = ?)
  3227. [rms:0.0.0.0:8885] [,] 2022-12-07 17:11:46.052 DEBUG 18684 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), (String)
  3228. [rms:0.0.0.0:8885] [,] 2022-12-07 17:11:46.071 DEBUG 18684 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3229. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:49.833 DEBUG 18104 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3230. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:49.850 DEBUG 18104 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3231. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:49.883 DEBUG 18104 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3232. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:49.932 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3233. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:49.933 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3234. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:49.951 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3235. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:49.953 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3236. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:49.954 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3237. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:49.976 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3238. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:49.985 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3239. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:49.986 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 113(Integer), 112(Integer), 111(Integer), 110(Integer), 109(Integer), 108(Integer), 107(Integer), 106(Integer), 105(Integer), 104(Integer)
  3240. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:50.000 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3241. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:50.024 DEBUG 18104 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3242. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:50.025 DEBUG 18104 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3243. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:50.032 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3244. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:50.033 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3245. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:50.043 DEBUG 18104 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3246. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:50.050 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3247. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.686 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3248. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.687 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3249. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.704 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3250. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.705 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  3251. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.705 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 40(Long), 10(Long)
  3252. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.734 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3253. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.735 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3254. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.735 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer), 59(Integer), 58(Integer)
  3255. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.752 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 3
  3256. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.758 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?))
  3257. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.759 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1575(Integer), 1576(Integer)
  3258. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.776 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 3
  3259. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.799 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3260. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.799 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3261. [rms:0.0.0.0:8885] [,] 2022-12-07 17:13:51.816 DEBUG 18104 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3262. [rms:0.0.0.0:8885] [,] 2022-12-07 17:14:01.986 DEBUG 18104 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3263. [rms:0.0.0.0:8885] [,] 2022-12-07 17:14:01.987 DEBUG 18104 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3264. [rms:0.0.0.0:8885] [,] 2022-12-07 17:14:02.000 DEBUG 18104 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3265. [rms:0.0.0.0:8885] [,] 2022-12-07 17:14:02.019 DEBUG 18104 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME = ?)
  3266. [rms:0.0.0.0:8885] [,] 2022-12-07 17:14:02.020 DEBUG 18104 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), (String)
  3267. [rms:0.0.0.0:8885] [,] 2022-12-07 17:14:02.038 DEBUG 18104 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3268. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.898 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3269. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.898 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3270. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.900 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3271. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.900 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3272. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.916 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3273. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.917 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3274. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.918 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3275. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.920 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3276. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.921 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3277. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.921 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3278. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.936 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3279. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.938 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3280. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.938 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3281. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.938 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 114(Integer), 113(Integer), 112(Integer), 111(Integer), 110(Integer), 109(Integer), 108(Integer), 107(Integer), 106(Integer), 105(Integer)
  3282. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.955 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3283. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.980 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3284. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.980 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3285. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:00.997 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3286. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.030 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3287. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.030 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3288. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.031 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3289. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.032 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3290. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.048 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3291. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.049 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3292. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.049 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3293. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.050 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3294. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.052 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3295. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.052 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3296. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.068 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3297. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.069 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3298. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.069 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3299. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.069 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 114(Integer), 113(Integer), 112(Integer), 111(Integer), 110(Integer), 109(Integer), 108(Integer), 107(Integer), 106(Integer), 105(Integer)
  3300. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.087 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3301. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.111 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3302. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.111 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3303. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:41.128 DEBUG 18104 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3304. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.367 DEBUG 18104 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3305. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.367 DEBUG 18104 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3306. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.367 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3307. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.367 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3308. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.383 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3309. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.383 DEBUG 18104 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3310. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.383 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3311. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.383 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3312. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.383 DEBUG 18104 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3313. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.383 DEBUG 18104 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3314. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.398 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3315. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.398 DEBUG 18104 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3316. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.398 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3317. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.398 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 114(Integer), 113(Integer), 112(Integer), 111(Integer), 110(Integer), 109(Integer), 108(Integer), 107(Integer), 106(Integer), 105(Integer)
  3318. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.430 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3319. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.451 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3320. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.451 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3321. [rms:0.0.0.0:8885] [,] 2022-12-07 17:16:46.471 DEBUG 18104 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3322. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.275 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3323. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.275 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3324. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.277 DEBUG 18104 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3325. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.278 DEBUG 18104 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3326. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.293 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3327. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.294 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3328. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.294 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3329. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.295 DEBUG 18104 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3330. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.297 DEBUG 18104 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3331. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.297 DEBUG 18104 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3332. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.312 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3333. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.313 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3334. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.313 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 114(Integer), 113(Integer), 112(Integer), 111(Integer), 110(Integer), 109(Integer), 108(Integer), 107(Integer), 106(Integer), 105(Integer)
  3335. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.314 DEBUG 18104 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3336. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.330 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3337. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.355 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3338. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.355 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3339. [rms:0.0.0.0:8885] [,] 2022-12-07 17:17:12.372 DEBUG 18104 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3340. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.636 DEBUG 19220 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3341. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.668 DEBUG 19220 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3342. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.699 DEBUG 19220 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3343. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.699 DEBUG 19220 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3344. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.699 DEBUG 19220 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3345. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.717 DEBUG 19220 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3346. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.736 DEBUG 19220 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3347. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.736 DEBUG 19220 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 114(Integer), 113(Integer), 112(Integer), 111(Integer), 110(Integer), 109(Integer), 108(Integer), 107(Integer), 106(Integer), 105(Integer)
  3348. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.751 DEBUG 19220 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3349. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.787 DEBUG 19220 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3350. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.787 DEBUG 19220 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3351. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.803 DEBUG 19220 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3352. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.834 DEBUG 19220 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3353. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.834 DEBUG 19220 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3354. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.850 DEBUG 19220 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3355. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.865 DEBUG 19220 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3356. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.865 DEBUG 19220 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3357. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:04.881 DEBUG 19220 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3358. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.787 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3359. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.787 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3360. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.802 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3361. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.802 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  3362. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.802 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 40(Long), 10(Long)
  3363. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.833 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3364. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.833 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3365. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.833 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer), 59(Integer)
  3366. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.849 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 6
  3367. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.865 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?))
  3368. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.865 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1575(Integer), 1576(Integer)
  3369. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.880 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 6
  3370. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.917 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3371. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.917 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3372. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:06.935 DEBUG 19220 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3373. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:49.438 DEBUG 17048 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3374. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:49.649 DEBUG 17048 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3375. [rms:0.0.0.0:8885] [,] 2022-12-07 17:18:49.849 DEBUG 17048 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3376. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.757 DEBUG 17048 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3377. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.757 DEBUG 17048 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3378. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.776 DEBUG 17048 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3379. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.780 DEBUG 17048 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3380. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.781 DEBUG 17048 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3381. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.813 DEBUG 17048 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3382. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.829 DEBUG 17048 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3383. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.830 DEBUG 17048 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 114(Integer), 113(Integer), 112(Integer), 111(Integer), 110(Integer), 109(Integer), 108(Integer), 107(Integer), 106(Integer), 105(Integer)
  3384. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.848 DEBUG 17048 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3385. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.880 DEBUG 17048 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3386. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.880 DEBUG 17048 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3387. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.899 DEBUG 17048 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3388. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.933 DEBUG 17048 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3389. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.933 DEBUG 17048 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3390. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.938 DEBUG 17048 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME = ?)
  3391. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.942 DEBUG 17048 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), (String)
  3392. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.951 DEBUG 17048 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3393. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.953 DEBUG 17048 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3394. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.953 DEBUG 17048 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3395. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:26.961 DEBUG 17048 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3396. [rms:0.0.0.0:8885] [,] 2022-12-07 17:19:28.742 DEBUG 17048 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3397. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:51.945 DEBUG 17048 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3398. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:51.945 DEBUG 17048 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3399. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:51.965 DEBUG 17048 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3400. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:51.965 DEBUG 17048 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3401. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:51.966 DEBUG 17048 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3402. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:51.967 DEBUG 17048 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3403. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:51.968 DEBUG 17048 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3404. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:51.973 DEBUG 17048 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3405. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:51.973 DEBUG 17048 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3406. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:51.973 DEBUG 17048 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3407. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:51.973 DEBUG 17048 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3408. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:52.011 DEBUG 17048 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3409. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:52.013 DEBUG 17048 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3410. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:52.015 DEBUG 17048 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 114(Integer), 113(Integer), 112(Integer), 111(Integer), 110(Integer), 109(Integer), 108(Integer), 107(Integer), 106(Integer), 105(Integer)
  3411. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:52.033 DEBUG 17048 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3412. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:52.059 DEBUG 17048 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3413. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:52.059 DEBUG 17048 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3414. [rms:0.0.0.0:8885] [,] 2022-12-07 17:21:52.077 DEBUG 17048 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3415. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.641 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3416. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.660 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3417. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.696 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3418. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.700 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  3419. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.701 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 40(Long), 10(Long)
  3420. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.725 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3421. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.736 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3422. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.737 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer), 59(Integer)
  3423. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.756 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 6
  3424. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.763 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?))
  3425. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.764 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1575(Integer), 1576(Integer)
  3426. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.782 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 6
  3427. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.997 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3428. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:15.997 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3429. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:16.007 DEBUG 14172 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3430. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:33.965 DEBUG 14172 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3431. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:33.970 DEBUG 14172 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3432. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:33.999 DEBUG 14172 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3433. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:34.066 DEBUG 14172 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME = ?)
  3434. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:34.070 DEBUG 14172 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), (String)
  3435. [rms:0.0.0.0:8885] [,] 2022-12-07 17:23:34.094 DEBUG 14172 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3436. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:25.683 DEBUG 10108 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3437. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:25.703 DEBUG 10108 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3438. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:25.739 DEBUG 10108 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3439. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:25.767 DEBUG 10108 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME = ?)
  3440. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:25.767 DEBUG 10108 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), (String)
  3441. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:25.785 DEBUG 10108 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3442. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.435 DEBUG 13444 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3443. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.467 DEBUG 13444 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3444. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.518 DEBUG 13444 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3445. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.518 DEBUG 13444 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3446. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.518 DEBUG 13444 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3447. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.549 DEBUG 13444 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3448. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.549 DEBUG 13444 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3449. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.549 DEBUG 13444 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 114(Integer), 113(Integer), 112(Integer), 111(Integer), 110(Integer), 109(Integer), 108(Integer), 107(Integer), 106(Integer), 105(Integer)
  3450. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.565 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3451. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.565 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3452. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.580 DEBUG 13444 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3453. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.580 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3454. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.580 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3455. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.580 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3456. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.596 DEBUG 13444 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3457. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.596 DEBUG 13444 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3458. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.612 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3459. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.627 DEBUG 13444 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3460. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.658 DEBUG 13444 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3461. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.658 DEBUG 13444 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3462. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.674 DEBUG 13444 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3463. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.674 DEBUG 13444 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3464. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.674 DEBUG 13444 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3465. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.674 DEBUG 13444 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3466. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.674 DEBUG 13444 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3467. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.690 DEBUG 13444 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3468. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.690 DEBUG 13444 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3469. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.690 DEBUG 13444 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3470. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.690 DEBUG 13444 [http-nio-8885-exec-6] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3471. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.705 DEBUG 13444 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3472. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.705 DEBUG 13444 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3473. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.705 DEBUG 13444 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 114(Integer), 113(Integer), 112(Integer), 111(Integer), 110(Integer), 109(Integer), 108(Integer), 107(Integer), 106(Integer), 105(Integer)
  3474. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.737 DEBUG 13444 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3475. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.752 DEBUG 13444 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3476. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.752 DEBUG 13444 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3477. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:37.772 DEBUG 13444 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3478. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.823 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3479. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.824 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3480. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.842 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3481. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.843 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  3482. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.844 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 40(Long), 10(Long)
  3483. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.863 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3484. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.865 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3485. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.865 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer), 64(Integer), 62(Integer), 61(Integer), 60(Integer), 59(Integer)
  3486. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.884 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 5
  3487. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.893 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?))
  3488. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.894 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1575(Integer)
  3489. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.913 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 5
  3490. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.939 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3491. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.940 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3492. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:40.958 DEBUG 13444 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3493. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:50.609 DEBUG 13444 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3494. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:50.614 DEBUG 13444 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3495. [rms:0.0.0.0:8885] [,] 2022-12-07 17:33:50.643 DEBUG 13444 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3496. [rms:0.0.0.0:8885] [,] 2022-12-07 17:34:32.165 DEBUG 13444 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME = ?)
  3497. [rms:0.0.0.0:8885] [,] 2022-12-07 17:34:32.168 DEBUG 13444 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectList ==> Parameters: 62(Integer), (String)
  3498. [rms:0.0.0.0:8885] [,] 2022-12-07 17:34:32.192 DEBUG 13444 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectList <== Total: 0
  3499. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.033 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3500. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.051 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3501. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.086 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3502. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.090 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3503. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.090 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectList ==> Parameters: 62(Integer)
  3504. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.114 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectList <== Total: 2
  3505. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.120 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3506. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.120 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3507. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.139 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3508. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.146 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3509. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.147 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1588(Integer)
  3510. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.165 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3511. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.167 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3512. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.167 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3513. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.185 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3514. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.186 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3515. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.187 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3516. [rms:0.0.0.0:8885] [,] 2022-12-07 17:36:54.206 DEBUG 1804 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3517. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.091 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3518. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.109 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3519. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.143 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3520. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.168 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3521. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.169 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3522. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.187 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3523. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.189 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  3524. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.190 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3525. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.209 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3526. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.216 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3527. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.217 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3528. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.234 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3529. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.241 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3530. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.242 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1588(Integer)
  3531. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.260 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3532. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.261 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3533. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.262 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3534. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.284 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3535. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.289 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3536. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.290 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3537. [rms:0.0.0.0:8885] [,] 2022-12-07 17:37:49.309 DEBUG 15012 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3538. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.751 DEBUG 15012 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3539. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.751 DEBUG 15012 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3540. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.772 DEBUG 15012 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3541. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.772 DEBUG 15012 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Preparing: UPDATE REPORT_REFERENCES SET REPORT_ID=?, REMARK=?, CREATION_TIME=?, CREATION_MAN_ID=?, TEPY=? WHERE ID=?
  3542. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.772 DEBUG 15012 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Parameters: 62(Integer), 测试2(String), 1970-01-01 11:05:38.0(Timestamp), 114(Integer), 1(String), 9(Integer)
  3543. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.819 DEBUG 15012 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.updateById <== Updates: 1
  3544. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.915 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3545. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.915 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3546. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.935 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3547. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.935 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3548. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.935 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3549. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.951 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3550. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.951 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  3551. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.951 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3552. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.966 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3553. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.966 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3554. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.966 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3555. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.998 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3556. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.998 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3557. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:03.998 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1588(Integer)
  3558. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:04.020 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3559. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:04.023 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3560. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:04.024 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3561. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:04.042 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3562. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:04.043 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3563. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:04.044 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3564. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:04.062 DEBUG 15012 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3565. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.507 DEBUG 15012 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3566. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.508 DEBUG 15012 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3567. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.530 DEBUG 15012 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3568. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.533 DEBUG 15012 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Preparing: UPDATE REPORT_REFERENCES SET REPORT_ID=?, REMARK=?, CREATION_TIME=?, CREATION_MAN_ID=?, TEPY=? WHERE ID=?
  3569. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.535 DEBUG 15012 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Parameters: 62(Integer), 测试2(String), 1970-01-01 11:05:38.0(Timestamp), 114(Integer), 1(String), 9(Integer)
  3570. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.571 DEBUG 15012 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.updateById <== Updates: 1
  3571. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.665 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3572. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.666 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3573. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.687 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3574. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.694 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3575. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.695 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3576. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.712 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3577. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.713 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  3578. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.713 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3579. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.732 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3580. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.735 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3581. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.735 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3582. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.753 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3583. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.755 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3584. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.756 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1588(Integer)
  3585. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.774 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3586. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.776 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3587. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.776 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3588. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.795 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3589. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.799 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3590. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.800 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3591. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:28.818 DEBUG 15012 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3592. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.594 DEBUG 15012 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3593. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.594 DEBUG 15012 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3594. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.612 DEBUG 15012 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3595. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.612 DEBUG 15012 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Preparing: UPDATE REPORT_REFERENCES SET REPORT_ID=?, REMARK=?, CREATION_TIME=?, CREATION_MAN_ID=?, TEPY=? WHERE ID=?
  3596. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.613 DEBUG 15012 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Parameters: 62(Integer), 测试2(String), 1970-01-01 11:05:38.0(Timestamp), 114(Integer), 1(String), 9(Integer)
  3597. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.648 DEBUG 15012 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.updateById <== Updates: 1
  3598. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.742 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3599. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.742 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3600. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.760 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3601. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.763 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3602. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.764 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3603. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.782 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3604. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.782 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  3605. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.783 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3606. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.800 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3607. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.802 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3608. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.802 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3609. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.821 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3610. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.823 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3611. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.824 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1588(Integer)
  3612. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.842 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3613. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.844 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3614. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.845 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3615. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.863 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3616. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.864 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3617. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.864 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3618. [rms:0.0.0.0:8885] [,] 2022-12-07 17:38:52.882 DEBUG 15012 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3619. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.358 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3620. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.375 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3621. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.408 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3622. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.411 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.delete ==> Preparing: DELETE FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3623. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.411 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.delete ==> Parameters: 9(Integer)
  3624. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.445 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.delete <== Updates: 1
  3625. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.453 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.deleteBatchIds ==> Preparing: DELETE FROM REPORT_FILE WHERE ID IN ( ? )
  3626. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.453 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.deleteBatchIds ==> Parameters: 1588(Integer)
  3627. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.487 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.deleteBatchIds <== Updates: 1
  3628. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.860 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.insert ==> Preparing: INSERT INTO REPORT_FILE ( NAME, FILE_NAME, ADDRESS, UID, SIZE, SUFFIX ) VALUES ( ?, ?, ?, ?, ?, ? )
  3629. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.862 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.insert ==> Parameters: 修改说明(String), ad83204d3b3e4f6191a77ff3dbcaf6ff.docx(String), \20221207\ad83204d3b3e4f6191a77ff3dbcaf6ff.docx(String), 114(Integer), 13037(Integer), docx(String)
  3630. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.899 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Preparing: INSERT INTO ASSO_REPORT_REFERENCES ( FILE_ID, REPORT_REFERENCES_ID ) VALUES ( ?, ? )
  3631. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.900 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Parameters: 1589(Integer), 9(Integer)
  3632. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.940 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Preparing: UPDATE REPORT_REFERENCES SET REPORT_ID=?, REMARK=?, CREATION_TIME=?, CREATION_MAN_ID=?, TEPY=? WHERE ID=?
  3633. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.942 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Parameters: 62(Integer), 测试2(String), 1970-01-01 11:05:38.0(Timestamp), 114(Integer), 1(String), 9(Integer)
  3634. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:53.976 DEBUG 6524 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.updateById <== Updates: 1
  3635. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.141 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3636. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.142 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3637. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.161 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3638. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.185 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3639. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.185 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3640. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.202 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3641. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.205 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  3642. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.206 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3643. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.224 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3644. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.226 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3645. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.226 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3646. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.245 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3647. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.254 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3648. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.255 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  3649. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.275 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3650. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.279 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3651. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.281 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3652. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.300 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3653. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.305 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3654. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.307 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3655. [rms:0.0.0.0:8885] [,] 2022-12-07 17:44:54.328 DEBUG 6524 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3656. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.197 DEBUG 6524 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Preparing: INSERT INTO REPORT_REFERENCES ( REPORT_ID, REMARK, CREATION_TIME, CREATION_MAN_ID, TEPY ) VALUES ( ?, ?, ?, ?, ? )
  3657. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.197 DEBUG 6524 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.insert ==> Parameters: 62(Integer), 测试4(String), 2022-12-07 17:45:14.175(Timestamp), 114(Integer), 1(String)
  3658. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.233 DEBUG 6524 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.insert <== Updates: 1
  3659. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.265 DEBUG 6524 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.insert ==> Preparing: INSERT INTO REPORT_FILE ( NAME, FILE_NAME, ADDRESS, UID, SIZE, SUFFIX ) VALUES ( ?, ?, ?, ?, ?, ? )
  3660. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.267 DEBUG 6524 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.insert ==> Parameters: 需求表(String), 6995ac3486b44b869665082b0be23b45.xlsx(String), \20221207\6995ac3486b44b869665082b0be23b45.xlsx(String), 114(Integer), 11236(Integer), xlsx(String)
  3661. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.308 DEBUG 6524 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Preparing: INSERT INTO ASSO_REPORT_REFERENCES ( FILE_ID, REPORT_REFERENCES_ID ) VALUES ( ?, ? )
  3662. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.310 DEBUG 6524 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Parameters: 1590(Integer), 11(Integer)
  3663. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.406 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3664. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.408 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3665. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.429 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3666. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.435 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3667. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.436 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3668. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.453 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3669. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.454 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  3670. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.454 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3671. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.472 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 3
  3672. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.473 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3673. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.474 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3674. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.491 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3675. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.493 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3676. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.493 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  3677. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.511 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3678. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.513 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3679. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.513 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3680. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.530 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3681. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.532 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3682. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.532 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3683. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.551 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3684. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.552 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3685. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.552 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 11(Integer)
  3686. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.569 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3687. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.571 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3688. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.572 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1590(Integer)
  3689. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:14.589 DEBUG 6524 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3690. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.292 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3691. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.292 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 11(Integer)
  3692. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.308 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3693. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.308 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.delete ==> Preparing: DELETE FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3694. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.308 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.delete ==> Parameters: 11(Integer)
  3695. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.339 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.delete <== Updates: 1
  3696. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.339 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.deleteBatchIds ==> Preparing: DELETE FROM REPORT_FILE WHERE ID IN ( ? )
  3697. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.339 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.deleteBatchIds ==> Parameters: 1590(Integer)
  3698. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.373 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.deleteBatchIds <== Updates: 1
  3699. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.404 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.insert ==> Preparing: INSERT INTO REPORT_FILE ( NAME, FILE_NAME, ADDRESS, UID, SIZE, SUFFIX ) VALUES ( ?, ?, ?, ?, ?, ? )
  3700. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.404 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.insert ==> Parameters: 专利导出1(1)(String), aa14e51774eb433dabebaff17eb088bd.XLSX(String), \20221207\aa14e51774eb433dabebaff17eb088bd.XLSX(String), 114(Integer), 5208985(Integer), XLSX(String)
  3701. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.435 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Preparing: INSERT INTO ASSO_REPORT_REFERENCES ( FILE_ID, REPORT_REFERENCES_ID ) VALUES ( ?, ? )
  3702. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.435 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.insert ==> Parameters: 1591(Integer), 11(Integer)
  3703. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.472 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Preparing: UPDATE REPORT_REFERENCES SET REPORT_ID=?, REMARK=?, CREATION_TIME=?, CREATION_MAN_ID=?, TEPY=? WHERE ID=?
  3704. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.472 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.updateById ==> Parameters: 62(Integer), 测试4(String), 1970-01-01 17:45:14.0(Timestamp), 114(Integer), 1(String), 11(Integer)
  3705. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.503 DEBUG 6524 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.updateById <== Updates: 1
  3706. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.602 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3707. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.602 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3708. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.618 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3709. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.618 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3710. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.618 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3711. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.635 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3712. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.635 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  3713. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.635 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3714. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.651 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 3
  3715. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.651 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3716. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.666 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3717. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.682 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3718. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.682 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3719. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.682 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  3720. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.698 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3721. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.698 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3722. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.698 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3723. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.713 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3724. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.713 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3725. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.713 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3726. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.730 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3727. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.730 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3728. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.730 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 11(Integer)
  3729. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.762 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3730. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.762 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3731. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.762 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1591(Integer)
  3732. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:26.777 DEBUG 6524 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3733. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.186 DEBUG 6524 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.deleteById ==> Preparing: DELETE FROM REPORT_REFERENCES WHERE ID=?
  3734. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.186 DEBUG 6524 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.deleteById ==> Parameters: 11(Integer)
  3735. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.222 DEBUG 6524 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.deleteById <== Updates: 1
  3736. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.223 DEBUG 6524 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3737. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.224 DEBUG 6524 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 11(Integer)
  3738. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.241 DEBUG 6524 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3739. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.242 DEBUG 6524 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.deleteBatchIds ==> Preparing: DELETE FROM REPORT_FILE WHERE ID IN ( ? )
  3740. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.242 DEBUG 6524 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.deleteBatchIds ==> Parameters: 1591(Integer)
  3741. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.277 DEBUG 6524 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.deleteBatchIds <== Updates: 1
  3742. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.279 DEBUG 6524 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.delete ==> Preparing: DELETE FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3743. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.279 DEBUG 6524 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.delete ==> Parameters: 11(Integer)
  3744. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.314 DEBUG 6524 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.delete <== Updates: 1
  3745. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.365 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3746. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.365 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3747. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.383 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3748. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.385 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3749. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.385 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3750. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.403 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3751. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.403 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) LIMIT ?
  3752. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.403 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3753. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.422 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3754. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.423 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3755. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.423 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3756. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.441 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3757. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.442 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3758. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.442 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  3759. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.459 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3760. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.460 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3761. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.461 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3762. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.478 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3763. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.479 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3764. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.479 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3765. [rms:0.0.0.0:8885] [,] 2022-12-07 17:45:31.496 DEBUG 6524 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3766. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.776 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3767. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.795 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3768. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.841 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3769. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.869 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3770. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.870 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3771. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.887 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3772. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.890 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  3773. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.890 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3774. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.915 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3775. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.935 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3776. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.936 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3777. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.954 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3778. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.976 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3779. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.976 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3780. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.995 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3781. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.996 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3782. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:25.996 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3783. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:26.000 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3784. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:26.000 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3785. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:26.000 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  3786. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:26.031 DEBUG 8040 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3787. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:35.669 DEBUG 8040 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3788. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:35.670 DEBUG 8040 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3789. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:35.688 DEBUG 8040 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3790. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:35.691 DEBUG 8040 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME = ?)
  3791. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:35.692 DEBUG 8040 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), 修改(String)
  3792. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:35.710 DEBUG 8040 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3793. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:52.447 DEBUG 8040 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3794. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:52.448 DEBUG 8040 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3795. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:52.467 DEBUG 8040 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3796. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:52.472 DEBUG 8040 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME = ?)
  3797. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:52.472 DEBUG 8040 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), 修改(String)
  3798. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:52.489 DEBUG 8040 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3799. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.360 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3800. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.361 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3801. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.379 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3802. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.381 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3803. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.382 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3804. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.399 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3805. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.399 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  3806. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.400 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3807. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.417 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3808. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.418 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3809. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.419 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3810. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.435 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3811. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.437 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3812. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.438 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3813. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.456 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3814. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.457 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3815. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.458 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3816. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.476 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3817. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.485 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3818. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.486 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  3819. [rms:0.0.0.0:8885] [,] 2022-12-07 17:47:55.506 DEBUG 8040 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3820. [rms:0.0.0.0:8885] [,] 2022-12-07 17:48:37.026 DEBUG 8040 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3821. [rms:0.0.0.0:8885] [,] 2022-12-07 17:48:37.026 DEBUG 8040 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3822. [rms:0.0.0.0:8885] [,] 2022-12-07 17:48:37.043 DEBUG 8040 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3823. [rms:0.0.0.0:8885] [,] 2022-12-07 17:48:37.046 DEBUG 8040 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME = ?)
  3824. [rms:0.0.0.0:8885] [,] 2022-12-07 17:48:37.046 DEBUG 8040 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), 修改说明(String)
  3825. [rms:0.0.0.0:8885] [,] 2022-12-07 17:48:37.063 DEBUG 8040 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3826. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:23.836 DEBUG 5348 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3827. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:23.851 DEBUG 5348 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3828. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:23.887 DEBUG 5348 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3829. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:23.918 DEBUG 5348 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME LIKE ?)
  3830. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:23.918 DEBUG 5348 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), %修改说明%(String)
  3831. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:23.934 DEBUG 5348 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3832. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:28.552 DEBUG 5348 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3833. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:28.552 DEBUG 5348 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3834. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:28.578 DEBUG 5348 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3835. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:28.582 DEBUG 5348 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME LIKE ?)
  3836. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:28.582 DEBUG 5348 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), %修改说明%(String)
  3837. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:28.601 DEBUG 5348 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3838. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:30.161 DEBUG 5348 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3839. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:30.161 DEBUG 5348 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3840. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:30.180 DEBUG 5348 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3841. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:30.183 DEBUG 5348 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME LIKE ?)
  3842. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:30.183 DEBUG 5348 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), %修改说明%(String)
  3843. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:30.202 DEBUG 5348 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3844. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:31.391 DEBUG 5348 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3845. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:31.391 DEBUG 5348 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3846. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:31.413 DEBUG 5348 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3847. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:31.423 DEBUG 5348 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ? AND REFERENCES_NAME LIKE ?)
  3848. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:31.424 DEBUG 5348 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer), %修改说明%(String)
  3849. [rms:0.0.0.0:8885] [,] 2022-12-07 17:49:31.444 DEBUG 5348 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3850. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:08.940 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3851. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:08.958 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3852. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:08.992 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3853. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.019 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3854. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.020 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3855. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.039 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3856. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.048 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  3857. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.052 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3858. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.071 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3859. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.077 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3860. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.078 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3861. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.095 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3862. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.102 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3863. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.103 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3864. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.120 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3865. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.121 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3866. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.122 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3867. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.139 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3868. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.140 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3869. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.141 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  3870. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:09.158 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3871. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:16.944 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3872. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:16.945 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3873. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:16.964 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3874. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:16.967 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3875. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:16.967 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3876. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:16.984 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3877. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:16.985 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  3878. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:16.985 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3879. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.002 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3880. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.003 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3881. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.004 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3882. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.021 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3883. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.022 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3884. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.023 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3885. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.040 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3886. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.042 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3887. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.042 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3888. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.059 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3889. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.060 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3890. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.060 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  3891. [rms:0.0.0.0:8885] [,] 2022-12-07 18:01:17.078 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3892. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.541 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3893. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.541 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3894. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.560 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3895. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.565 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3896. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.566 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3897. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.583 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3898. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.584 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  3899. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.585 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3900. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.602 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3901. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.604 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3902. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.604 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3903. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.621 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3904. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.624 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3905. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.624 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  3906. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.642 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3907. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.643 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3908. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.644 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3909. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.660 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3910. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.661 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3911. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.661 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  3912. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:08.679 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3913. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.807 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3914. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.808 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3915. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.829 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3916. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.839 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3917. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.840 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3918. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.857 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3919. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.859 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  3920. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.860 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3921. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.879 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3922. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.883 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3923. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.884 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3924. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.903 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3925. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.912 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  3926. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.914 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer), %修改%(String)
  3927. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.932 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 0
  3928. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.937 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3929. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.938 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3930. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.956 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3931. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.961 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  3932. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.962 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer), %修改%(String)
  3933. [rms:0.0.0.0:8885] [,] 2022-12-07 18:02:13.982 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3934. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:17.930 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  3935. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:17.931 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  3936. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:17.948 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  3937. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:17.950 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  3938. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:17.951 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  3939. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:17.968 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  3940. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:17.968 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  3941. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:17.969 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  3942. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:17.986 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  3943. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:17.988 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3944. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:17.988 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  3945. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:18.000 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3946. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:18.000 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  3947. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:18.000 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer), %修改%(String)
  3948. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:18.029 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 0
  3949. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:18.034 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  3950. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:18.035 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  3951. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:18.054 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  3952. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:18.058 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  3953. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:18.059 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer), %修改%(String)
  3954. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:18.078 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  3955. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:32.849 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3956. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:32.849 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3957. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:32.866 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3958. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:32.866 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  3959. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:32.867 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  3960. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:32.887 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3961. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:32.895 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3962. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:32.895 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 119(Integer), 118(Integer), 117(Integer), 116(Integer), 115(Integer), 114(Integer), 113(Integer), 112(Integer), 111(Integer), 110(Integer)
  3963. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:32.912 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  3964. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:33.219 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3965. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:33.219 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3966. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:33.236 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3967. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:33.272 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  3968. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:33.272 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3969. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:33.288 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3970. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:33.288 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  3971. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:33.303 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  3972. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:33.319 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  3973. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.804 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3974. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.805 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3975. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.822 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3976. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.823 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  3977. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.823 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 40(Long), 10(Long)
  3978. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.844 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3979. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.845 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3980. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.846 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 79(Integer), 78(Integer), 74(Integer), 73(Integer), 72(Integer), 71(Integer), 70(Integer), 68(Integer), 67(Integer), 65(Integer)
  3981. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.862 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 10
  3982. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.865 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?,?,?,?,?,?,?,?,?,?))
  3983. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.865 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1565(Integer), 1566(Integer), 1567(Integer), 1568(Integer), 1569(Integer), 1570(Integer), 1571(Integer), 1572(Integer), 1573(Integer), 1574(Integer)
  3984. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.891 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 10
  3985. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.918 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  3986. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.918 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  3987. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:34.935 DEBUG 9288 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  3988. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.834 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  3989. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.835 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  3990. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.852 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  3991. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.852 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?,?
  3992. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.853 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 50(Long), 10(Long)
  3993. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.873 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  3994. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.875 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  3995. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.875 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 64(Integer), 62(Integer), 61(Integer), 60(Integer), 59(Integer), 58(Integer), 57(Integer), 56(Integer), 55(Integer), 54(Integer)
  3996. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.892 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 1
  3997. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.893 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  3998. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.893 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1575(Integer)
  3999. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.910 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4000. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.933 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  4001. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.933 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  4002. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:36.950 DEBUG 9288 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  4003. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.603 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  4004. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.603 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  4005. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.619 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  4006. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.619 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  4007. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.619 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  4008. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.635 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  4009. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.635 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  4010. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.635 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  4011. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.667 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  4012. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.667 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4013. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.667 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  4014. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.682 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4015. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.682 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  4016. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.682 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  4017. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.698 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4018. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.698 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4019. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.698 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  4020. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.714 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4021. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.714 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  4022. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.714 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  4023. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:41.745 DEBUG 9288 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4024. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.140 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  4025. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.141 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  4026. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.159 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  4027. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.161 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  4028. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.161 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  4029. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.179 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  4030. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.180 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  4031. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.181 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  4032. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.200 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  4033. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.204 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4034. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.205 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  4035. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.222 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4036. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.223 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  4037. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.223 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer), %修改%(String)
  4038. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.240 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 0
  4039. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.241 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4040. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.241 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  4041. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.259 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4042. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.264 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  4043. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.265 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer), %修改%(String)
  4044. [rms:0.0.0.0:8885] [,] 2022-12-07 18:03:54.282 DEBUG 9288 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4045. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.104 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  4046. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.104 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  4047. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.120 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  4048. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.120 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  4049. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.120 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  4050. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.135 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  4051. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.135 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  4052. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.135 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  4053. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.151 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  4054. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.151 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4055. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.151 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  4056. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.172 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4057. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.172 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  4058. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.172 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  4059. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.187 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4060. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.187 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4061. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.187 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  4062. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.219 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4063. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.219 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  4064. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.219 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  4065. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:40.234 DEBUG 9288 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4066. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.503 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  4067. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.503 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  4068. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.518 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  4069. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.534 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  4070. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.534 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  4071. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.552 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  4072. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.552 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  4073. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.552 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  4074. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.567 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  4075. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.567 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4076. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.567 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  4077. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.583 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4078. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.583 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  4079. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.583 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer), %修改%(String)
  4080. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.598 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 0
  4081. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.598 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4082. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.598 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  4083. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.614 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4084. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.614 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  4085. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.614 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer), %修改%(String)
  4086. [rms:0.0.0.0:8885] [,] 2022-12-07 18:04:49.635 DEBUG 9288 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4087. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.229 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  4088. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.230 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  4089. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.247 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  4090. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.249 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  4091. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.249 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  4092. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.267 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  4093. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.267 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  4094. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.268 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  4095. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.284 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  4096. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.285 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4097. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.285 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  4098. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.303 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4099. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.304 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  4100. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.304 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  4101. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.321 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4102. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.322 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4103. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.322 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  4104. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.339 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4105. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.339 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  4106. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.340 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  4107. [rms:0.0.0.0:8885] [,] 2022-12-07 18:05:57.357 DEBUG 9288 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4108. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:10.960 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  4109. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:10.962 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  4110. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:10.979 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  4111. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:10.981 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  4112. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:10.981 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  4113. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:10.998 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  4114. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:10.998 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  4115. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:10.999 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  4116. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.016 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  4117. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.017 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4118. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.017 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  4119. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.034 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4120. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.035 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  4121. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.035 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer), %修改%(String)
  4122. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.052 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 0
  4123. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.053 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4124. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.054 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  4125. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.071 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4126. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.074 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  4127. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.075 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer), %修改%(String)
  4128. [rms:0.0.0.0:8885] [,] 2022-12-07 18:06:11.094 DEBUG 9288 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4129. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.603 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  4130. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.622 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  4131. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.657 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  4132. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.683 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  4133. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.684 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  4134. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.702 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  4135. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.704 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  4136. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.705 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  4137. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.724 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  4138. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.731 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4139. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.731 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  4140. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.749 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4141. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.757 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  4142. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.757 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer), %修改%(String)
  4143. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.776 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 0
  4144. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.777 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4145. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.777 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  4146. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.795 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4147. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.796 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  4148. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.797 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer), %修改%(String)
  4149. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:01.815 DEBUG 18768 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4150. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.387 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  4151. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.388 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  4152. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.407 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  4153. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.410 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  4154. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.410 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  4155. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.428 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  4156. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.429 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  4157. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.429 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  4158. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.447 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  4159. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.448 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4160. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.449 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  4161. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.466 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4162. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.468 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  4163. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.468 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer)
  4164. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.487 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4165. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.488 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4166. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.488 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  4167. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.505 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4168. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.507 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?))
  4169. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.507 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer)
  4170. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:10.525 DEBUG 18768 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4171. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.587 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT WHERE (ID = ?)
  4172. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.587 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 62(Integer)
  4173. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.607 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  4174. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.610 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT_REFERENCES WHERE (REPORT_ID = ?)
  4175. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.610 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount ==> Parameters: 62(Integer)
  4176. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.629 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage_mpCount <== Total: 1
  4177. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.630 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Preparing: SELECT ID,REPORT_ID,FILE_URL,REMARK,CREATION_TIME,CREATION_MAN_ID,TEPY AS type,REFERENCES_NAME AS referName,FILE_NAME FROM REPORT_REFERENCES WHERE (REPORT_ID = ?) ORDER BY ID DESC LIMIT ?
  4178. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.631 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage ==> Parameters: 62(Integer), 10(Long)
  4179. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.649 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportReferencesMapper.selectPage <== Total: 2
  4180. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.651 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4181. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.651 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 10(Integer)
  4182. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.669 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4183. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.671 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  4184. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.672 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1581(Integer), %专%(String)
  4185. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.689 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 1
  4186. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.692 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Preparing: SELECT ID, FILE_ID AS fileID, REPORT_REFERENCES_ID AS ReportReferencesID FROM ASSO_REPORT_REFERENCES WHERE ( REPORT_REFERENCES_ID = ?)
  4187. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.692 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList ==> Parameters: 9(Integer)
  4188. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.711 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoReportReferencesMapper.selectList <== Total: 1
  4189. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.713 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Preparing: SELECT ID,NAME,FILE_NAME,ADDRESS AS url,ZID AS reportId,REMARK,UPDATE_TIME AS createTime,UID AS createBy,TYPE,SIZE,SUFFIX FROM REPORT_FILE WHERE (ID IN (?) AND NAME LIKE ?)
  4190. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.714 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList ==> Parameters: 1589(Integer), %专%(String)
  4191. [rms:0.0.0.0:8885] [,] 2022-12-07 18:12:33.732 DEBUG 18768 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportFileMapper.selectList <== Total: 0
  4192. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.405 DEBUG 18768 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  4193. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.405 DEBUG 18768 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  4194. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.421 DEBUG 18768 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  4195. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.421 DEBUG 18768 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Preparing: SELECT ID,SIGN_PATENT_NO,NAME,PRO_TEC,TYPE,STATUS,CREATE_TIME,REPORT_FILE_ID,PERSON_ID,PERSON_NAME,CLIENT_ID,CLIENT_NAME,DEPARTMENT_ID,DEPARTMENT_NAME,ASSOCIATE_REPORT_ID,ASSOCIATE_REPORT_NAME,SCENARIO_ID,IT_FLAG,PROJECT_ID,VOLUME_NUMBER,SPLIT_BY,SPLIT_TYPE,CREATE_PERSON_ID,CREATE_PERSON_NAME FROM REPORT ORDER BY ID DESC LIMIT ?
  4196. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.421 DEBUG 18768 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  4197. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.452 DEBUG 18768 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  4198. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.452 DEBUG 18768 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,FILE_TYPE,FILE_ID FROM ASSO_REPORT_FILE WHERE (REPORT_ID IN (?,?,?,?,?,?,?,?,?,?))
  4199. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.452 DEBUG 18768 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList ==> Parameters: 121(Integer), 120(Integer), 119(Integer), 118(Integer), 117(Integer), 116(Integer), 115(Integer), 114(Integer), 113(Integer), 112(Integer)
  4200. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.467 DEBUG 18768 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoReportFileMapper.selectList <== Total: 0
  4201. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.499 DEBUG 18768 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  4202. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.499 DEBUG 18768 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  4203. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.514 DEBUG 18768 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  4204. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.546 DEBUG 18768 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM
  4205. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.561 DEBUG 18768 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  4206. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.577 DEBUG 18768 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  4207. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.577 DEBUG 18768 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Preparing: SELECT ID,DICT_PARENT_KEY,DICT_CHILD_LABEL,DICT_CHILD_VALUE FROM SYS_DICT_ITEM WHERE (DICT_PARENT_KEY = ?)
  4208. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.577 DEBUG 18768 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  4209. [rms:0.0.0.0:8885] [,] 2022-12-07 18:43:41.592 DEBUG 18768 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7