rms-debug.2022-11-22.0.log 191 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937
  1. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:17.542 DEBUG 23816 [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
  2. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:17.573 DEBUG 23816 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  3. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:17.604 DEBUG 23816 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  4. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:17.620 DEBUG 23816 [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 = ?)
  5. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:17.620 DEBUG 23816 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  6. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:17.636 DEBUG 23816 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  7. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:31.479 DEBUG 23816 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM REPORT
  8. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:31.479 DEBUG 23816 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount ==> Parameters:
  9. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:31.497 DEBUG 23816 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage_mpCount <== Total: 1
  10. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:31.500 DEBUG 23816 [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 FROM REPORT ORDER BY ID DESC LIMIT ?
  11. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:31.501 DEBUG 23816 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage ==> Parameters: 10(Long)
  12. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:31.541 DEBUG 23816 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectPage <== Total: 10
  13. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:32.650 DEBUG 23816 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM REPORT ORDER BY ID DESC
  14. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:32.650 DEBUG 23816 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount ==> Parameters:
  15. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:32.669 DEBUG 23816 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectCount <== Total: 1
  16. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:34.316 DEBUG 23816 [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
  17. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:34.316 DEBUG 23816 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectCount ==> Parameters: 0(Integer), 114(Integer)
  18. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:34.348 DEBUG 23816 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectCount <== Total: 1
  19. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:34.348 DEBUG 23816 [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 = ?)
  20. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:34.348 DEBUG 23816 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Parameters: 0(Integer), 114(Integer)
  21. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:34.363 DEBUG 23816 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount <== Total: 1
  22. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:34.363 DEBUG 23816 [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 FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC LIMIT ?
  23. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:34.363 DEBUG 23816 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectPage ==> Parameters: 0(Integer), 114(Integer), 10(Long)
  24. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:34.395 DEBUG 23816 [http-nio-8885-exec-2] cn.cslg.report.mapper.TaskMapper.selectPage <== Total: 3
  25. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:36.022 DEBUG 23816 [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 = ?)
  26. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:36.023 DEBUG 23816 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  27. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:36.040 DEBUG 23816 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  28. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:36.046 DEBUG 23816 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  29. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:36.047 DEBUG 23816 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  30. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:36.065 DEBUG 23816 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  31. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:36.066 DEBUG 23816 [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 FROM REPORT WHERE ID=?
  32. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:36.066 DEBUG 23816 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  33. [rms:0.0.0.0:8885] [,] 2022-11-22 10:56:36.083 DEBUG 23816 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  34. [rms:0.0.0.0:8885] [,] 2022-11-22 10:57:14.716 DEBUG 23816 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID={personelId} and STATE=? and TASK_ID=?
  35. [rms:0.0.0.0:8885] [,] 2022-11-22 10:57:14.717 DEBUG 23816 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 1(Integer), 57(Integer)
  36. [rms:0.0.0.0:8885] [,] 2022-11-22 10:57:21.979 DEBUG 23816 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID={personelId} and STATE=? and TASK_ID=?
  37. [rms:0.0.0.0:8885] [,] 2022-11-22 10:57:21.979 DEBUG 23816 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 1(Integer), 57(Integer)
  38. [rms:0.0.0.0:8885] [,] 2022-11-22 11:04:47.430 DEBUG 12916 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID={personelId} and STATE=? and TASK_ID=?
  39. [rms:0.0.0.0:8885] [,] 2022-11-22 11:04:47.451 DEBUG 12916 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 1(Integer), 57(Integer)
  40. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:00.598 DEBUG 12916 [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 = ?)
  41. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:00.598 DEBUG 12916 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  42. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:00.629 DEBUG 12916 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  43. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:00.645 DEBUG 12916 [http-nio-8885-exec-9] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  44. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:00.645 DEBUG 12916 [http-nio-8885-exec-9] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  45. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:00.661 DEBUG 12916 [http-nio-8885-exec-9] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  46. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:00.661 DEBUG 12916 [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 FROM REPORT WHERE ID=?
  47. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:00.661 DEBUG 12916 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  48. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:00.676 DEBUG 12916 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  49. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:05.517 DEBUG 12916 [http-nio-8885-exec-3] 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 = ?)
  50. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:05.517 DEBUG 12916 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  51. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:05.536 DEBUG 12916 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  52. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:05.538 DEBUG 12916 [http-nio-8885-exec-3] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  53. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:05.538 DEBUG 12916 [http-nio-8885-exec-3] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  54. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:05.555 DEBUG 12916 [http-nio-8885-exec-3] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  55. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:05.556 DEBUG 12916 [http-nio-8885-exec-3] 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 FROM REPORT WHERE ID=?
  56. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:05.556 DEBUG 12916 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  57. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:05.574 DEBUG 12916 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  58. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:39.282 DEBUG 12916 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID={personelId} and STATE=? and TASK_ID=?
  59. [rms:0.0.0.0:8885] [,] 2022-11-22 11:05:39.282 DEBUG 12916 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 0(Integer), 57(Integer)
  60. [rms:0.0.0.0:8885] [,] 2022-11-22 11:07:29.976 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  61. [rms:0.0.0.0:8885] [,] 2022-11-22 11:07:30.013 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  62. [rms:0.0.0.0:8885] [,] 2022-11-22 11:07:30.049 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  63. [rms:0.0.0.0:8885] [,] 2022-11-22 11:07:43.491 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  64. [rms:0.0.0.0:8885] [,] 2022-11-22 11:07:43.492 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  65. [rms:0.0.0.0:8885] [,] 2022-11-22 11:07:43.509 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  66. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:36.759 DEBUG 28772 [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 = ?)
  67. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:36.760 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  68. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:36.778 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  69. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:36.786 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  70. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:36.787 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  71. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:36.805 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  72. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:36.819 DEBUG 28772 [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 FROM REPORT WHERE ID=?
  73. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:36.820 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  74. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:36.837 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  75. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:44.757 DEBUG 28772 [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 = ?)
  76. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:44.757 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  77. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:44.773 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  78. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:44.773 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  79. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:44.773 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  80. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:44.804 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  81. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:44.804 DEBUG 28772 [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 FROM REPORT WHERE ID=?
  82. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:44.804 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  83. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:44.820 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  84. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:52.888 DEBUG 28772 [http-nio-8885-exec-1] 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 = ?)
  85. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:52.888 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  86. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:52.906 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  87. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:52.907 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  88. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:52.908 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  89. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:52.926 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  90. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:52.927 DEBUG 28772 [http-nio-8885-exec-1] 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 FROM REPORT WHERE ID=?
  91. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:52.927 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  92. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:52.947 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  93. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:55.822 DEBUG 28772 [http-nio-8885-exec-2] 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 = ?)
  94. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:55.823 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  95. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:55.846 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  96. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:55.852 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  97. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:55.853 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  98. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:55.872 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  99. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:55.873 DEBUG 28772 [http-nio-8885-exec-2] 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 FROM REPORT WHERE ID=?
  100. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:55.874 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  101. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:55.891 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  102. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:59.433 DEBUG 28772 [http-nio-8885-exec-6] 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 = ?)
  103. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:59.434 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  104. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:59.453 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  105. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:59.456 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  106. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:59.457 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  107. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:59.475 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  108. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:59.476 DEBUG 28772 [http-nio-8885-exec-6] 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 FROM REPORT WHERE ID=?
  109. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:59.477 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  110. [rms:0.0.0.0:8885] [,] 2022-11-22 11:08:59.495 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  111. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:00.458 DEBUG 28772 [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
  112. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:00.458 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  113. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:00.473 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  114. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:00.473 DEBUG 28772 [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 = ?)
  115. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:00.473 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  116. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:00.489 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  117. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:18.704 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC
  118. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:18.705 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectCount ==> Parameters: 0(Integer), 114(Integer)
  119. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:18.723 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectCount <== Total: 1
  120. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:18.751 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?)
  121. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:18.751 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Parameters: 0(Integer), 114(Integer)
  122. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:18.768 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount <== Total: 1
  123. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:18.771 DEBUG 28772 [http-nio-8885-exec-6] 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 FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC LIMIT ?
  124. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:18.772 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage ==> Parameters: 0(Integer), 114(Integer), 10(Long)
  125. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:18.794 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage <== Total: 3
  126. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:21.075 DEBUG 28772 [http-nio-8885-exec-7] 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 = ?)
  127. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:21.076 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  128. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:21.097 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  129. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:21.099 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  130. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:21.099 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  131. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:21.117 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  132. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:21.117 DEBUG 28772 [http-nio-8885-exec-7] 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 FROM REPORT WHERE ID=?
  133. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:21.117 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  134. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:21.136 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  135. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:48.965 DEBUG 28772 [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 = ?)
  136. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:48.965 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  137. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:48.983 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  138. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:48.985 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  139. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:48.985 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  140. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:49.000 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  141. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:49.000 DEBUG 28772 [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 FROM REPORT WHERE ID=?
  142. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:49.000 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  143. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:49.016 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  144. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:51.747 DEBUG 28772 [http-nio-8885-exec-2] 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 = ?)
  145. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:51.748 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  146. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:51.768 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  147. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:51.772 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  148. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:51.773 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  149. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:51.791 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  150. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:51.793 DEBUG 28772 [http-nio-8885-exec-2] 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 FROM REPORT WHERE ID=?
  151. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:51.795 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  152. [rms:0.0.0.0:8885] [,] 2022-11-22 11:11:51.813 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  153. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:07.503 DEBUG 28772 [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 = ?)
  154. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:07.503 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  155. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:07.520 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  156. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:07.522 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  157. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:07.522 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  158. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:07.541 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  159. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:07.541 DEBUG 28772 [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 FROM REPORT WHERE ID=?
  160. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:07.542 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  161. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:07.559 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  162. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:26.742 DEBUG 28772 [http-nio-8885-exec-3] 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 = ?)
  163. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:26.742 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  164. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:26.760 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  165. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:26.761 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  166. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:26.762 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  167. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:26.779 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  168. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:26.781 DEBUG 28772 [http-nio-8885-exec-3] 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 FROM REPORT WHERE ID=?
  169. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:26.782 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  170. [rms:0.0.0.0:8885] [,] 2022-11-22 11:12:26.800 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  171. [rms:0.0.0.0:8885] [,] 2022-11-22 11:13:59.939 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.TaskMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC
  172. [rms:0.0.0.0:8885] [,] 2022-11-22 11:13:59.940 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.TaskMapper.selectCount ==> Parameters: 0(Integer), 114(Integer)
  173. [rms:0.0.0.0:8885] [,] 2022-11-22 11:13:59.958 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.TaskMapper.selectCount <== Total: 1
  174. [rms:0.0.0.0:8885] [,] 2022-11-22 11:13:59.965 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?)
  175. [rms:0.0.0.0:8885] [,] 2022-11-22 11:13:59.965 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Parameters: 0(Integer), 114(Integer)
  176. [rms:0.0.0.0:8885] [,] 2022-11-22 11:13:59.982 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount <== Total: 1
  177. [rms:0.0.0.0:8885] [,] 2022-11-22 11:13:59.982 DEBUG 28772 [http-nio-8885-exec-10] 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 FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC LIMIT ?
  178. [rms:0.0.0.0:8885] [,] 2022-11-22 11:13:59.983 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.TaskMapper.selectPage ==> Parameters: 0(Integer), 114(Integer), 10(Long)
  179. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.000 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.TaskMapper.selectPage <== Total: 3
  180. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.273 DEBUG 28772 [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
  181. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.273 DEBUG 28772 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  182. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.288 DEBUG 28772 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  183. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.320 DEBUG 28772 [http-nio-8885-exec-7] 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 = ?)
  184. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.320 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  185. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.335 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  186. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.335 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  187. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.335 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  188. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.354 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  189. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.354 DEBUG 28772 [http-nio-8885-exec-7] 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 FROM REPORT WHERE ID=?
  190. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.354 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  191. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.370 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  192. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.464 DEBUG 28772 [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 = ?)
  193. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.464 DEBUG 28772 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  194. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:00.495 DEBUG 28772 [http-nio-8885-exec-5] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  195. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.741 DEBUG 28772 [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
  196. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.741 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  197. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.759 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  198. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.760 DEBUG 28772 [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 = ?)
  199. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.760 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  200. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.778 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  201. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.831 DEBUG 28772 [http-nio-8885-exec-9] cn.cslg.report.mapper.TaskMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC
  202. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.833 DEBUG 28772 [http-nio-8885-exec-9] cn.cslg.report.mapper.TaskMapper.selectCount ==> Parameters: 0(Integer), 114(Integer)
  203. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.843 DEBUG 28772 [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 = ?)
  204. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.844 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  205. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.851 DEBUG 28772 [http-nio-8885-exec-9] cn.cslg.report.mapper.TaskMapper.selectCount <== Total: 1
  206. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.858 DEBUG 28772 [http-nio-8885-exec-9] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?)
  207. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.858 DEBUG 28772 [http-nio-8885-exec-9] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Parameters: 0(Integer), 114(Integer)
  208. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.862 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  209. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.864 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  210. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.864 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  211. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.875 DEBUG 28772 [http-nio-8885-exec-9] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount <== Total: 1
  212. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.876 DEBUG 28772 [http-nio-8885-exec-9] 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 FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC LIMIT ?
  213. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.876 DEBUG 28772 [http-nio-8885-exec-9] cn.cslg.report.mapper.TaskMapper.selectPage ==> Parameters: 0(Integer), 114(Integer), 10(Long)
  214. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.881 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  215. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.883 DEBUG 28772 [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 FROM REPORT WHERE ID=?
  216. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.883 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  217. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.895 DEBUG 28772 [http-nio-8885-exec-9] cn.cslg.report.mapper.TaskMapper.selectPage <== Total: 3
  218. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:01.901 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  219. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:11.082 DEBUG 28772 [http-nio-8885-exec-7] 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 = ?)
  220. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:11.084 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  221. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:11.103 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  222. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:11.107 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  223. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:11.108 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  224. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:11.125 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  225. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:11.126 DEBUG 28772 [http-nio-8885-exec-7] 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 FROM REPORT WHERE ID=?
  226. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:11.126 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  227. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:11.144 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  228. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:13.836 DEBUG 28772 [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 = ?)
  229. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:13.836 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  230. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:13.854 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  231. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:13.854 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  232. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:13.854 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  233. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:13.869 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  234. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:13.869 DEBUG 28772 [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 FROM REPORT WHERE ID=?
  235. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:13.869 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  236. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:13.885 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  237. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:16.121 DEBUG 28772 [http-nio-8885-exec-2] 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 = ?)
  238. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:16.122 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  239. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:16.141 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  240. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:16.145 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  241. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:16.146 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  242. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:16.164 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  243. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:16.164 DEBUG 28772 [http-nio-8885-exec-2] 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 FROM REPORT WHERE ID=?
  244. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:16.165 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  245. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:16.182 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  246. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:18.933 DEBUG 28772 [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 = ?)
  247. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:18.934 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  248. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:18.955 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  249. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:18.956 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  250. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:18.956 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  251. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:18.975 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  252. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:18.976 DEBUG 28772 [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 FROM REPORT WHERE ID=?
  253. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:18.978 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  254. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:18.996 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  255. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:21.405 DEBUG 28772 [http-nio-8885-exec-3] 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 = ?)
  256. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:21.405 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  257. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:21.423 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  258. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:21.424 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  259. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:21.425 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  260. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:21.442 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  261. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:21.443 DEBUG 28772 [http-nio-8885-exec-3] 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 FROM REPORT WHERE ID=?
  262. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:21.443 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  263. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:21.461 DEBUG 28772 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  264. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:50.530 DEBUG 28772 [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 = ?)
  265. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:50.531 DEBUG 28772 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  266. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:50.548 DEBUG 28772 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  267. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:50.549 DEBUG 28772 [http-nio-8885-exec-5] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  268. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:50.549 DEBUG 28772 [http-nio-8885-exec-5] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  269. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:50.567 DEBUG 28772 [http-nio-8885-exec-5] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  270. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:50.567 DEBUG 28772 [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 FROM REPORT WHERE ID=?
  271. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:50.567 DEBUG 28772 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  272. [rms:0.0.0.0:8885] [,] 2022-11-22 11:14:50.586 DEBUG 28772 [http-nio-8885-exec-5] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  273. [rms:0.0.0.0:8885] [,] 2022-11-22 11:16:03.742 DEBUG 28772 [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 = ?)
  274. [rms:0.0.0.0:8885] [,] 2022-11-22 11:16:03.742 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  275. [rms:0.0.0.0:8885] [,] 2022-11-22 11:16:03.757 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  276. [rms:0.0.0.0:8885] [,] 2022-11-22 11:16:03.757 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  277. [rms:0.0.0.0:8885] [,] 2022-11-22 11:16:03.757 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  278. [rms:0.0.0.0:8885] [,] 2022-11-22 11:16:03.773 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  279. [rms:0.0.0.0:8885] [,] 2022-11-22 11:16:03.773 DEBUG 28772 [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 FROM REPORT WHERE ID=?
  280. [rms:0.0.0.0:8885] [,] 2022-11-22 11:16:03.773 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  281. [rms:0.0.0.0:8885] [,] 2022-11-22 11:16:03.788 DEBUG 28772 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  282. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:03.365 DEBUG 28772 [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 = ?)
  283. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:03.366 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  284. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:03.384 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  285. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:03.385 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  286. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:03.386 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  287. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:03.403 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  288. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:03.404 DEBUG 28772 [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 FROM REPORT WHERE ID=?
  289. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:03.405 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  290. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:03.422 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  291. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:10.648 DEBUG 28772 [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 = ?)
  292. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:10.648 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  293. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:10.664 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  294. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:10.664 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  295. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:10.664 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  296. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:10.679 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  297. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:10.679 DEBUG 28772 [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 FROM REPORT WHERE ID=?
  298. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:10.679 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  299. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:10.711 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  300. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.000 DEBUG 28772 [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
  301. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.000 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  302. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.016 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  303. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.016 DEBUG 28772 [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 = ?)
  304. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.016 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  305. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.031 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  306. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.086 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC
  307. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.086 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectCount ==> Parameters: 0(Integer), 114(Integer)
  308. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.101 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectCount <== Total: 1
  309. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.101 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?)
  310. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.101 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Parameters: 0(Integer), 114(Integer)
  311. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.117 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount <== Total: 1
  312. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.117 DEBUG 28772 [http-nio-8885-exec-6] 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 FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC LIMIT ?
  313. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.117 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage ==> Parameters: 0(Integer), 114(Integer), 10(Long)
  314. [rms:0.0.0.0:8885] [,] 2022-11-22 11:17:49.148 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage <== Total: 3
  315. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:03.924 DEBUG 28772 [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
  316. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:03.924 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  317. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:03.940 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  318. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:03.940 DEBUG 28772 [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 = ?)
  319. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:03.940 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  320. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:03.955 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  321. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.173 DEBUG 28772 [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
  322. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.174 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  323. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.190 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  324. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.190 DEBUG 28772 [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 = ?)
  325. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.190 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  326. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.205 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  327. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.254 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC
  328. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.254 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectCount ==> Parameters: 0(Integer), 114(Integer)
  329. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.274 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectCount <== Total: 1
  330. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.274 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?)
  331. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.274 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Parameters: 0(Integer), 114(Integer)
  332. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.290 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount <== Total: 1
  333. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.290 DEBUG 28772 [http-nio-8885-exec-6] 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 FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC LIMIT ?
  334. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.290 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage ==> Parameters: 0(Integer), 114(Integer), 10(Long)
  335. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:38.306 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage <== Total: 3
  336. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:40.650 DEBUG 28772 [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 = ?)
  337. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:40.650 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  338. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:40.654 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  339. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:40.654 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  340. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:40.669 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  341. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:40.685 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  342. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:40.685 DEBUG 28772 [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 FROM REPORT WHERE ID=?
  343. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:40.685 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  344. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:40.701 DEBUG 28772 [http-nio-8885-exec-8] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  345. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:47.974 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  346. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:47.976 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  347. [rms:0.0.0.0:8885] [,] 2022-11-22 11:24:47.993 DEBUG 28772 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  348. [rms:0.0.0.0:8885] [,] 2022-11-22 11:25:05.689 DEBUG 28772 [http-nio-8885-exec-6] 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 = ?)
  349. [rms:0.0.0.0:8885] [,] 2022-11-22 11:25:05.689 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  350. [rms:0.0.0.0:8885] [,] 2022-11-22 11:25:05.710 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  351. [rms:0.0.0.0:8885] [,] 2022-11-22 11:25:05.711 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  352. [rms:0.0.0.0:8885] [,] 2022-11-22 11:25:05.711 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  353. [rms:0.0.0.0:8885] [,] 2022-11-22 11:25:05.727 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  354. [rms:0.0.0.0:8885] [,] 2022-11-22 11:25:05.728 DEBUG 28772 [http-nio-8885-exec-6] 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 FROM REPORT WHERE ID=?
  355. [rms:0.0.0.0:8885] [,] 2022-11-22 11:25:05.728 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  356. [rms:0.0.0.0:8885] [,] 2022-11-22 11:25:05.748 DEBUG 28772 [http-nio-8885-exec-6] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  357. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:46.229 DEBUG 28772 [http-nio-8885-exec-1] 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 = ?)
  358. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:46.229 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  359. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:46.247 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  360. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:46.247 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  361. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:46.248 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  362. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:46.264 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  363. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:46.264 DEBUG 28772 [http-nio-8885-exec-1] 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 FROM REPORT WHERE ID=?
  364. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:46.265 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  365. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:46.281 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  366. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:47.758 DEBUG 28772 [http-nio-8885-exec-2] 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 = ?)
  367. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:47.759 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  368. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:47.778 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  369. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:47.779 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  370. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:47.779 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  371. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:47.798 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  372. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:47.798 DEBUG 28772 [http-nio-8885-exec-2] 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 FROM REPORT WHERE ID=?
  373. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:47.798 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  374. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:47.817 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  375. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:48.979 DEBUG 28772 [http-nio-8885-exec-7] 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 = ?)
  376. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:48.979 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  377. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:48.999 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  378. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:48.999 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  379. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:48.999 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  380. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:49.027 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  381. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:49.027 DEBUG 28772 [http-nio-8885-exec-7] 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 FROM REPORT WHERE ID=?
  382. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:49.028 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  383. [rms:0.0.0.0:8885] [,] 2022-11-22 11:30:49.044 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  384. [rms:0.0.0.0:8885] [,] 2022-11-22 11:31:37.867 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.LitigationHistoryMapper.updateLitigationHistory ==> Preparing: update LITIGATION_HISTORY set(PLAINTIFF,DEFENDANT,CAUSE_OF_ACTION,PROSECUTORIAL_TIME,`RESULT`,CASE_DETAILS,FILE_ID) values (plaintiff,defendant,causeOfAction,prosecutorialTime,`result`,caseDetails,fileId) where ID=?
  385. [rms:0.0.0.0:8885] [,] 2022-11-22 11:31:37.868 DEBUG 28772 [http-nio-8885-exec-2] cn.cslg.report.mapper.LitigationHistoryMapper.updateLitigationHistory ==> Parameters: 0(Integer)
  386. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:14.635 DEBUG 28772 [http-nio-8885-exec-1] 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 = ?)
  387. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:14.635 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  388. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:14.653 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  389. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:14.654 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  390. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:14.654 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  391. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:14.670 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  392. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:14.670 DEBUG 28772 [http-nio-8885-exec-1] 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 FROM REPORT WHERE ID=?
  393. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:14.670 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  394. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:14.685 DEBUG 28772 [http-nio-8885-exec-1] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  395. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:18.639 DEBUG 28772 [http-nio-8885-exec-7] 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 = ?)
  396. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:18.639 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  397. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:18.658 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  398. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:18.659 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  399. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:18.659 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  400. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:18.678 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  401. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:18.678 DEBUG 28772 [http-nio-8885-exec-7] 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 FROM REPORT WHERE ID=?
  402. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:18.679 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  403. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:18.698 DEBUG 28772 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  404. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:48.681 DEBUG 21968 [http-nio-8885-exec-2] cn.cslg.report.mapper.LitigationHistoryMapper.updateLitigationHistory ==> Preparing: update LITIGATION_HISTORY set(PLAINTIFF,DEFENDANT,CAUSE_OF_ACTION,PROSECUTORIAL_TIME,`RESULT`,CASE_DETAILS,FILE_ID) values (plaintiff,defendant,causeOfAction,prosecutorialTime,`result`,caseDetails,fileId) where ID=?
  405. [rms:0.0.0.0:8885] [,] 2022-11-22 11:32:48.712 DEBUG 21968 [http-nio-8885-exec-2] cn.cslg.report.mapper.LitigationHistoryMapper.updateLitigationHistory ==> Parameters: 0(Integer)
  406. [rms:0.0.0.0:8885] [,] 2022-11-22 11:33:30.412 DEBUG 21968 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  407. [rms:0.0.0.0:8885] [,] 2022-11-22 11:33:30.412 DEBUG 21968 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  408. [rms:0.0.0.0:8885] [,] 2022-11-22 11:33:30.448 DEBUG 21968 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  409. [rms:0.0.0.0:8885] [,] 2022-11-22 11:35:40.551 DEBUG 21968 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  410. [rms:0.0.0.0:8885] [,] 2022-11-22 11:35:40.551 DEBUG 21968 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  411. [rms:0.0.0.0:8885] [,] 2022-11-22 11:35:40.582 DEBUG 21968 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  412. [rms:0.0.0.0:8885] [,] 2022-11-22 11:36:11.590 DEBUG 21968 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  413. [rms:0.0.0.0:8885] [,] 2022-11-22 11:36:11.590 DEBUG 21968 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  414. [rms:0.0.0.0:8885] [,] 2022-11-22 11:36:11.606 DEBUG 21968 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  415. [rms:0.0.0.0:8885] [,] 2022-11-22 11:37:36.093 DEBUG 21968 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  416. [rms:0.0.0.0:8885] [,] 2022-11-22 11:37:36.094 DEBUG 21968 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  417. [rms:0.0.0.0:8885] [,] 2022-11-22 11:37:36.099 DEBUG 21968 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  418. [rms:0.0.0.0:8885] [,] 2022-11-22 11:38:00.477 DEBUG 21968 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  419. [rms:0.0.0.0:8885] [,] 2022-11-22 11:38:00.480 DEBUG 21968 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  420. [rms:0.0.0.0:8885] [,] 2022-11-22 11:38:00.501 DEBUG 21968 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  421. [rms:0.0.0.0:8885] [,] 2022-11-22 11:42:30.459 DEBUG 19448 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  422. [rms:0.0.0.0:8885] [,] 2022-11-22 11:42:30.693 DEBUG 19448 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  423. [rms:0.0.0.0:8885] [,] 2022-11-22 11:42:30.890 DEBUG 19448 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  424. [rms:0.0.0.0:8885] [,] 2022-11-22 11:42:58.528 DEBUG 19448 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  425. [rms:0.0.0.0:8885] [,] 2022-11-22 11:42:58.528 DEBUG 19448 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  426. [rms:0.0.0.0:8885] [,] 2022-11-22 11:42:58.559 DEBUG 19448 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  427. [rms:0.0.0.0:8885] [,] 2022-11-22 11:46:14.431 DEBUG 19448 [http-nio-8885-exec-9] cn.cslg.report.mapper.LitigationHistoryMapper.updateLitigationHistory ==> Preparing: update LITIGATION_HISTORY set(PLAINTIFF,DEFENDANT,CAUSE_OF_ACTION,PROSECUTORIAL_TIME,`RESULT`,CASE_DETAILS,FILE_ID) values (plaintiff,defendant,causeOfAction,prosecutorialTime,`result`,caseDetails,fileId) where ID=?
  428. [rms:0.0.0.0:8885] [,] 2022-11-22 11:46:14.433 DEBUG 19448 [http-nio-8885-exec-9] cn.cslg.report.mapper.LitigationHistoryMapper.updateLitigationHistory ==> Parameters: 0(Integer)
  429. [rms:0.0.0.0:8885] [,] 2022-11-22 11:46:21.409 DEBUG 19448 [http-nio-8885-exec-10] cn.cslg.report.mapper.LitigationHistoryMapper.updateLitigationHistory ==> Preparing: update LITIGATION_HISTORY set(PLAINTIFF,DEFENDANT,CAUSE_OF_ACTION,PROSECUTORIAL_TIME,`RESULT`,CASE_DETAILS,FILE_ID) values (plaintiff,defendant,causeOfAction,prosecutorialTime,`result`,caseDetails,fileId) where ID=?
  430. [rms:0.0.0.0:8885] [,] 2022-11-22 11:46:21.410 DEBUG 19448 [http-nio-8885-exec-10] cn.cslg.report.mapper.LitigationHistoryMapper.updateLitigationHistory ==> Parameters: 0(Integer)
  431. [rms:0.0.0.0:8885] [,] 2022-11-22 11:50:51.459 DEBUG 8452 [http-nio-8885-exec-4] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: -- update INVALID_RECORD set(PATENT_NO,PERSON,PERSON_ID,INVALID_TIME,JUDGMENT_TIME,`RESULT`,FILE_ID,REPORT_ID) update INVALID_RECORD set(?,?,?,?,?,?,?,?) where ID=?
  432. [rms:0.0.0.0:8885] [,] 2022-11-22 11:52:14.296 DEBUG 8452 [http-nio-8885-exec-10] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: -- update INVALID_RECORD set(PATENT_NO,PERSON,PERSON_ID,INVALID_TIME,JUDGMENT_TIME,`RESULT`,FILE_ID,REPORT_ID) update INVALID_RECORD set(?,?,?,?,?,?,?,?) where ID=?
  433. [rms:0.0.0.0:8885] [,] 2022-11-22 11:52:28.042 DEBUG 8452 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  434. [rms:0.0.0.0:8885] [,] 2022-11-22 11:52:28.043 DEBUG 8452 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  435. [rms:0.0.0.0:8885] [,] 2022-11-22 11:52:28.080 DEBUG 8452 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  436. [rms:0.0.0.0:8885] [,] 2022-11-22 11:58:23.522 DEBUG 8452 [http-nio-8885-exec-5] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: -- update INVALID_RECORD set(PATENT_NO,PERSON,PERSON_ID,INVALID_TIME,JUDGMENT_TIME,`RESULT`,FILE_ID,REPORT_ID) update INVALID_RECORD set(?,?,?,?,?,?,?,?) where ID=?
  437. [rms:0.0.0.0:8885] [,] 2022-11-22 11:58:24.336 DEBUG 8452 [http-nio-8885-exec-6] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: -- update INVALID_RECORD set(PATENT_NO,PERSON,PERSON_ID,INVALID_TIME,JUDGMENT_TIME,`RESULT`,FILE_ID,REPORT_ID) update INVALID_RECORD set(?,?,?,?,?,?,?,?) where ID=?
  438. [rms:0.0.0.0:8885] [,] 2022-11-22 11:58:45.128 DEBUG 4308 [http-nio-8885-exec-5] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: -- update INVALID_RECORD set(PATENT_NO,PERSON,PERSON_ID,INVALID_TIME,JUDGMENT_TIME,`RESULT`,FILE_ID,REPORT_ID) update INVALID_RECORD set(?,?,?,?,?,?,?,?) where ID=?
  439. [rms:0.0.0.0:8885] [,] 2022-11-22 11:58:45.152 DEBUG 4308 [http-nio-8885-exec-5] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Parameters: string(String), string(String), string(String), string(String), string(String), string(String), string(String), string(String), 0(Integer)
  440. [rms:0.0.0.0:8885] [,] 2022-11-22 13:11:18.585 DEBUG 18092 [http-nio-8885-exec-4] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: -- update INVALID_RECORD set(PATENT_NO,PERSON,PERSON_ID,INVALID_TIME,JUDGMENT_TIME,`RESULT`,FILE_ID,REPORT_ID) update INVALID_RECORD set(?,?,?,?,?,?,?,?) where ID=?
  441. [rms:0.0.0.0:8885] [,] 2022-11-22 13:11:18.611 DEBUG 18092 [http-nio-8885-exec-4] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Parameters: string(String), string(String), string(String), string(String), string(String), string(String), string(String), string(String), 0(Integer)
  442. [rms:0.0.0.0:8885] [,] 2022-11-22 13:15:29.087 DEBUG 20156 [http-nio-8885-exec-4] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: -- update INVALID_RECORD set(PATENT_NO,PERSON,PERSON_ID,INVALID_TIME,JUDGMENT_TIME,`RESULT`,FILE_ID,REPORT_ID) update INVALID_RECORD set(?,?,?,?,?,?,?,?) where ID=?
  443. [rms:0.0.0.0:8885] [,] 2022-11-22 13:15:29.109 DEBUG 20156 [http-nio-8885-exec-4] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Parameters: string(String), string(String), string(String), string(String), string(String), string(String), string(String), string(String), 0(Integer)
  444. [rms:0.0.0.0:8885] [,] 2022-11-22 13:16:45.650 DEBUG 25200 [http-nio-8885-exec-1] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: update INVALID_RECORD set(PATENT_NO,PERSON,PERSON_ID,INVALID_TIME,JUDGMENT_TIME,`RESULT`,FILE_ID,REPORT_ID) values (?,?,?,?,?,?,?,?) where ID=?
  445. [rms:0.0.0.0:8885] [,] 2022-11-22 13:16:45.674 DEBUG 25200 [http-nio-8885-exec-1] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Parameters: string(String), string(String), string(String), string(String), string(String), string(String), string(String), string(String), 0(Integer)
  446. [rms:0.0.0.0:8885] [,] 2022-11-22 13:17:17.756 DEBUG 13008 [http-nio-8885-exec-1] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: update INVALID_RECORD set(PATENT_NO,PERSON,PERSON_ID,INVALID_TIME,JUDGMENT_TIME,RESULT,FILE_ID,REPORT_ID) value (?,?,?,?,?,?,?,?) where ID=?
  447. [rms:0.0.0.0:8885] [,] 2022-11-22 13:17:17.779 DEBUG 13008 [http-nio-8885-exec-1] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Parameters: string(String), string(String), string(String), string(String), string(String), string(String), string(String), string(String), 0(Integer)
  448. [rms:0.0.0.0:8885] [,] 2022-11-22 13:18:53.592 DEBUG 13008 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  449. [rms:0.0.0.0:8885] [,] 2022-11-22 13:18:53.592 DEBUG 13008 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  450. [rms:0.0.0.0:8885] [,] 2022-11-22 13:18:53.628 DEBUG 13008 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  451. [rms:0.0.0.0:8885] [,] 2022-11-22 13:20:07.240 DEBUG 13008 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  452. [rms:0.0.0.0:8885] [,] 2022-11-22 13:20:07.240 DEBUG 13008 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  453. [rms:0.0.0.0:8885] [,] 2022-11-22 13:20:07.258 DEBUG 13008 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  454. [rms:0.0.0.0:8885] [,] 2022-11-22 13:31:09.068 DEBUG 30784 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  455. [rms:0.0.0.0:8885] [,] 2022-11-22 13:31:09.284 DEBUG 30784 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  456. [rms:0.0.0.0:8885] [,] 2022-11-22 13:31:09.477 DEBUG 30784 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  457. [rms:0.0.0.0:8885] [,] 2022-11-22 13:32:22.330 DEBUG 1628 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  458. [rms:0.0.0.0:8885] [,] 2022-11-22 13:32:22.549 DEBUG 1628 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  459. [rms:0.0.0.0:8885] [,] 2022-11-22 13:32:22.744 DEBUG 1628 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  460. [rms:0.0.0.0:8885] [,] 2022-11-22 13:33:19.956 DEBUG 1628 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  461. [rms:0.0.0.0:8885] [,] 2022-11-22 13:33:19.956 DEBUG 1628 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  462. [rms:0.0.0.0:8885] [,] 2022-11-22 13:33:19.974 DEBUG 1628 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  463. [rms:0.0.0.0:8885] [,] 2022-11-22 13:34:10.524 DEBUG 1628 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  464. [rms:0.0.0.0:8885] [,] 2022-11-22 13:34:10.525 DEBUG 1628 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  465. [rms:0.0.0.0:8885] [,] 2022-11-22 13:34:10.542 DEBUG 1628 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  466. [rms:0.0.0.0:8885] [,] 2022-11-22 13:35:01.750 DEBUG 1628 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  467. [rms:0.0.0.0:8885] [,] 2022-11-22 13:35:01.751 DEBUG 1628 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  468. [rms:0.0.0.0:8885] [,] 2022-11-22 13:35:01.773 DEBUG 1628 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  469. [rms:0.0.0.0:8885] [,] 2022-11-22 13:36:47.706 DEBUG 9416 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  470. [rms:0.0.0.0:8885] [,] 2022-11-22 13:36:47.733 DEBUG 9416 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  471. [rms:0.0.0.0:8885] [,] 2022-11-22 13:36:47.768 DEBUG 9416 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  472. [rms:0.0.0.0:8885] [,] 2022-11-22 13:38:09.170 DEBUG 11524 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  473. [rms:0.0.0.0:8885] [,] 2022-11-22 13:38:09.192 DEBUG 11524 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  474. [rms:0.0.0.0:8885] [,] 2022-11-22 13:38:09.232 DEBUG 11524 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  475. [rms:0.0.0.0:8885] [,] 2022-11-22 13:38:45.761 DEBUG 31204 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  476. [rms:0.0.0.0:8885] [,] 2022-11-22 13:38:45.781 DEBUG 31204 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  477. [rms:0.0.0.0:8885] [,] 2022-11-22 13:38:45.816 DEBUG 31204 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  478. [rms:0.0.0.0:8885] [,] 2022-11-22 13:40:08.900 DEBUG 32156 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  479. [rms:0.0.0.0:8885] [,] 2022-11-22 13:40:08.921 DEBUG 32156 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  480. [rms:0.0.0.0:8885] [,] 2022-11-22 13:40:08.961 DEBUG 32156 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  481. [rms:0.0.0.0:8885] [,] 2022-11-22 13:42:00.127 DEBUG 22072 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  482. [rms:0.0.0.0:8885] [,] 2022-11-22 13:42:00.148 DEBUG 22072 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  483. [rms:0.0.0.0:8885] [,] 2022-11-22 13:42:00.188 DEBUG 22072 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  484. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.058 DEBUG 22072 [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 = ?)
  485. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.060 DEBUG 22072 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  486. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.080 DEBUG 22072 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  487. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.087 DEBUG 22072 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  488. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.088 DEBUG 22072 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  489. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.106 DEBUG 22072 [http-nio-8885-exec-10] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  490. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.113 DEBUG 22072 [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 FROM REPORT WHERE ID=?
  491. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.113 DEBUG 22072 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  492. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.131 DEBUG 22072 [http-nio-8885-exec-10] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  493. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.239 DEBUG 22072 [http-nio-8885-exec-7] cn.cslg.report.mapper.TaskMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC
  494. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.239 DEBUG 22072 [http-nio-8885-exec-7] cn.cslg.report.mapper.TaskMapper.selectCount ==> Parameters: 0(Integer), 114(Integer)
  495. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.259 DEBUG 22072 [http-nio-8885-exec-7] cn.cslg.report.mapper.TaskMapper.selectCount <== Total: 1
  496. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.259 DEBUG 22072 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO as patentNo from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  497. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.260 DEBUG 22072 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  498. [rms:0.0.0.0:8885] [,] 2022-11-22 13:53:12.278 DEBUG 22072 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  499. [rms:0.0.0.0:8885] [,] 2022-11-22 14:05:48.265 DEBUG 22072 [http-nio-8885-exec-7] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?)
  500. [rms:0.0.0.0:8885] [,] 2022-11-22 14:05:48.265 DEBUG 22072 [http-nio-8885-exec-7] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Parameters: 0(Integer), 114(Integer)
  501. [rms:0.0.0.0:8885] [,] 2022-11-22 14:05:48.283 DEBUG 22072 [http-nio-8885-exec-7] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount <== Total: 1
  502. [rms:0.0.0.0:8885] [,] 2022-11-22 14:05:48.287 DEBUG 22072 [http-nio-8885-exec-7] 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 FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC LIMIT ?
  503. [rms:0.0.0.0:8885] [,] 2022-11-22 14:05:48.288 DEBUG 22072 [http-nio-8885-exec-7] cn.cslg.report.mapper.TaskMapper.selectPage ==> Parameters: 0(Integer), 114(Integer), 10(Long)
  504. [rms:0.0.0.0:8885] [,] 2022-11-22 14:05:48.308 DEBUG 22072 [http-nio-8885-exec-7] cn.cslg.report.mapper.TaskMapper.selectPage <== Total: 3
  505. [rms:0.0.0.0:8885] [,] 2022-11-22 14:05:49.079 DEBUG 22072 [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
  506. [rms:0.0.0.0:8885] [,] 2022-11-22 14:05:49.080 DEBUG 22072 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  507. [rms:0.0.0.0:8885] [,] 2022-11-22 14:05:49.096 DEBUG 22072 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  508. [rms:0.0.0.0:8885] [,] 2022-11-22 14:05:49.098 DEBUG 22072 [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 = ?)
  509. [rms:0.0.0.0:8885] [,] 2022-11-22 14:05:49.099 DEBUG 22072 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  510. [rms:0.0.0.0:8885] [,] 2022-11-22 14:05:49.117 DEBUG 22072 [http-nio-8885-exec-9] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  511. [rms:0.0.0.0:8885] [,] 2022-11-22 14:07:58.145 DEBUG 15700 [http-nio-8885-exec-5] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: update INVALID_RECORD set PATENT_NO=?,PERSON=?,PERSON_ID=?,INVALID_TIME={invalidTime},JUDGMENT_TIME=?,`RESULT`=?,FILE_ID=?,REPORT_ID=? where ID=?
  512. [rms:0.0.0.0:8885] [,] 2022-11-22 14:07:58.166 DEBUG 15700 [http-nio-8885-exec-5] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Parameters: string(String), string(String), string(String), string(String), string(String), string(String), string(String), 0(Integer)
  513. [rms:0.0.0.0:8885] [,] 2022-11-22 14:10:51.700 DEBUG 20988 [http-nio-8885-exec-3] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: update INVALID_RECORD set PATENT_NO=?,PERSON=?,PERSON_ID=?,INVALID_TIME={invalidTime},JUDGMENT_TIME=?,RESULT=?,FILE_ID=?,REPORT_ID=? where ID=?
  514. [rms:0.0.0.0:8885] [,] 2022-11-22 14:10:51.721 DEBUG 20988 [http-nio-8885-exec-3] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Parameters: string(String), string(String), string(String), string(String), string(String), string(String), string(String), 0(Integer)
  515. [rms:0.0.0.0:8885] [,] 2022-11-22 14:11:03.242 DEBUG 20988 [http-nio-8885-exec-5] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: update INVALID_RECORD set PATENT_NO=?,PERSON=?,PERSON_ID=?,INVALID_TIME={invalidTime},JUDGMENT_TIME=?,RESULT=?,FILE_ID=?,REPORT_ID=? where ID=?
  516. [rms:0.0.0.0:8885] [,] 2022-11-22 14:11:03.243 DEBUG 20988 [http-nio-8885-exec-5] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Parameters: string(String), string(String), string(String), string(String), string(String), string(String), string(String), 0(Integer)
  517. [rms:0.0.0.0:8885] [,] 2022-11-22 14:11:04.397 DEBUG 20988 [http-nio-8885-exec-6] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: update INVALID_RECORD set PATENT_NO=?,PERSON=?,PERSON_ID=?,INVALID_TIME={invalidTime},JUDGMENT_TIME=?,RESULT=?,FILE_ID=?,REPORT_ID=? where ID=?
  518. [rms:0.0.0.0:8885] [,] 2022-11-22 14:11:04.399 DEBUG 20988 [http-nio-8885-exec-6] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Parameters: string(String), string(String), string(String), string(String), string(String), string(String), string(String), 0(Integer)
  519. [rms:0.0.0.0:8885] [,] 2022-11-22 14:15:19.658 DEBUG 32524 [http-nio-8885-exec-4] cn.cslg.report.mapper.LitigationHistoryMapper.addLitigationHistory ==> Preparing: insert into LITIGATION_HISTORY(PLAINTIFF,DEFENDANT,CAUSE_OF_ACTION,PROSECUTORIAL_TIME,`RESULT`,CASE_DETAILS,FILE_ID) values (plaintiff,defendant,causeOfAction,prosecutorialTime,`result`,caseDetails,fileId)
  520. [rms:0.0.0.0:8885] [,] 2022-11-22 14:15:19.680 DEBUG 32524 [http-nio-8885-exec-4] cn.cslg.report.mapper.LitigationHistoryMapper.addLitigationHistory ==> Parameters:
  521. [rms:0.0.0.0:8885] [,] 2022-11-22 14:16:19.817 DEBUG 15620 [http-nio-8885-exec-2] cn.cslg.report.mapper.LitigationHistoryMapper.addLitigationHistory ==> Preparing: insert into LITIGATION_HISTORY(PLAINTIFF,DEFENDANT,CAUSE_OF_ACTION,PROSECUTORIAL_TIME,`RESULT`,CASE_DETAILS,FILE_ID) values (plaintiff,defendant,causeOfAction,prosecutorialTime,`result`,caseDetails,fileId)
  522. [rms:0.0.0.0:8885] [,] 2022-11-22 14:16:19.840 DEBUG 15620 [http-nio-8885-exec-2] cn.cslg.report.mapper.LitigationHistoryMapper.addLitigationHistory ==> Parameters:
  523. [rms:0.0.0.0:8885] [,] 2022-11-22 15:31:52.968 DEBUG 2784 [http-nio-8885-exec-5] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: update INVALID_RECORD set PATENT_NO=?,PERSON=?,PERSON_ID=?,INVALID_TIME={invalidTime},JUDGMENT_TIME=?,RESULT=?,FILE_ID=?,REPORT_ID=? where ID=?
  524. [rms:0.0.0.0:8885] [,] 2022-11-22 15:31:53.002 DEBUG 2784 [http-nio-8885-exec-5] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Parameters: string(String), string(String), string(String), string(String), string(String), string(String), string(String), 0(Integer)
  525. [rms:0.0.0.0:8885] [,] 2022-11-22 15:33:03.863 DEBUG 9668 [http-nio-8885-exec-1] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Preparing: update INVALID_RECORD set PATENT_NO=?,PERSON=?,PERSON_ID=?,INVALID_TIME={invalidTime},JUDGMENT_TIME=?,RESULT=?,FILE_ID=?,REPORT_ID=? where ID=?
  526. [rms:0.0.0.0:8885] [,] 2022-11-22 15:33:03.891 DEBUG 9668 [http-nio-8885-exec-1] cn.cslg.report.mapper.InvalidRecordMapper.updateInvalidRecord ==> Parameters: string(String), string(String), string(String), string(String), string(String), string(String), string(String), 0(Integer)
  527. [rms:0.0.0.0:8885] [,] 2022-11-22 16:30:35.864 DEBUG 296 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  528. [rms:0.0.0.0:8885] [,] 2022-11-22 16:30:35.885 DEBUG 296 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  529. [rms:0.0.0.0:8885] [,] 2022-11-22 16:30:35.922 DEBUG 296 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  530. [rms:0.0.0.0:8885] [,] 2022-11-22 16:30:43.504 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  531. [rms:0.0.0.0:8885] [,] 2022-11-22 16:30:43.505 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  532. [rms:0.0.0.0:8885] [,] 2022-11-22 16:30:43.523 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  533. [rms:0.0.0.0:8885] [,] 2022-11-22 16:31:07.335 DEBUG 296 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  534. [rms:0.0.0.0:8885] [,] 2022-11-22 16:31:07.335 DEBUG 296 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  535. [rms:0.0.0.0:8885] [,] 2022-11-22 16:31:07.350 DEBUG 296 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  536. [rms:0.0.0.0:8885] [,] 2022-11-22 16:31:17.720 DEBUG 296 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  537. [rms:0.0.0.0:8885] [,] 2022-11-22 16:31:17.720 DEBUG 296 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  538. [rms:0.0.0.0:8885] [,] 2022-11-22 16:31:17.739 DEBUG 296 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  539. [rms:0.0.0.0:8885] [,] 2022-11-22 16:57:58.117 DEBUG 296 [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
  540. [rms:0.0.0.0:8885] [,] 2022-11-22 16:57:58.118 DEBUG 296 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  541. [rms:0.0.0.0:8885] [,] 2022-11-22 16:57:58.143 DEBUG 296 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  542. [rms:0.0.0.0:8885] [,] 2022-11-22 16:57:58.154 DEBUG 296 [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 = ?)
  543. [rms:0.0.0.0:8885] [,] 2022-11-22 16:57:58.155 DEBUG 296 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  544. [rms:0.0.0.0:8885] [,] 2022-11-22 16:57:58.175 DEBUG 296 [http-nio-8885-exec-10] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  545. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:01.895 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.TaskMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC
  546. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:01.896 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.TaskMapper.selectCount ==> Parameters: 0(Integer), 114(Integer)
  547. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:01.914 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.TaskMapper.selectCount <== Total: 1
  548. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:01.960 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?)
  549. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:01.961 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Parameters: 0(Integer), 114(Integer)
  550. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:01.978 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount <== Total: 1
  551. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:01.982 DEBUG 296 [http-nio-8885-exec-3] 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 FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC LIMIT ?
  552. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:01.983 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.TaskMapper.selectPage ==> Parameters: 0(Integer), 114(Integer), 10(Long)
  553. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:02.000 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.TaskMapper.selectPage <== Total: 3
  554. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:03.786 DEBUG 296 [http-nio-8885-exec-7] 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 = ?)
  555. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:03.786 DEBUG 296 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  556. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:03.804 DEBUG 296 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  557. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:03.812 DEBUG 296 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  558. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:03.813 DEBUG 296 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  559. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:03.830 DEBUG 296 [http-nio-8885-exec-7] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  560. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:03.836 DEBUG 296 [http-nio-8885-exec-7] 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 FROM REPORT WHERE ID=?
  561. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:03.837 DEBUG 296 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  562. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:03.854 DEBUG 296 [http-nio-8885-exec-7] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  563. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:07.478 DEBUG 296 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  564. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:07.479 DEBUG 296 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  565. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:07.496 DEBUG 296 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  566. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:13.878 DEBUG 296 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  567. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:13.879 DEBUG 296 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  568. [rms:0.0.0.0:8885] [,] 2022-11-22 16:58:13.896 DEBUG 296 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  569. [rms:0.0.0.0:8885] [,] 2022-11-22 16:59:24.852 DEBUG 296 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  570. [rms:0.0.0.0:8885] [,] 2022-11-22 16:59:24.852 DEBUG 296 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  571. [rms:0.0.0.0:8885] [,] 2022-11-22 16:59:24.870 DEBUG 296 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  572. [rms:0.0.0.0:8885] [,] 2022-11-22 17:00:27.066 DEBUG 296 [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 FROM REPORT WHERE (ID = ?)
  573. [rms:0.0.0.0:8885] [,] 2022-11-22 17:00:27.066 DEBUG 296 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList ==> Parameters: 59(Integer)
  574. [rms:0.0.0.0:8885] [,] 2022-11-22 17:00:27.081 DEBUG 296 [http-nio-8885-exec-4] cn.cslg.report.mapper.ReportMapper.selectList <== Total: 1
  575. [rms:0.0.0.0:8885] [,] 2022-11-22 17:00:27.304 DEBUG 296 [http-nio-8885-exec-4] 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 FROM FEATURES WHERE (SIGN_PATENT_NO = ? AND REPORT_ID = ?)
  576. [rms:0.0.0.0:8885] [,] 2022-11-22 17:00:27.304 DEBUG 296 [http-nio-8885-exec-4] cn.cslg.report.mapper.FeatureMapper.selectList ==> Parameters: EP3869981A1(String), 59(Integer)
  577. [rms:0.0.0.0:8885] [,] 2022-11-22 17:00:27.319 DEBUG 296 [http-nio-8885-exec-4] cn.cslg.report.mapper.FeatureMapper.selectList <== Total: 3
  578. [rms:0.0.0.0:8885] [,] 2022-11-22 17:01:18.042 DEBUG 296 [http-nio-8885-exec-7] cn.cslg.report.mapper.LitigationHistoryMapper.addLitigationHistory ==> Preparing: insert into LITIGATION_HISTORY(PLAINTIFF,DEFENDANT,CAUSE_OF_ACTION,PROSECUTORIAL_TIME,`RESULT`,CASE_DETAILS,FILE_ID) values (plaintiff,defendant,causeOfAction,prosecutorialTime,`result`,caseDetails,fileId)
  579. [rms:0.0.0.0:8885] [,] 2022-11-22 17:01:18.043 DEBUG 296 [http-nio-8885-exec-7] cn.cslg.report.mapper.LitigationHistoryMapper.addLitigationHistory ==> Parameters:
  580. [rms:0.0.0.0:8885] [,] 2022-11-22 17:01:41.485 DEBUG 296 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  581. [rms:0.0.0.0:8885] [,] 2022-11-22 17:01:41.486 DEBUG 296 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  582. [rms:0.0.0.0:8885] [,] 2022-11-22 17:01:41.520 DEBUG 296 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  583. [rms:0.0.0.0:8885] [,] 2022-11-22 17:02:17.419 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  584. [rms:0.0.0.0:8885] [,] 2022-11-22 17:02:17.420 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  585. [rms:0.0.0.0:8885] [,] 2022-11-22 17:02:17.437 DEBUG 296 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  586. [rms:0.0.0.0:8885] [,] 2022-11-22 17:02:23.163 DEBUG 296 [http-nio-8885-exec-5] cn.cslg.report.mapper.LitigationHistoryMapper.addLitigationHistory ==> Preparing: insert into LITIGATION_HISTORY(PLAINTIFF,DEFENDANT,CAUSE_OF_ACTION,PROSECUTORIAL_TIME,`RESULT`,CASE_DETAILS,FILE_ID) values (plaintiff,defendant,causeOfAction,prosecutorialTime,`result`,caseDetails,fileId)
  587. [rms:0.0.0.0:8885] [,] 2022-11-22 17:02:23.164 DEBUG 296 [http-nio-8885-exec-5] cn.cslg.report.mapper.LitigationHistoryMapper.addLitigationHistory ==> Parameters:
  588. [rms:0.0.0.0:8885] [,] 2022-11-22 17:03:47.811 DEBUG 296 [http-nio-8885-exec-9] cn.cslg.report.mapper.LitigationHistoryMapper.addLitigationHistory ==> Preparing: insert into LITIGATION_HISTORY(PLAINTIFF,DEFENDANT,CAUSE_OF_ACTION,PROSECUTORIAL_TIME,`RESULT`,CASE_DETAILS,FILE_ID) values (plaintiff,defendant,causeOfAction,prosecutorialTime,`result`,caseDetails,fileId)
  589. [rms:0.0.0.0:8885] [,] 2022-11-22 17:03:47.811 DEBUG 296 [http-nio-8885-exec-9] cn.cslg.report.mapper.LitigationHistoryMapper.addLitigationHistory ==> Parameters:
  590. [rms:0.0.0.0:8885] [,] 2022-11-22 17:05:16.186 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  591. [rms:0.0.0.0:8885] [,] 2022-11-22 17:05:16.206 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  592. [rms:0.0.0.0:8885] [,] 2022-11-22 17:05:16.240 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  593. [rms:0.0.0.0:8885] [,] 2022-11-22 17:05:28.367 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  594. [rms:0.0.0.0:8885] [,] 2022-11-22 17:05:28.368 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  595. [rms:0.0.0.0:8885] [,] 2022-11-22 17:05:28.384 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  596. [rms:0.0.0.0:8885] [,] 2022-11-22 17:05:49.623 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  597. [rms:0.0.0.0:8885] [,] 2022-11-22 17:05:49.624 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  598. [rms:0.0.0.0:8885] [,] 2022-11-22 17:05:49.641 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  599. [rms:0.0.0.0:8885] [,] 2022-11-22 17:06:07.760 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  600. [rms:0.0.0.0:8885] [,] 2022-11-22 17:06:07.763 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  601. [rms:0.0.0.0:8885] [,] 2022-11-22 17:06:07.784 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  602. [rms:0.0.0.0:8885] [,] 2022-11-22 17:09:04.437 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  603. [rms:0.0.0.0:8885] [,] 2022-11-22 17:09:04.440 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  604. [rms:0.0.0.0:8885] [,] 2022-11-22 17:09:04.458 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  605. [rms:0.0.0.0:8885] [,] 2022-11-22 17:12:37.395 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  606. [rms:0.0.0.0:8885] [,] 2022-11-22 17:12:37.399 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  607. [rms:0.0.0.0:8885] [,] 2022-11-22 17:12:37.419 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  608. [rms:0.0.0.0:8885] [,] 2022-11-22 17:16:18.811 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  609. [rms:0.0.0.0:8885] [,] 2022-11-22 17:16:18.812 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  610. [rms:0.0.0.0:8885] [,] 2022-11-22 17:16:18.976 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  611. [rms:0.0.0.0:8885] [,] 2022-11-22 17:16:39.986 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  612. [rms:0.0.0.0:8885] [,] 2022-11-22 17:16:39.987 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  613. [rms:0.0.0.0:8885] [,] 2022-11-22 17:16:40.004 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  614. [rms:0.0.0.0:8885] [,] 2022-11-22 17:17:00.379 DEBUG 8764 [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=?
  615. [rms:0.0.0.0:8885] [,] 2022-11-22 17:17:00.379 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  616. [rms:0.0.0.0:8885] [,] 2022-11-22 17:17:00.396 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  617. [rms:0.0.0.0:8885] [,] 2022-11-22 17:19:22.280 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  618. [rms:0.0.0.0:8885] [,] 2022-11-22 17:19:22.280 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  619. [rms:0.0.0.0:8885] [,] 2022-11-22 17:19:22.297 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  620. [rms:0.0.0.0:8885] [,] 2022-11-22 17:20:34.438 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  621. [rms:0.0.0.0:8885] [,] 2022-11-22 17:20:34.439 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  622. [rms:0.0.0.0:8885] [,] 2022-11-22 17:20:34.456 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  623. [rms:0.0.0.0:8885] [,] 2022-11-22 17:20:47.887 DEBUG 8764 [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=?
  624. [rms:0.0.0.0:8885] [,] 2022-11-22 17:20:47.887 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  625. [rms:0.0.0.0:8885] [,] 2022-11-22 17:20:47.903 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  626. [rms:0.0.0.0:8885] [,] 2022-11-22 17:22:47.163 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  627. [rms:0.0.0.0:8885] [,] 2022-11-22 17:22:47.164 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  628. [rms:0.0.0.0:8885] [,] 2022-11-22 17:22:47.180 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  629. [rms:0.0.0.0:8885] [,] 2022-11-22 17:23:32.021 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  630. [rms:0.0.0.0:8885] [,] 2022-11-22 17:23:32.022 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  631. [rms:0.0.0.0:8885] [,] 2022-11-22 17:23:32.038 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  632. [rms:0.0.0.0:8885] [,] 2022-11-22 17:49:48.951 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  633. [rms:0.0.0.0:8885] [,] 2022-11-22 17:49:48.952 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  634. [rms:0.0.0.0:8885] [,] 2022-11-22 17:49:48.973 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  635. [rms:0.0.0.0:8885] [,] 2022-11-22 18:03:26.497 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  636. [rms:0.0.0.0:8885] [,] 2022-11-22 18:03:26.497 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  637. [rms:0.0.0.0:8885] [,] 2022-11-22 18:03:26.515 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  638. [rms:0.0.0.0:8885] [,] 2022-11-22 18:03:45.194 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  639. [rms:0.0.0.0:8885] [,] 2022-11-22 18:03:45.195 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  640. [rms:0.0.0.0:8885] [,] 2022-11-22 18:03:45.212 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  641. [rms:0.0.0.0:8885] [,] 2022-11-22 18:03:51.715 DEBUG 8764 [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=?
  642. [rms:0.0.0.0:8885] [,] 2022-11-22 18:03:51.715 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  643. [rms:0.0.0.0:8885] [,] 2022-11-22 18:03:51.734 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  644. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:02.466 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  645. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:02.466 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  646. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:02.482 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  647. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:04.628 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  648. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:04.628 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  649. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:04.646 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  650. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:12.787 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  651. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:12.787 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  652. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:12.802 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  653. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:19.376 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  654. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:19.378 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  655. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:19.401 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  656. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:36.492 DEBUG 8764 [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=?
  657. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:36.492 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  658. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:36.510 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  659. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:53.703 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  660. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:53.703 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  661. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:53.721 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  662. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:58.138 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  663. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:58.139 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  664. [rms:0.0.0.0:8885] [,] 2022-11-22 18:04:58.157 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  665. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:08.897 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  666. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:08.897 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  667. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:08.915 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  668. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:11.447 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  669. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:11.447 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  670. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:11.463 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  671. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:16.628 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  672. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:16.628 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  673. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:16.646 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  674. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:17.952 DEBUG 8764 [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=?
  675. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:17.952 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  676. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:17.970 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  677. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:31.092 DEBUG 8764 [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=?
  678. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:31.093 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  679. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:31.112 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  680. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:39.124 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  681. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:39.125 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  682. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:39.145 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  683. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:44.563 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  684. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:44.564 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  685. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:44.583 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  686. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:46.789 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  687. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:46.790 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  688. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:46.810 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  689. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:56.366 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  690. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:56.367 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  691. [rms:0.0.0.0:8885] [,] 2022-11-22 18:05:56.449 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  692. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:06.881 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  693. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:06.881 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  694. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:06.897 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  695. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:08.414 DEBUG 8764 [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=?
  696. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:08.415 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  697. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:08.432 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  698. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:14.636 DEBUG 8764 [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=?
  699. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:14.636 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  700. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:14.654 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  701. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:22.489 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  702. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:22.490 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  703. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:22.508 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  704. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:24.389 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  705. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:24.389 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  706. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:24.406 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  707. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:28.183 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  708. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:28.184 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  709. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:28.200 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  710. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:35.413 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  711. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:35.413 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  712. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:35.431 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  713. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:41.466 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  714. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:41.467 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  715. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:41.484 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  716. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:43.559 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  717. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:43.560 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  718. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:43.579 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  719. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:46.515 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  720. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:46.515 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  721. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:46.533 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  722. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:50.038 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  723. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:50.038 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  724. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:50.056 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  725. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:56.012 DEBUG 8764 [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=?
  726. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:56.012 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  727. [rms:0.0.0.0:8885] [,] 2022-11-22 18:06:56.030 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  728. [rms:0.0.0.0:8885] [,] 2022-11-22 18:07:04.390 DEBUG 8764 [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=?
  729. [rms:0.0.0.0:8885] [,] 2022-11-22 18:07:04.391 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  730. [rms:0.0.0.0:8885] [,] 2022-11-22 18:07:04.409 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  731. [rms:0.0.0.0:8885] [,] 2022-11-22 18:07:08.284 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  732. [rms:0.0.0.0:8885] [,] 2022-11-22 18:07:08.284 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  733. [rms:0.0.0.0:8885] [,] 2022-11-22 18:07:08.302 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  734. [rms:0.0.0.0:8885] [,] 2022-11-22 18:08:28.968 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  735. [rms:0.0.0.0:8885] [,] 2022-11-22 18:08:28.968 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  736. [rms:0.0.0.0:8885] [,] 2022-11-22 18:08:28.986 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  737. [rms:0.0.0.0:8885] [,] 2022-11-22 18:09:08.892 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  738. [rms:0.0.0.0:8885] [,] 2022-11-22 18:09:08.893 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  739. [rms:0.0.0.0:8885] [,] 2022-11-22 18:09:08.911 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  740. [rms:0.0.0.0:8885] [,] 2022-11-22 18:09:15.929 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  741. [rms:0.0.0.0:8885] [,] 2022-11-22 18:09:15.929 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  742. [rms:0.0.0.0:8885] [,] 2022-11-22 18:09:15.947 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  743. [rms:0.0.0.0:8885] [,] 2022-11-22 18:09:21.768 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  744. [rms:0.0.0.0:8885] [,] 2022-11-22 18:09:21.768 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  745. [rms:0.0.0.0:8885] [,] 2022-11-22 18:09:21.785 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  746. [rms:0.0.0.0:8885] [,] 2022-11-22 18:09:28.143 DEBUG 8764 [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=?
  747. [rms:0.0.0.0:8885] [,] 2022-11-22 18:09:28.144 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  748. [rms:0.0.0.0:8885] [,] 2022-11-22 18:09:28.163 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  749. [rms:0.0.0.0:8885] [,] 2022-11-22 18:21:13.840 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  750. [rms:0.0.0.0:8885] [,] 2022-11-22 18:21:13.841 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  751. [rms:0.0.0.0:8885] [,] 2022-11-22 18:21:13.861 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  752. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:00.222 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  753. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:00.222 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  754. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:00.240 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  755. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:06.481 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  756. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:06.482 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  757. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:06.499 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  758. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:08.656 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  759. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:08.657 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  760. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:08.675 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  761. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:10.877 DEBUG 8764 [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=?
  762. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:10.878 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  763. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:10.897 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  764. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:14.386 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  765. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:14.386 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  766. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:14.404 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  767. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:38.197 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  768. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:38.197 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  769. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:38.212 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  770. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:40.572 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  771. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:40.572 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  772. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:40.587 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  773. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:45.623 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  774. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:45.623 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  775. [rms:0.0.0.0:8885] [,] 2022-11-22 18:22:45.641 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  776. [rms:0.0.0.0:8885] [,] 2022-11-22 18:23:16.213 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  777. [rms:0.0.0.0:8885] [,] 2022-11-22 18:23:16.214 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  778. [rms:0.0.0.0:8885] [,] 2022-11-22 18:23:16.232 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  779. [rms:0.0.0.0:8885] [,] 2022-11-22 18:23:20.908 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  780. [rms:0.0.0.0:8885] [,] 2022-11-22 18:23:20.909 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  781. [rms:0.0.0.0:8885] [,] 2022-11-22 18:23:20.926 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  782. [rms:0.0.0.0:8885] [,] 2022-11-22 18:25:47.488 DEBUG 8764 [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=?
  783. [rms:0.0.0.0:8885] [,] 2022-11-22 18:25:47.489 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  784. [rms:0.0.0.0:8885] [,] 2022-11-22 18:25:47.507 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  785. [rms:0.0.0.0:8885] [,] 2022-11-22 18:27:14.687 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  786. [rms:0.0.0.0:8885] [,] 2022-11-22 18:27:14.687 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  787. [rms:0.0.0.0:8885] [,] 2022-11-22 18:27:14.703 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  788. [rms:0.0.0.0:8885] [,] 2022-11-22 18:27:19.477 DEBUG 8764 [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=?
  789. [rms:0.0.0.0:8885] [,] 2022-11-22 18:27:19.477 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  790. [rms:0.0.0.0:8885] [,] 2022-11-22 18:27:19.495 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  791. [rms:0.0.0.0:8885] [,] 2022-11-22 18:27:29.158 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  792. [rms:0.0.0.0:8885] [,] 2022-11-22 18:27:29.159 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  793. [rms:0.0.0.0:8885] [,] 2022-11-22 18:27:29.176 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  794. [rms:0.0.0.0:8885] [,] 2022-11-22 18:28:27.013 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  795. [rms:0.0.0.0:8885] [,] 2022-11-22 18:28:27.013 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  796. [rms:0.0.0.0:8885] [,] 2022-11-22 18:28:27.031 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  797. [rms:0.0.0.0:8885] [,] 2022-11-22 18:29:36.054 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  798. [rms:0.0.0.0:8885] [,] 2022-11-22 18:29:36.054 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  799. [rms:0.0.0.0:8885] [,] 2022-11-22 18:29:36.072 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  800. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:13.687 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  801. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:13.688 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  802. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:13.705 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  803. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:20.209 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  804. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:20.210 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  805. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:20.229 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  806. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:21.744 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  807. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:21.744 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  808. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:21.762 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  809. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:28.232 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  810. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:28.233 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  811. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:28.252 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  812. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:34.481 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  813. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:34.481 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  814. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:34.496 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  815. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:35.903 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  816. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:35.904 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  817. [rms:0.0.0.0:8885] [,] 2022-11-22 18:30:35.921 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  818. [rms:0.0.0.0:8885] [,] 2022-11-22 18:31:06.111 DEBUG 8764 [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=?
  819. [rms:0.0.0.0:8885] [,] 2022-11-22 18:31:06.111 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  820. [rms:0.0.0.0:8885] [,] 2022-11-22 18:31:06.129 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  821. [rms:0.0.0.0:8885] [,] 2022-11-22 18:31:38.400 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  822. [rms:0.0.0.0:8885] [,] 2022-11-22 18:31:38.400 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  823. [rms:0.0.0.0:8885] [,] 2022-11-22 18:31:38.418 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  824. [rms:0.0.0.0:8885] [,] 2022-11-22 18:31:59.016 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  825. [rms:0.0.0.0:8885] [,] 2022-11-22 18:31:59.016 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  826. [rms:0.0.0.0:8885] [,] 2022-11-22 18:31:59.034 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  827. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:03.977 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  828. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:03.977 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  829. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:03.995 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  830. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:14.543 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  831. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:14.544 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  832. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:14.566 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  833. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:17.056 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  834. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:17.057 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  835. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:17.075 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  836. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:31.903 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  837. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:31.903 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  838. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:31.921 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  839. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:56.921 DEBUG 8764 [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=?
  840. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:56.921 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  841. [rms:0.0.0.0:8885] [,] 2022-11-22 18:32:56.937 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  842. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:07.427 DEBUG 8764 [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 = ?)
  843. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:07.428 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  844. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:07.447 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  845. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:07.456 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  846. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:07.457 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  847. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:07.475 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  848. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:07.484 DEBUG 8764 [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 FROM REPORT WHERE ID=?
  849. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:07.484 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  850. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:07.502 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  851. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:12.499 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  852. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:12.499 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  853. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:12.516 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  854. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:56.089 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  855. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:56.089 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  856. [rms:0.0.0.0:8885] [,] 2022-11-22 18:33:56.105 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  857. [rms:0.0.0.0:8885] [,] 2022-11-22 18:34:15.856 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  858. [rms:0.0.0.0:8885] [,] 2022-11-22 18:34:15.856 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  859. [rms:0.0.0.0:8885] [,] 2022-11-22 18:34:15.874 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  860. [rms:0.0.0.0:8885] [,] 2022-11-22 18:34:57.218 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  861. [rms:0.0.0.0:8885] [,] 2022-11-22 18:34:57.218 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  862. [rms:0.0.0.0:8885] [,] 2022-11-22 18:34:57.236 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  863. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:03.300 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  864. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:03.300 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  865. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:03.317 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  866. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:38.176 DEBUG 8764 [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
  867. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:38.176 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters:
  868. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:38.207 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  869. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:38.207 DEBUG 8764 [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 = ?)
  870. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:38.207 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList ==> Parameters: REPORT_TYPE(String)
  871. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:38.223 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.SystemDictItemMapper.selectList <== Total: 7
  872. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:40.475 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectCount ==> Preparing: SELECT COUNT( * ) FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC
  873. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:40.475 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectCount ==> Parameters: 0(Integer), 114(Integer)
  874. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:40.506 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectCount <== Total: 1
  875. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:40.537 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Preparing: SELECT COUNT(*) AS total FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?)
  876. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:40.537 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount ==> Parameters: 0(Integer), 114(Integer)
  877. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:40.556 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage_mpCount <== Total: 1
  878. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:40.558 DEBUG 8764 [http-nio-8885-exec-6] 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 FROM TASK WHERE (TASK_STATUS = ? AND HANDLE_PERSON_ID = ?) ORDER BY ID DESC LIMIT ?
  879. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:40.558 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage ==> Parameters: 0(Integer), 114(Integer), 10(Long)
  880. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:40.574 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.TaskMapper.selectPage <== Total: 3
  881. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:43.209 DEBUG 8764 [http-nio-8885-exec-3] 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 = ?)
  882. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:43.209 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList ==> Parameters: 57(String), 0(Integer)
  883. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:43.228 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.selectList <== Total: 3
  884. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:43.229 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Preparing: SELECT ID,REPORT_ID,IMPORT_COUNT,CREATE_DATE,STATE FROM IMPORT_TASK WHERE (REPORT_ID = ?)
  885. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:43.230 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.ImportTaskMapper.selectList ==> Parameters: null
  886. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:43.248 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.ImportTaskMapper.selectList <== Total: 0
  887. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:43.249 DEBUG 8764 [http-nio-8885-exec-3] 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 FROM REPORT WHERE ID=?
  888. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:43.249 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectById ==> Parameters: null
  889. [rms:0.0.0.0:8885] [,] 2022-11-22 18:35:43.267 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.ReportMapper.selectById <== Total: 0
  890. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:06.922 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  891. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:06.922 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  892. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:06.939 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  893. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:32.852 DEBUG 8764 [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=?
  894. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:32.852 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  895. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:32.867 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  896. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:37.241 DEBUG 8764 [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=?
  897. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:37.241 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  898. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:37.259 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  899. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:40.649 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  900. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:40.649 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  901. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:40.667 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  902. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:49.675 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  903. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:49.676 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  904. [rms:0.0.0.0:8885] [,] 2022-11-22 18:36:49.694 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  905. [rms:0.0.0.0:8885] [,] 2022-11-22 18:37:13.171 DEBUG 8764 [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=?
  906. [rms:0.0.0.0:8885] [,] 2022-11-22 18:37:13.171 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  907. [rms:0.0.0.0:8885] [,] 2022-11-22 18:37:13.189 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  908. [rms:0.0.0.0:8885] [,] 2022-11-22 18:37:16.914 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  909. [rms:0.0.0.0:8885] [,] 2022-11-22 18:37:16.914 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  910. [rms:0.0.0.0:8885] [,] 2022-11-22 18:37:16.931 DEBUG 8764 [http-nio-8885-exec-2] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  911. [rms:0.0.0.0:8885] [,] 2022-11-22 18:37:20.221 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  912. [rms:0.0.0.0:8885] [,] 2022-11-22 18:37:20.221 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  913. [rms:0.0.0.0:8885] [,] 2022-11-22 18:37:20.237 DEBUG 8764 [http-nio-8885-exec-7] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  914. [rms:0.0.0.0:8885] [,] 2022-11-22 18:37:51.412 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  915. [rms:0.0.0.0:8885] [,] 2022-11-22 18:37:51.412 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  916. [rms:0.0.0.0:8885] [,] 2022-11-22 18:37:51.430 DEBUG 8764 [http-nio-8885-exec-6] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  917. [rms:0.0.0.0:8885] [,] 2022-11-22 18:38:42.273 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  918. [rms:0.0.0.0:8885] [,] 2022-11-22 18:38:42.273 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  919. [rms:0.0.0.0:8885] [,] 2022-11-22 18:38:42.289 DEBUG 8764 [http-nio-8885-exec-10] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  920. [rms:0.0.0.0:8885] [,] 2022-11-22 18:39:22.321 DEBUG 8764 [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=?
  921. [rms:0.0.0.0:8885] [,] 2022-11-22 18:39:22.321 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  922. [rms:0.0.0.0:8885] [,] 2022-11-22 18:39:22.339 DEBUG 8764 [http-nio-8885-exec-5] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  923. [rms:0.0.0.0:8885] [,] 2022-11-22 18:39:43.360 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  924. [rms:0.0.0.0:8885] [,] 2022-11-22 18:39:43.360 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  925. [rms:0.0.0.0:8885] [,] 2022-11-22 18:39:43.376 DEBUG 8764 [http-nio-8885-exec-1] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  926. [rms:0.0.0.0:8885] [,] 2022-11-22 18:40:49.269 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  927. [rms:0.0.0.0:8885] [,] 2022-11-22 18:40:49.269 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  928. [rms:0.0.0.0:8885] [,] 2022-11-22 18:40:49.285 DEBUG 8764 [http-nio-8885-exec-4] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  929. [rms:0.0.0.0:8885] [,] 2022-11-22 18:41:06.545 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  930. [rms:0.0.0.0:8885] [,] 2022-11-22 18:41:06.545 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  931. [rms:0.0.0.0:8885] [,] 2022-11-22 18:41:06.563 DEBUG 8764 [http-nio-8885-exec-9] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  932. [rms:0.0.0.0:8885] [,] 2022-11-22 18:41:16.160 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Preparing: select PATENT_NO from ASSO_TASK_PERSONEL where PERSON_ID=? and STATE=? and TASK_ID=?
  933. [rms:0.0.0.0:8885] [,] 2022-11-22 18:41:16.160 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  934. [rms:0.0.0.0:8885] [,] 2022-11-22 18:41:16.191 DEBUG 8764 [http-nio-8885-exec-3] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3
  935. [rms:0.0.0.0:8885] [,] 2022-11-22 18:41:23.390 DEBUG 8764 [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=?
  936. [rms:0.0.0.0:8885] [,] 2022-11-22 18:41:23.390 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber ==> Parameters: 114(Integer), 0(Integer), 57(Integer)
  937. [rms:0.0.0.0:8885] [,] 2022-11-22 18:41:23.406 DEBUG 8764 [http-nio-8885-exec-8] cn.cslg.report.mapper.AssoTaskPersonelMapper.getPatentNumber <== Total: 3