opclawtm 1.4.4 → 1.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of opclawtm might be problematic. Click here for more details.
- package/dist/bin/team-manager.js +35 -1
- package/dist/bin/team-setup.js +65 -1
- package/dist/bin/team-uninstall.js +90 -1
- package/dist/cli/commands/agent.command.js +223 -1
- package/dist/cli/commands/checklist.command.js +77 -1
- package/dist/cli/commands/dept.command.js +92 -1
- package/dist/cli/commands/document.command.js +146 -1
- package/dist/cli/commands/domain.command.js +97 -1
- package/dist/cli/commands/feishu.command.js +433 -1
- package/dist/cli/commands/job.command.js +168 -1
- package/dist/cli/commands/license.command.js +68 -1
- package/dist/cli/commands/message-failure.command.js +137 -1
- package/dist/cli/commands/message.command.js +129 -1
- package/dist/cli/commands/node.command.js +251 -1
- package/dist/cli/commands/role-flow.command.js +54 -1
- package/dist/cli/commands/skill-pack.command.js +137 -1
- package/dist/cli/commands/status.command.js +61 -1
- package/dist/cli/commands/task.command.js +402 -1
- package/dist/cli/commands/user.command.js +134 -1
- package/dist/cli/index.js +863 -1
- package/dist/cli/tui/index.js +470 -1
- package/dist/cli/tui/menus/agent-manage.menu.js +614 -1
- package/dist/cli/tui/menus/dept-manage.menu.js +299 -1
- package/dist/cli/tui/menus/domain-manage.menu.js +208 -1
- package/dist/cli/tui/menus/feishu.menu.js +1727 -1
- package/dist/cli/tui/menus/job-manage.menu.js +734 -1
- package/dist/cli/tui/menus/license.menu.js +164 -1
- package/dist/cli/tui/menus/main.menu.js +94 -1
- package/dist/cli/tui/menus/reset.menu.js +767 -1
- package/dist/cli/tui/menus/status.menu.js +123 -1
- package/dist/cli/tui/menus/task-manage.menu.js +129 -1
- package/dist/cli/tui/menus/team-create.menu.js +353 -1
- package/dist/config.js +74 -1
- package/dist/core/auth/index.js +22 -1
- package/dist/core/auth/middleware.js +456 -1
- package/dist/core/auth/storage.js +280 -1
- package/dist/core/models/types.js +9 -1
- package/dist/core/services/agent-template.service.js +88 -1
- package/dist/core/services/agent.service.js +381 -1
- package/dist/core/services/auth-profiles.service.js +220 -1
- package/dist/core/services/checklist.service.js +240 -1
- package/dist/core/services/config-tracker.service.js +1093 -1
- package/dist/core/services/crypto.service.js +377 -1
- package/dist/core/services/dept.service.js +260 -1
- package/dist/core/services/document.service.js +368 -1
- package/dist/core/services/domain.service.js +98 -1
- package/dist/core/services/feishu.service.js +165 -1
- package/dist/core/services/index.js +89 -1
- package/dist/core/services/job.service.js +190 -1
- package/dist/core/services/log.service.js +237 -1
- package/dist/core/services/message-failure.service.js +112 -1
- package/dist/core/services/message.service.js +374 -1
- package/dist/core/services/node.service.js +257 -1
- package/dist/core/services/openclaw-config.service.js +268 -1
- package/dist/core/services/preset-loader.service.js +379 -1
- package/dist/core/services/role-flow.service.js +47 -1
- package/dist/core/services/setup.service.js +336 -1
- package/dist/core/services/skill-pack.service.js +113 -1
- package/dist/core/services/task.service.js +397 -1
- package/dist/core/services/template.service.js +88 -1
- package/dist/core/services/user.service.js +111 -1
- package/dist/core/utils/agent-guide-generator.js +187 -1
- package/dist/core/utils/credentials-cleanup.js +256 -1
- package/dist/core/utils/index.js +462 -1
- package/dist/core/utils/openclaw-helper.js +1632 -1
- package/dist/core/utils/template-generator.js +170 -1
- package/dist/db/index.js +403 -1
- package/dist/db/repositories/agent-template.repo.js +108 -1
- package/dist/db/repositories/agent.repo.js +103 -1
- package/dist/db/repositories/base.repository.js +107 -1
- package/dist/db/repositories/company.repo.js +33 -1
- package/dist/db/repositories/config-change.repo.js +119 -1
- package/dist/db/repositories/dept.repo.js +66 -1
- package/dist/db/repositories/document.repo.js +51 -1
- package/dist/db/repositories/domain.repo.js +79 -1
- package/dist/db/repositories/index.js +81 -1
- package/dist/db/repositories/init-session.repo.js +112 -1
- package/dist/db/repositories/job.repo.js +119 -1
- package/dist/db/repositories/message-failure.repo.js +141 -1
- package/dist/db/repositories/message-log.repo.js +64 -1
- package/dist/db/repositories/node.repo.js +276 -1
- package/dist/db/repositories/role-flow.repo.js +83 -1
- package/dist/db/repositories/skill-pack.repo.js +149 -1
- package/dist/db/repositories/task.repo.js +381 -1
- package/dist/db/repositories/template.repo.js +66 -1
- package/dist/db/repositories/user.repo.js +75 -1
- package/package.json +1 -1
- package/resources/preset-data-hash.enc +1 -1
- package/resources/preset-data.enc +1 -1
|
@@ -1 +1,397 @@
|
|
|
1
|
-
'use strict';(function(_0x1db04c,_0x562c05){const _0x354aea={_0x112558:'8OoA',_0x2ca08f:0x391,_0x293a38:0x3fb,_0x2d99e3:0x413,_0x1637cf:'Yktp',_0x3c894e:'Sajj',_0x33c521:0x302,_0x4f02ea:0x1a7,_0x4164b6:0x162,_0x3bc4aa:0x163,_0x5863bd:'Uk%(',_0x3e748d:0x3a2,_0x2b9c86:0x2c9,_0x57d7f8:0x2c6,_0x3e5b5e:'tv9y',_0x265713:0x381,_0x19d9c5:0xf0,_0x1c9d35:'6)yY',_0x14b749:0x1a4,_0x4858c9:'&^M%',_0x1306ca:0x33f,_0x2e14cf:0x276},_0x310847=_0x1db04c();function _0x1b9112(_0x2d61a2,_0x4dabd5,_0x320079,_0x4335a8){return _0x21e7(_0x4335a8-0x11d,_0x2d61a2);}function _0x3f2261(_0x25d35a,_0x426aab,_0x2b8078,_0x1c6808){return _0x21e7(_0x1c6808- -0x78,_0x2b8078);}while(!![]){try{const _0x447e88=parseInt(_0x1b9112(_0x354aea._0x112558,_0x354aea._0x2ca08f,_0x354aea._0x293a38,_0x354aea._0x2d99e3))/(0x1f83+0x7*-0x7+-0x1f51)*(parseInt(_0x3f2261(0xab,0xa0,_0x354aea._0x1637cf,0xe4))/(-0x1902+0x1481*0x1+-0x4d*-0xf))+parseInt(_0x3f2261(0x27f,0x260,_0x354aea._0x3c894e,_0x354aea._0x33c521))/(0x6a4+0x2115+-0x27b6)+-parseInt(_0x3f2261(_0x354aea._0x4f02ea,0x1d2,'jPgI',0x224))/(-0x1d87+0x1d3f*-0x1+0x3aca)+-parseInt(_0x3f2261(_0x354aea._0x4164b6,_0x354aea._0x3bc4aa,'uB&U',0xdd))/(-0xe24+0xaea+0x33f)+-parseInt(_0x1b9112(_0x354aea._0x5863bd,_0x354aea._0x3e748d,0x260,0x2aa))/(-0x1e6b+-0x1fd*-0x11+0xac*-0x5)+-parseInt(_0x3f2261(0x325,_0x354aea._0x2b9c86,'W66Q',_0x354aea._0x57d7f8))/(-0x9ae+-0xd60+0x137*0x13)*(parseInt(_0x1b9112(_0x354aea._0x3e5b5e,0x428,0x461,_0x354aea._0x265713))/(0x1189+0x3c*0x82+-0x2ff9))+-parseInt(_0x3f2261(_0x354aea._0x19d9c5,0x14c,_0x354aea._0x1c9d35,_0x354aea._0x14b749))/(-0x19ec+-0x243b+0x3e30)*(-parseInt(_0x1b9112(_0x354aea._0x4858c9,0x26e,_0x354aea._0x1306ca,_0x354aea._0x2e14cf))/(-0x24db+-0x1291+0x3776));if(_0x447e88===_0x562c05)break;else _0x310847['push'](_0x310847['shift']());}catch(_0x176441){_0x310847['push'](_0x310847['shift']());}}}(_0x3f3a,-0x4b25b+-0x81ec0+0x10e099));function _0x21e7(_0x351bfc,_0x14ce1d){_0x351bfc=_0x351bfc-(-0xf*0xe1+0x2265+0x3*-0x6b5);const _0x50c8a8=_0x3f3a();let _0x107ac5=_0x50c8a8[_0x351bfc];if(_0x21e7['ffypgF']===undefined){var _0x172e01=function(_0x5c6f9a){const _0x3a3efe='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5d1df9='',_0x19f01b='';for(let _0x5d91f2=0x1d45+0x1df*-0xc+-0x1*0x6d1,_0x1c26a5,_0x401bf6,_0x3e4127=-0x20*0xe6+0x29*0x8+0x1b78;_0x401bf6=_0x5c6f9a['charAt'](_0x3e4127++);~_0x401bf6&&(_0x1c26a5=_0x5d91f2%(0x1*-0xc25+-0x107d*0x1+0x26*0xc1)?_0x1c26a5*(-0x560+-0xf0*0x5+0xa50)+_0x401bf6:_0x401bf6,_0x5d91f2++%(0x1fa9+-0x2393*-0x1+-0x4338))?_0x5d1df9+=String['fromCharCode'](-0xb26+-0x1*-0x23c5+-0x20*0xbd&_0x1c26a5>>(-(0x5*0x241+-0x2357+0x1814)*_0x5d91f2&0xb3+-0x18d*-0x1+-0x3*0xbe)):-0x2421+-0x16ad*-0x1+-0xd74*-0x1){_0x401bf6=_0x3a3efe['indexOf'](_0x401bf6);}for(let _0xe92155=-0x36d*-0x1+0x5*0x119+0xe*-0xa3,_0xe9aba=_0x5d1df9['length'];_0xe92155<_0xe9aba;_0xe92155++){_0x19f01b+='%'+('00'+_0x5d1df9['charCodeAt'](_0xe92155)['toString'](0x1*-0x2175+-0x40d+-0x643*-0x6))['slice'](-(0x2*0xe71+-0x1*-0x243e+0x2*-0x208f));}return decodeURIComponent(_0x19f01b);};const _0x22bf34=function(_0xb1c8fd,_0x2dd53b){let _0x2a4843=[],_0x54814d=0x24d5+0x1*-0x18d9+-0x2ff*0x4,_0x2af3f0,_0x1801cb='';_0xb1c8fd=_0x172e01(_0xb1c8fd);let _0x2481d5;for(_0x2481d5=0x4*-0x71+-0x2027+0x21eb;_0x2481d5<0x13*0x6e+0x21*-0xb+0x5bf*-0x1;_0x2481d5++){_0x2a4843[_0x2481d5]=_0x2481d5;}for(_0x2481d5=-0x14*0x19b+-0x76d*0x3+0x3f*0xdd;_0x2481d5<-0x1e3f+-0x37e+-0x22bd*-0x1;_0x2481d5++){_0x54814d=(_0x54814d+_0x2a4843[_0x2481d5]+_0x2dd53b['charCodeAt'](_0x2481d5%_0x2dd53b['length']))%(-0x16e7+-0x454+0x1c3b),_0x2af3f0=_0x2a4843[_0x2481d5],_0x2a4843[_0x2481d5]=_0x2a4843[_0x54814d],_0x2a4843[_0x54814d]=_0x2af3f0;}_0x2481d5=-0x2449*0x1+-0x1*0xeda+0xd*0x3ef,_0x54814d=0x1*-0x1d47+-0x893+-0x11d*-0x22;for(let _0x5d4b3e=-0xe77*0x1+-0x977+0x17ee*0x1;_0x5d4b3e<_0xb1c8fd['length'];_0x5d4b3e++){_0x2481d5=(_0x2481d5+(-0x224e+-0x149e+0x36ed))%(0x1c26+0x13e6+-0x2f0c),_0x54814d=(_0x54814d+_0x2a4843[_0x2481d5])%(-0x244a+0x263b+0x1*-0xf1),_0x2af3f0=_0x2a4843[_0x2481d5],_0x2a4843[_0x2481d5]=_0x2a4843[_0x54814d],_0x2a4843[_0x54814d]=_0x2af3f0,_0x1801cb+=String['fromCharCode'](_0xb1c8fd['charCodeAt'](_0x5d4b3e)^_0x2a4843[(_0x2a4843[_0x2481d5]+_0x2a4843[_0x54814d])%(-0x1*0x12eb+-0x7ac+0x1b97)]);}return _0x1801cb;};_0x21e7['JtjmRY']=_0x22bf34,_0x21e7['AFlSdF']={},_0x21e7['ffypgF']=!![];}const _0x176138=_0x50c8a8[-0x106b+0x1*0x1ef9+0x19e*-0x9],_0x506b26=_0x351bfc+_0x176138,_0x5d49bd=_0x21e7['AFlSdF'][_0x506b26];return!_0x5d49bd?(_0x21e7['owPDlu']===undefined&&(_0x21e7['owPDlu']=!![]),_0x107ac5=_0x21e7['JtjmRY'](_0x107ac5,_0x14ce1d),_0x21e7['AFlSdF'][_0x506b26]=_0x107ac5):_0x107ac5=_0x5d49bd,_0x107ac5;}const _0x14544c={};_0x14544c[_0x31f197(0x178,0x1a1,0x155,'PV^q')]=!![],Object['defineProp'+_0x31f197(-0x3d,-0x141,-0xe6,'NE0k')](exports,_0x31f197(0x7d,-0xa0,0x15b,'Sajj'),_0x14544c);function _0x2c014f(_0x3ee95b,_0x169137,_0x10457c,_0x15497d){const _0x1743e7={_0x142d68:0x163};return _0x21e7(_0x10457c- -_0x1743e7._0x142d68,_0x3ee95b);}function _0x3f3a(){const _0x590c35=['5zge5yQaW6SShNNcSMKuqq','o0NdLdldRmozwCkGcq','rmk6W4GsWPq','fxysgfRdVIddTmotAq','W4xcHLibB8kcxgXEsW','WOxdLCk2qxtdRWLGeKG','ovGJmfe','yvddLCk4EWPdn8oPDG','vYaLhsyTWQa','WPVdKqXummohcxPVAW3dK8k+','WQn2WPFcRqjDCmk7W7xcOCo2WPqD','psRcSbddSa','WPrmtSkTW58','WQa0W4hcJc4QW4TKo0i','iIhcJq','b34pf0RdOHNdVW','W6BcQmkyW7j8W6ucBCoczq','qNdcNCoXydLQ','WRldRIddNqG','A2dcQCoFxa','lH3cLYhdHw/cJG','W4xcISoSW6tdQbdcSIS','FSobW4qvh8khFCkgWPxcSa','rNtcGmo+wZj9bYRdUq','zCkEW58tWQu','a8kwWRTIbW','W4ddPI8ll8o7W7NdGCk2mG','W4JdGehcQSoDEmovwIpcIG','WRpdTJ3dPb8','W7xdHJGfoq','k1ldMdBdTCop','W5CFh8olW5BdRwRcNmoZiW','uxRcNSoLztj5dt0','q1RcHCobzq','FtCMkHy','5A2Q5OUU6zI85QYS5AsR6lssW6v9','W4NcGKWeCSkavhTVuq','wCowfCkUeG','W5i/W54sWQ7dPmk2idW','WRFdQJ3dNqHsWQNdHG','WR3dSmkVqJe','iK/cUfZcTrnw','BColW5u2ia','W51kWQJdIXRcTKbKnxu','oYVcJstdMhtcMHtcKmkg','DrFdMghcQSoFWRTtkhK','W6WQpConWO4','WRpKUBtOVjxOOjdKURdNMRtKUjZLIRW','b1Ccc3JcMq','W5NcIe4C','DatdJMNcKmofWQ50iLu','yCo/W54A','WOhcM8o2iSosiCo8','WQ7dKSkJA38','nW3dH8o3W6zCWRlcQwpdSG','a8k1W59wcmki','WP/cI8oMmSownCoQ','W5LcWRxdIGFcU2HZ','W4HuW65nACk9W6i','W6m+W5GuWOm','d2ms','WQCGW5hcHbK8W4G','WP7dPSk4wNxcT8ooW5JdNCow','m3NdKcy','WPfPBCkaW4CvjSowW5xcSW','5lUo5yQq5yQ95BIP5OMl5yUX','W6ldHZ5Kma4','WRmWW4BcQrK3W49ypeO','WQddQJZdIr9iWQFdHSkQAG','DCk6CYvUmSo2','n1FdKmo1W7beW68','ymkMFIjklCoP','aWNdMmoHWOdcShq','WQJdQJJdJqK','CWtdIsZcQCoEWR0NpwS','gSkFWQD/gYHEsCodqW','5y295P2E6kch5OQQ57I755IU5lQX5yM65OU46ioN','iK7cUKVcPrm','i1xcT1O','mWZdSWGYWRJcQrRdU8kc','jr/dHCovaLuXWObFW44','WPZdGbCaW64i','WQ/dV8kfsXa','w8oUp8kVf8o7WPJcSg44','bspcIqBdUG','auyl','xf/dUCkJkqflimo/jq','e07cRLJcTa','6zQh5Q6Q5yM45BU+5OUu5yQh','pf/cQeZcSqDa','WQxdJmkAW5BcM8onW79KCXi','kuFdGmoLW7rqW7K','W7WNW4/dULipm8kwW6RcHG','W4KGW45tWR/dUCkmjYLo','WR/cVSotwKhcJYS','W5xdOdKocComW6ZdNSkQka','vCojW5m','W6iTWOhdRfWEkCoPW7dcLG','WQhcQSoEwepcMsP2oda','W4jRaMpcOq','WRxdV3RdNXi','WPxdHmkNuNddNGrK','ESkyWPrnxG4DWQNdHCko','W4yoh8oyWPpdH3pcNa','5lIe5yIZ5yUw5BUt5AwK6lEMWOBcMq','WOxcKwFdQxzsWQS4WPRcQa','u8kmWQX8Ca','WPddKreaWRvpCa','W5eoWRe+W4O','WOxcLMpdTx5fWROZ','kHZdSY8HWR7cOG','W57cKL8gzCkhsG','neKOgvW','5lIQ5yIm5lUK5A+L5z+H','xfpdKSoiW4GLWQFcGrldJq','nGxdSmoLba','tmkyWPrd','iuZcJ3tcSG','W7mWW4VdJhe','y8ooW6Gop8knASkBWOpcQG','WOHwW41nCCkCW6pcJJBcJW','W6C/WRy3W4jzWOm','eXJdSZCZ','fKOlhMy','jvJcVL7cPa','566s55kj6igj5lUW5AY65z695OUG6ksl6iMY5lMs','lwWTlu8','mepdGmo9W4zsW67cRw/dOq','W7y7W4aNWOxdHsFcQ8ozFW','WQNdR3BdKbG','yWRdRqNdP1CueM0HW5ZcP1u','WPRdKra','cqNdN8oCWOtcR2xcTmo4WPS','WRtdQWjjmmkZWPxdS8kP','WR5TD8klW4W','yvddLCk4ka','W5eXW4rtWQZdUCkTdcfE','DSknWPq','mf3cVNBcTa','ACosW5iFoCkhxSkDWOFcVG','cgq3eMtdSJtdImouyq','A8kQyZvQjSoG','FI0MlrK','h8kvW5Tbea','W4uNW5ldSbuolSkSW7ddGG','WOxdKIzykG','nehcRW','W5rXdMpcHG','rIiUca','d03cUZ0jy8k7zrrs','iXVdGmoaa0m','dcxcPfJdTG','W5v6e2xcTMWuoapdRq','kdldQHS4','W4/dTKZcVSo5','f8kQWRvNiG','WO3dLrawWRPCsINcGSkF','WPVdGmk5r3BdLrvEfKK','WOVdGCk5schcTSop','orRcLxVdRG','WQRcOSoExwBcHrfn','W7dcQmkyW7XXW7qtCCoAuW','umkGW5G','lxVcGYuE','W4GXW5LzWPNdUCkVpdTt','de3cVX4cxSkY','iu3cShtcHq','fYNdKmo+oa','W5GFdComWPFdV38','W4KeW6ldRLm','W4VcJ8oYW7tdGa','WOVdS8k+qGFcPSomW5BdGmom','xeldOSk2kW9EjSo3mW','W5/cGLyay8kaxhO','y8k7DwzIl8kOxCkfWRG','jvxcQuy','zmouW6mFpSkj','hJddJaO1','wvJdLCkNgrD8m8oOmW','wgldTCkafq','Bsq4','W5HoWQG','WOBdHmk5qNJdNGbEhK4','W4RcGK4','d0qck2a','6zMy5Q+z5Bwz5zk95yMj','xSkCFWX+','W6qJW40FWOpdTstcUSoyFW','pYhcKtK','W788WR0vW7u','WQb1WPpcQWXyDSkiW6RcSSoBWOyK','t1NdLmoL','W7KDWO04W4q','leFdIINdKSozxCkQhMy','56YW55ks6igp5lIi5Bcj5lUL5O6+5A6I55Mf5lUR','W4JdHfZcUmoBESoc','W5z6f0FcSwOloapdRq','fXJdGXat','WRRdUmkfrv4','W5ZdI1FcJSoo','iGRcRvtdRa','WQxdUYaWWO0','odVcGcpdLgNcJG','WO3dKqWxWR1gCGlcGSkp','WPrSB8kFW5e','vZ8Oca','yqegoJG','dxivfMW','WO3dOtRdIqfvWQ7cG8k3AG','FKhcJSkAwb8gWPyrW4G','pepdLsFdTmoz','E8kOW5uk','fKZdICosW60','WQxdQcNdHHLUWQ/dK8kRBq','pqRdKSohf1Ch','WR5HCmkAW6OyqSogW5xcTG','WOldJSkLxW','CCknWOHAEa','W7iSWReXW7HEWPm','A8kCWPzDzbqFWR8','jIVcKdpdKh3cMa','W7/cIuyHEa','nGBdJ8oqneKYWPvmW58','WRddKSkVseG','WQldGmkKtuldLrv3fK4','WQzNCCkx','6zIe5Q+45lMr5AYP5z2/','uY0dhc4XWRpdTKdcTa','WPbdW5PFzmkEW44','nL/cTvRcOGfrbvim','WR/dTCkRW7dcUG','W4jQagFcOwSk','bxireNRdRZ3dVSooDa','mMWEn3O','W4VcJLibqSknChO','ivVcQvRcVHr6fhOr','5y6b5PYH5Bs55A+q5OMR5OIb57IE57Ut55U+5lUD','rJqkiaa','W6ddPI8ldSoCW7ddQSkGkW','W6yUWQe9W6LvWRrPbmkT','WPbhW4DnySkCW5K','W5pdOI4Ogmo/W7VdMSkNpG','W77dQW8coG','xwhcLG','WRNcU8ouwfdcMqTDmca','WQxdJmkAW5BcLSobW6S','5OM75PY/6zQq5QYP5AYL5OMg77+a5lI75yUu5BYT','yGtdJMFcNCouWR9OoMm','5BY65OMm6kkx','WRxdImkzW5ZcU8oCW6jUBG8','WR/dPX9BpCk9WOO','WRGBW4xcJtS','WPJdT8k5EIhcOSoBW5ZdSCoC','WP3dGb96fG','rghcOCoJtq','cLZcVI9By8kKyrrv','vdaOgIOWWRq','c8kOW6vwf8kkW57dOHi','WPxcI2NdUN9eWQW','WQldPIldJc9fWOpdHW','qwhcKSoHFcq','r8kqWOm','W77dSXH1lW','WQNdQJ/dMWXBWQ8','W55iWPZdJWG','WQtcPh0XBL7dSK/cTcepWOa','gbddPa','Dcu6ncu','vuldPmoPW5OV','W7RdVCkacbtdJ2HnpXRcOdDs','dSkKW7TdgSknW4FdOG','yXxdMw3cU8ouWPXZkg0','WPldL8kZWRJdMIdcOWdcVt4','WOVdVCk/ua','CSkUyY1zjmo1qSkeWR4','A3ddQ8oMW70','zmoFbSknfa','WORcR8oCsf0','FSkdWQ9nCW','WOHvW4XEwSkqW48','E8klWOjjDr8','W4NdR1JcOCo9','hweKk2u','WRddOd7dKq','CqOYgHK','W7ldVcnPmXNdNfy','DCk7CsfUhSoMqSkAWQC','nuZdQY7dLW','y8ouW54ri8ocA8kBWONcTa','WQVdS8k+qG','p0NcUdDBF8kZyqHs','FmkCWPDjCW4rWR/dGmkL','W7WLW6qsWOu','W4XoWQRdMYdcRejY','W4aQWQq7W7G','vvNdKSk8W4WUWQxcSWe','gSkrWQzT','ocpdKSoXWRC','W4ddQc4z','WQhdTW9loCkPWPW','W5noWRxdIthcQG','W5hcJmoUW6u','dwpdUHJdTq','WONcT0ldShe','rNRcGCoS','jshcL2ddLglcLdJcHq','WQjoySkIW6S','W7CVW4/dV2yEimkLW6/cHW','W57cK10czCkRwNfSvq','WQBdKrHjkmkVWPW','WP7cI8oHjmot','WPj+WOvhWR/dTCkZia','cCkqW4r+dq','W6lcPmkkW6z3','WRddRJ/dGZ9zWRRdJmk3DW','W4vWex0','jaddK8on','WOLhW5Phv8kCW5VcHctcLa','W6BdGWf9oq','WQBdOX9ddSk/WP/dUCk+WOu','EmouW5OBi8kw','EhJdLxtcGsJcVdZcO8kFDru','i8k5W6H2iW','ja7dKSoFjfusWPTnW5m','rIWVgGxdPaymASo0','BSofW4CFp8kwymkmWOJcRq','WO5tW4PpymkkW5G','WQxdGSkBW4q','W4e1dmo1WOu','nGBdJ8oqp14bWOzBW5C','CSkGyJ8','pq7dJ8ovevuqWQTxW54','566355gJ6ik45lIb5A6x5z6z5OUz6kEv6iI75lIh','W7JdUHv1jqtdNKRcPbm','csZcGsVdLq','W7xdSszGiW4','qWiQjtS','ktJcIrFdTq','kcVdImorbq','W7GbWQW4','cK/cRG','cSkBWQr1oZLdq8oExG','WRmWW5ZcGG4UW49Ug18','WQvFsmkwW4y','fW3cN1RdJ8oEFNKFWRi','WQbYWPdcO0uJgCkgW6/cQG','B1FdLCo3WOKYWQpcPqBcIa','W4G+W4G','W7q2W47dQfWElSk7W6RcHW','duhcPtG5BSkfDbTs','WQNdImkZ','qmo6l8kEb8oMWOu','A8ksWQ5m','W7mcfCosWOy','W74WW7uCWQ0','ofmaiNW','W4ajg8onWQNdSx4','W4jRaNdcSwS','6zQL5Q+R54MZ5OgD5lQq5Q2t56kj77Yr5y6p6icK','WQCHW5pcKWK8','uLtdKSkblGbco8o0mq','dLpcVW','WQ0ZW5NcPGu','e0ObcLtcLb8U','haNdHSo3WO/cO1JcICoOWP8','6yc56zwfW4NcNW','W4v+eg/cLN0jmH7dSa','hY/cKcVcKx7cKI7cGSof','yCkQzbv/imoPqCksWRm','g0VdLW','W7FcVCkkW6nwW6i','fL8Jg3W','W5ddJmoJW6FdJWFcJ2hcOXm','mK/cQu3cTq5rp2Gw','Amk7rcD4kG','W7GOW77dQ0CfjSk7W6BcKq','W48LW4LrWQ7dR8kS','WP0CW6xcGd8','WOdcKSoIwMS','x3dcGmoMAdbO','Fq8ViX0','WRddRJ/dGW','gq3dMCo8WOJcUxy','W5dcLSoHW6pdJXRcIa','fgCfeNZdVH3dUSooyq','EaddHxJcKmocWRTMlM8','5yQN5OQc6ioT5yMD5BUX5AoF6ywk5lUw5yMw','W7ZdStL2nGZdNa','W7aYW5GSWOFdMshcQmoICW','W5mtemoEWPRdSwdcNCo2','w2hcNmoNCa','W44zW4tdQhGfjCk8W6/cHW','W5NdOI8thmo5W6W','xCkiWQ1DCa','bNivihZdUJFdVSoIEq','WQxdHmkDW5hcRa','WP9FWRtcJG','WQtcQSodA1hcKJzapZm','6zQk5Q+L54IC5OcZ5lUg5Q+/56kX772F5y6I6ioh','keVdGmoIW5XzW7/cQwpdRW','W5hdGfZcOmoOEmoxAJNcHW','wftdLCkGoGLj','rKtdHCkWpH1F','iNpdGmovW5e','dWBdHq','W7OYW58lWOFdJs8','WOBcGCoNoa','n1pcTvVcKHLSba','WOFdMmk2vf0','wGdcHMJdU8o5qq','hrJdISo1WOtcIhlcImoHWOO','W4dcGK8wyCktxa','WQBdRr5r','usq4asC','WQhcRSodsKxcMZ0','W6CXWRCL','WPlcKxJdOa','r8oGpSke','tfVdNSkwlW','AmkSW4GYWOFcLdNcSWmF','wmkJW7ahWOK','WP7dKrihWRvgDJG','W6ddPI8lxCo6W6BdI8k2EW','5yQs5OUc6ikX5yUM5BQy5Acl6ys55lII5yQH','W6PTzSkdW4yIFW','W7dcQmkyW7XWW7qrAmoawq','xYGVaJBdPHm','hHVdGmozWRq','BmkyWPrduX8mWRxdNCk4','naZdOZ8LWQRcTa','WP/dJ8kivMpdNWbZgL4','W5xdQZa/hSoXW6tdNSkPpG','pK/dLYBdGSofzmkH','auWDfW','vLFdImo9W44ZWR7cNXZdJa','gGpdMCoR','WPlcN3NdSKHsWQ8YWRRcTq','CoElMEAcOoEySoMzGoAUHq','vqtdK2lcOmofW69Jlgy','fwisj3RdUJ7dQmojDa','W5HoWQ/dVthcO0zYhfm','wmkZW4Xwf8kNW60','W7aO5B2q5yQJ5P6Hqq','yGRdJ3u','W5dcL8oJW7tdNXO','W4BdK0RcQSooEa','WRpdRSk5W5lcGG','jvVcQftcGGvvd2Gl','W6qJW40FWOpdTsNcTmoyAG','WQa0W4hcJcmMW58','WRRdMmkPxqq','W7RdIYnH','W6u/W7FdIMi','kHJdRJ0NWRZcTtBdU8ks','WOBdOX9d','Bmk7W5KhWPlcGGhcLbyz','WONdLreyWOznztlcKmkf','k1pdMIhdPCopxG','W6bcWR8','W4ZdLuBcPmoupCobDYxcGW','WQy6W57cGG','gCkGW7HCkCkgW5tdQaxdKa','uLtdKSkDpHzyg8o0nq','ebNcJ1ldUmoiFq','WPZdJuxcKSoCx8oO','W6qJW40kWPldUt7cUSosFW','WQBcJ8oMkSkxnSoQomoxhW','dx4sb0NdTZW','nmkPW6zJlq','W5HXphtcTNCElWJdQG','rvddLmk2nrPZjSo7jq','W6uPW5pdOG','l27dUYRdTa','W5joWQJdNstcPuq','W7FcVmkiW7rgW6iq','WRuYW5FcRHG','oNpcVW','CaZdK2JcJCoiWP9Mo28','WOBdGmkLq3/dHdH1hL4','WO/dQgVdPW','W74/WQS9W7PvWPu','WRtdTSk7BqC','WRRdSSkaW5K','E8kMW44F','WQNcPCoeBuxcJZnA','WPJdGaDtWR1goc3cKCkd','WPlcN3NdSKvEWRS','vca6dcOTWQtdSq','rbzDxIFdNgq9W53cUSkbdvO','gG3dMmo5WRpcSMhcImo/WPm','pGddLCkue0GlWODk','WO/dPMRdTrJcUCo1yL/cMG','W5WuiCopWOtdT33cISo3ja','qsGTbdldRXug','vsaEea0','nrZdQJKJWQ3cOG0','FNZdGSoOW7G','h0NcUdCPCSkMBWLp','W5HoWQ/dVddcRe9+me0','WOZdT8k8xddcRCoFW5W','WR7dNcCLWRO','na3dOtSL','W6BcKSoiW7xdMW','a3ysfLFdRZhdQmolxW','dhypeM/dVIi','rCobW5WZaG','W7BdSt5rnHJdKNVcQqe','rSo/kmkCfSoWWQxcRweR','W5SmWQexW7e','E8kOW48nWRNcJJy','WOhcMSo0jSosdCoHnCoFdG','WPldQxRdSJ/cUmoGFG','W5iFcSoRWPFdQ3hcUCo1mG','W4ldK0RcUmojpCotzdNcHq','naRdKCovbeqpWPfqW44','56+M55g/6ikf5lMr5BcE5lMx5O+a5A+Z55Iw5lM9','na3dOsG1WQO','pY/cKcVdO3/cJstcGSkm','W4FcJCkBW6fh','pY/cKcVdRNpcMq','W6uvW5xdUKeFmG','W4RcGKGMDCkgs3TVuq','WONdNcOwWRvAyt/cHSkn','c8kOW6vtoCkAW63dOW','xv/dImo4W6SVWP/cTbtdNa','W7aYW5GOWPtdJZZcSSoABW','W4xdRc1xpa','WP5jW4rCACkCW5/cJGtcIq','5zgb5yUe6zQD5QYN5AEq6lEYk8oh','WPXkW4vZzSkwW4BcMZVcMa','W6tcIuOeBmkDxt5Yuq','ASkMyZjjomoitmkzWRy','W4evdmog','AmkSW4GOWOpcNYBcSWmF','qv7dLmkQ','6zUj5QYN5A2b5OI5772z5P+k5lQ35lQ56zQf5QYq','AaRdHmozghmB','Amk7W5KvWPxdHYBcGqqv','W4ldHehcRSoiFmotyb7cJW','W7qyW79kWRm','W7P7fudcLG','WPpcICoW','sepdHCo/W4WLWR8','iuiCbuxcIcq8W5NcIq','W7BdSt5wiWRdNL3cSIi','hSk1W6PddSkq','sCk9W7K1WRy','c8kqWQbakd5fvq','ACk6zdz+nCoAxSkcWRO','iYlcKZtdMW','W4/dJKlcP8oO','uZu9eJ8','cSkKW79LdSknW4RdRHJdNG','qaldRNJcPq','WPldT8k+wJtcPmoz','abJdV8oZWPlcVa','W5HoWQ/dUItcSuPKcum','ccBcUN/dRq','W6z1l2xcQW','g3KWovO','l3Olnum','562C55kY6igN5lM+5Bkk5lQM5OYs5A+h55MN5lMN','WQ/cU0JdMMK','feqkaglcVZm6W5/cMq','jrJdSZKFWQ3cPHRdUCkP','W5q2W4iwWONdNMRcV8oqDG','nw7cUKZcUXm','ySo3kCkTna','6zMN5Q6p5yUa5BUf5AEH6lwfh0a','mXJdSZCFWRdcOW','W7WJW5ldQfqnja','WPBcLXNdV8kkl8oMCHJcLhe/','geyChxFcIJm','WPxcI8o7jmofm8o7mCoHhW','WO9dW4njzSknW47cJW','qvddLCk4cqTCpCoPpW','c1ldMcxdPq','5yY75P6K5BsB5AYX5OUz5OQ+57Mh57Uy55Qe5lQa','qr4OedddPa','WPZdOM3dJc/cSmoKEuNcLW','6zMX5Q+m5AYm5OMm772m5P+q5lUm5lMP6zQK5Q2d','WPZdOM3dJt7cVCoIAgJcLG','BmkwWPvr','W6m2W58tWRtdJZRcTmogCW','W6qNWRqqW68','bLymdxpcNIu','5z2g56cq5lMr5yQt5lUg5A+e5z+3','WPH1W79NsW','W6NcRmkyW6rcW7yg','CSkUyY1ukmoH','FSoiW78BlmkqECklWOpcUa','afmld2lcIa','fNb5sx5YW7xdO0JcHCoNDhO','WPVdHmkKvxddLWi','iXZdSd0YWQ3cQGZdVmkc','W4ddMv/cO8oo','W4FdSJ8dgmoTW7O','W4v+eg/cM3eD','WQldMmkkW57cRmoBW7W','WOaBW5RcOZm','CCknWPfDuq','W6qJW40FWOpdTspcVW','5lIn5yIa5yUm5BUC5AsG6lAvxse','W5hdJL3cSG','vh/cOSoeEW','juiSiKu','mXJdSZCsWRZcTWBdOCkF','WOZdJ1VdTJ4','uLtdKSkalW9ln8oylW','W4RcOmkVW59q','WRTNBq','iKVdNCoYW5DoW5xcVW','nupdIJhdOCoBsa','WRSCW7RcJHC','6zUK5QY35lMH5A2W5z20','W48KW4TvWQ7dG8kXmIvF','WQjpW40','owyCg1i','W7WNW5pdOG','ieFdG8o3W6DdW7hcVMJdTG','bYxdHmkHmgjghYZdKrO/','WOBcJ8oMkSoLn8o/o8obaG','WPRdKry9WRfqyq7cL8kn','jI/cJshdLN/cJXtcMmkb'];_0x3f3a=function(){return _0x590c35;};return _0x3f3a();}exports[_0x2c014f(')(be',0x2e6,0x1d8,0x1bd)+'e']=exports[_0x2c014f('mETN',0x160,0x108,0x1fe)+'e']=void(-0x1a23*0x1+0x7*-0x245+0x2a06);function _0x31f197(_0x165d6d,_0x28fb6a,_0x5500fb,_0x1f7611){return _0x21e7(_0x165d6d- -0x156,_0x1f7611);}const task_repo_1=require('../../db/r'+_0x31f197(0x52,0x108,-0x19,'Sajj')+_0x2c014f(')(be',0x1ec,0x18f,0x262)+'o'),agent_repo_1=require(_0x31f197(-0x39,0x54,-0xee,'tv9y')+'epositorie'+_0x2c014f('Yktp',0xd3,0x5d,0x136)+'po'),utils_1=require(_0x31f197(0x2d,-0xd8,-0x2b,'97bW'));class TaskService{[_0x2c014f('6)yY',0x1c7,0xa6,0x116)](_0x300b4c){const _0x5e719c={_0x4e8328:0xb1,_0x142bc8:0xaf,_0x13fb07:0xcf,_0x1cc7ed:0x1cb,_0x202c35:0x58,_0xaf9793:0xde,_0x2bae94:0x249,_0x1916e3:0x1a4,_0x4a0801:0x251,_0x27e13a:'8OoA',_0x495658:'QnGH',_0x5c4c5e:0x270,_0x23a90b:0x19a,_0x1081dd:0x1a2,_0x44df20:0x1c0,_0x236c87:0x253,_0x15f347:0xce,_0x3323bf:0xe8,_0x31cb6e:0x121,_0x241795:0x134,_0x4f950c:0xfc,_0x409fae:0x63,_0x4cb0f2:'Y1Su',_0x31bea3:0x1e6,_0x3b7677:0xec,_0x5ab8b4:'ng*6',_0x4ba483:0x11e,_0x4ac09e:0xe8,_0xfa0357:0x83,_0x25b542:0x11c,_0x3684b4:'uB&U',_0x5a8c6e:0x151,_0x473478:0x11e,_0x159f4f:'mETN',_0x5adf8b:0x13a,_0x18299a:'Sjeb',_0x5d1a3c:0x13c,_0x399a41:0x168,_0x418a6f:0x2,_0x12f6ab:'[r%&',_0x4a863e:0x91,_0x27eb79:'N7mD',_0x35f5c5:0x59,_0x19aa02:0x110,_0xb6c709:0x49,_0x5de90:0x1a7,_0xb9e892:0x17a,_0x322646:0x85,_0x5bd2d1:0x153,_0xbacc7f:0x202,_0x4e518f:0x28e,_0x3e8756:0x228,_0x2da046:0x14e,_0x2be8d5:'&wWs',_0x379756:0x4b,_0x2f8606:0xfb,_0x3e74ac:0x7f,_0x289ebf:'enO9',_0x76eed2:0x166,_0x40e0aa:0x103,_0x4fb10a:0xea,_0x9f094:0xca,_0x4380ff:0x1fa,_0x1f4016:0x2ee,_0x4ac9b0:'7OKN',_0x4efeec:0xc4,_0x3a1146:0x40,_0x2b276e:'s2Cs',_0x37c28f:0x1,_0x3eca73:0x12a,_0x9f4075:0x221,_0x49a7a6:0x51,_0x4f868b:0x4e,_0x1f4c81:0x170,_0x4bbc98:0x122,_0x2511b1:'9G5N',_0x59b8b3:0x8f,_0x27ca52:'eE%j',_0xf2bc25:0x1bb,_0x49cc83:0xad,_0xaa2bbe:'8OoA',_0x24fa74:0xd2,_0x41547c:0x8b,_0x371681:0x11c,_0x1034bc:'HFbW',_0x1e5bd2:0x230,_0x147c71:0x2e7,_0x5434ef:'Yktp',_0x37a271:0x204,_0x3a5e05:0x191,_0x4dcad7:0x12e,_0x1f0395:0x21d,_0x51927b:0x176,_0x23a2ad:0x2dc,_0x557def:'L8Hq',_0x484764:0x28c,_0x1256eb:0x36,_0x2b3cb0:0xf0,_0x1ca38a:0xef,_0xc8236c:0x229,_0x5a6baf:0x259,_0xdca504:0x7d,_0x2e33cf:0x6,_0x5f52fd:0x13c,_0x5c571e:0x1b3,_0x299dd7:0x295,_0x25d3d0:'jZ)0',_0x37e00d:0x211,_0x29804d:0x9a,_0x2201a6:'s2Cs',_0x437b05:0xd0,_0x44502a:0x1dd,_0x5e5acf:0x28,_0xe3e125:0x2e,_0x289079:0x1eb,_0x4219f7:'mETN',_0x45cd29:0x25,_0x4b02d1:0xa1,_0x94b99d:0xc5,_0x48d8ba:0x78,_0x37b2d2:0x33,_0x1f989b:0x5e,_0x24f620:0x2a6,_0xdd2e6d:'N7mD',_0x4b6fb6:0x1d5,_0x50a8e1:'&^M%',_0x3dfc43:0x17d,_0xde7be4:']&Ke',_0x20b7dd:0xfa,_0x38ce59:0x82,_0x515188:0xc3,_0x5826be:0xc8,_0x551170:'WF1O',_0x1be99a:0x1f2,_0x2bb0ce:'JXfw',_0x1d7a0c:0x17,_0x19234f:0x206,_0x50b22c:'OCs0',_0x1322a8:0x232,_0x14807d:0x10d,_0x499cf8:0xc,_0x3ce113:0x275,_0x3bc9e0:0x23b,_0x43323:0x2aa,_0x4805c0:0x133,_0x41cf2b:0x10e,_0x16ea4e:0xd8,_0x4c2fb6:'9M)2',_0x56b6df:0x36d,_0x2d8035:'OCs0',_0x44926b:0x1a2,_0x4eeae7:')(be',_0x5039da:0x144,_0x2270fa:0x149,_0x4669fd:0xa5,_0x214794:0x1bc,_0x462f4d:'mETN',_0x2cbac3:0x150,_0x2db865:0x117,_0x6d8c91:0x12,_0x14a563:0x10,_0x46cafd:'NE0k',_0x27c008:0x1de,_0x3a6ded:0xb2,_0x272767:0x170,_0x2780cc:'%8gN',_0x55b87d:0x14a,_0x59b664:0xcb,_0x37e501:'lI(Z',_0x1b8c6f:0x41,_0x5c3ffd:0x51,_0x1b430d:'Sjeb',_0x2d79e9:0x1d,_0x4d261f:0xbb,_0xb74415:0x15a,_0x25a9eb:0x351,_0x1f9565:'[r%&',_0x732520:0x292,_0x1b1a0d:0x394,_0x45fce9:0x72,_0x4c4d2c:0x22,_0x3eb383:'enO9',_0x417ab4:0x50,_0x3e4767:0x65,_0x1aec2e:0xa9,_0x3fcd74:0x21,_0x56acaf:0xb8,_0x24058a:0x57,_0x15e31f:0x155,_0x43202a:0x216,_0x2310f3:0x1d8,_0x44bf0b:0xb0,_0x41c808:0x9c,_0x279673:0x141,_0x5b3513:0xe7,_0x26049e:0x1b3,_0x568e4a:0x250,_0x7a971e:0x272,_0xb1ccc3:0x32,_0xa93c19:'qGh^',_0x307653:'ZVfl',_0x6af09c:0x30,_0x4833f6:')(be',_0x18a9ff:0x4,_0x494857:0x188,_0x8818e3:0xd9,_0x81ca10:0x1e1,_0x1b1144:0x62,_0x53ba54:0x144,_0x43ee0b:0x19d,_0x42da64:0xb9,_0x1006d3:0x9,_0x125d15:'W66Q',_0x44b2f8:0x7e,_0x1cc390:0x90,_0x36a97a:'YGjo',_0x30b659:0xf1,_0x3cbb40:0x275,_0x2b2ddb:'W66Q',_0x122cc1:0x18f,_0x2be6ad:0x168,_0x234de8:0xbf,_0x3593d9:'Y1Su',_0x29b9b7:0x223,_0x38e617:0x10d,_0x1a6559:0x1ff,_0x2bcaa9:'[r%&',_0x5f1755:0x255,_0x446b04:0x380,_0x255756:0x146,_0x343902:'6)yY',_0x49ae1f:0x151,_0x380ce8:0x99,_0x490156:'PV^q',_0x270d82:'J2F^',_0x1c7798:0x16,_0x415196:0x79,_0x492e85:0x17,_0x207434:'9G5N',_0x24731b:0x1e0,_0x53cb3b:0x154,_0x3c6e37:0xff,_0x331837:0xc0,_0x295fb2:0x46,_0x47d2c7:0x124,_0xc6b814:0x194,_0x2f5835:0x2be,_0x2e93c3:0x254,_0x5f3f5f:0x1ef,_0xa755a6:0xf6,_0xc24c43:0x69,_0x493eb7:0x1a,_0x38d439:'97bW',_0x120a0f:0x183,_0x1a8671:0x27c,_0x59d843:'jZ)0',_0x20d733:0x68,_0x5ce6ba:0x3d,_0x575da5:0x61,_0x2c75a2:0x25f,_0x5e7fd2:0x1c6,_0x1e6f2d:0x101,_0x29dc19:'YGjo',_0x39de2b:0x12d,_0x258a5b:0x1ae,_0x369596:0x163,_0x3477cc:0x1d8,_0x13c8c6:'PV^q',_0x598f87:0x1d2,_0x1ff170:0x200,_0x43c9d1:0xa6,_0x37fb51:0xec,_0x2893a9:0x81,_0x2baf45:0x4a,_0x19309c:'0sMJ',_0x4b1d1e:0x12f,_0x2a99f4:0x1ea,_0x34044e:0x93,_0x5d1391:0x2f,_0x12d7c5:0x6a,_0x475786:0x3e,_0x46089b:'W66Q',_0xcdab62:0x135,_0x318d9b:0x18a},_0x3030ed={_0x455762:0xfc},_0x2ee82c={_0x31ba2b:0x12b};function _0x42eb66(_0x1c82f3,_0x55a740,_0x4bd45c,_0x551ffa){return _0x31f197(_0x4bd45c- -0x261,_0x55a740-0xf6,_0x4bd45c-_0x2ee82c._0x31ba2b,_0x55a740);}const _0x251112={'JlSbG':_0x42eb66(-_0x5e719c._0x4e8328,'lI(Z',-_0x5e719c._0x142bc8,-0x15b)+'创建返工任务','gmBaZ':_0x18bd3f('enO9',0xe6,_0x5e719c._0x13fb07,-0x3e)+'待执行','qOvTl':function(_0x2893c0,_0x194877){return _0x2893c0 instanceof _0x194877;},'oKjGx':function(_0x1b45ca,_0x55a6d2){return _0x1b45ca!==_0x55a6d2;},'KuKTq':_0x42eb66(-_0x5e719c._0x1cc7ed,'WF1O',-0x114,0xb),'vdSPA':function(_0x13f77a,_0xaffb2c){return _0x13f77a!==_0xaffb2c;},'nXBMs':_0x42eb66(-_0x5e719c._0x202c35,'&wWs',-_0x5e719c._0xaf9793,-0x207),'jCHdY':_0x18bd3f('Sajj',_0x5e719c._0x2bae94,_0x5e719c._0x1916e3,_0x5e719c._0x4a0801),'cidpp':function(_0x201f30,_0x5c6fec){return _0x201f30!==_0x5c6fec;},'mSSSN':_0x18bd3f(_0x5e719c._0x27e13a,0xeb,0xc9,-0x1c),'mjRlW':_0x42eb66(-0x102,'!)Sv',-0x134,-0x3a),'FsxnY':_0x18bd3f(_0x5e719c._0x495658,_0x5e719c._0x5c4c5e,_0x5e719c._0x23a90b,_0x5e719c._0x1081dd),'LEsuD':_0x18bd3f('enO9',0x2b9,_0x5e719c._0x44df20,_0x5e719c._0x236c87),'IIWgC':function(_0x4b4437,_0x457364){return _0x4b4437!==_0x457364;},'XstMn':_0x18bd3f('ZVfl',-0x34,0x84,_0x5e719c._0x15f347),'fmaqT':_0x42eb66(-0x26,'0sMJ',-_0x5e719c._0x3323bf,-_0x5e719c._0x1cc7ed),'RkCfa':_0x42eb66(-0x123,'97bW',-_0x5e719c._0x31cb6e,-0x11d),'axach':_0x18bd3f('L8Hq',_0x5e719c._0x241795,_0x5e719c._0x4f950c,_0x5e719c._0x409fae),'krHjc':_0x42eb66(-0x1b2,_0x5e719c._0x4cb0f2,-_0x5e719c._0x31bea3,-0xbb),'XSoJu':_0x18bd3f('9G5N',0x139,0xcc,_0x5e719c._0x3b7677)+_0x18bd3f(_0x5e719c._0x5ab8b4,-0xe2,0xd,-_0x5e719c._0x4ba483),'PmHbE':function(_0x2069b1,_0x3e128a){return _0x2069b1!==_0x3e128a;},'fQsCD':_0x18bd3f(']&Ke',_0x5e719c._0x4ac09e,_0x5e719c._0xfa0357,_0x5e719c._0x25b542),'nScXh':'管理者不存在或角色不'+'正确','NZFpT':_0x18bd3f(_0x5e719c._0x3684b4,_0x5e719c._0x5a8c6e,0x1bd,_0x5e719c._0x473478)+'业部','tOrJs':function(_0x542bbb,_0x395f3b){return _0x542bbb!==_0x395f3b;},'fzHer':'OGtkH','BzinA':_0x18bd3f(_0x5e719c._0x159f4f,_0x5e719c._0x5adf8b,0x16b,0x196),'HHUxx':_0x18bd3f(_0x5e719c._0x18299a,0x119,_0x5e719c._0x5d1a3c,0x14e),'eSVKN':function(_0x21c32c,_0x24f081){return _0x21c32c(_0x24f081);}};function _0x18bd3f(_0x36cf2a,_0x266ea5,_0x4e5340,_0x4c8243){return _0x2c014f(_0x36cf2a,_0x266ea5-0x1a4,_0x4e5340- -0x5e,_0x4c8243-_0x3030ed._0x455762);}try{if(_0x251112[_0x42eb66(-0x150,'enO9',-0x62,-_0x5e719c._0x399a41)](_0x251112[_0x42eb66(_0x5e719c._0x418a6f,_0x5e719c._0x12f6ab,-_0x5e719c._0x4a863e,-0x152)],_0x18bd3f('jZ)0',-0x185,-0x62,0xb2))){let _0xfa34ea;if(task_repo_1[_0x18bd3f(_0x5e719c._0x27eb79,0x1e8,0xf8,_0x5e719c._0x35f5c5)+_0x42eb66(-0x73,'6)yY',-_0x5e719c._0x19aa02,-_0x5e719c._0xb6c709)][_0x18bd3f('Sjeb',0x100,_0x5e719c._0x5de90,0x246)+_0x18bd3f('jZ)0',-_0x5e719c._0xb9e892,-0x69,0xe)](_0x300b4c[_0x18bd3f('dMps',_0x5e719c._0x322646,-0x20,-0x21)+_0x42eb66(-_0x5e719c._0x5bd2d1,'W66Q',-_0x5e719c._0xbacc7f,-_0x5e719c._0x4e518f)])){const _0x10b33f=task_repo_1[_0x42eb66(-0x132,'tv9y',-_0x5e719c._0x3e8756,-_0x5e719c._0x2da046)+_0x18bd3f(_0x5e719c._0x2be8d5,0xc6,-_0x5e719c._0x379756,-_0x5e719c._0x2f8606)][_0x42eb66(-0x14a,'%8gN',-0x143,-_0x5e719c._0x3e74ac)+_0x18bd3f('&wWs',0x4d,-0x87,-0xd6)+_0x18bd3f('eE%j',-0x1a0,-0x9b,-0xea)](_0x300b4c[_0x18bd3f(_0x5e719c._0x289ebf,0x1e3,0xdd,_0x5e719c._0x76eed2)+_0x42eb66(-0x17d,_0x5e719c._0x27e13a,-_0x5e719c._0x40e0aa,-_0x5e719c._0x4fb10a)]);_0xfa34ea=_0x42eb66(-0x156,'9G5N',-0x1fe,-_0x5e719c._0x9f094)+_0x300b4c['department'+_0x42eb66(-0x22e,')(be',-_0x5e719c._0x4380ff,-_0x5e719c._0x1f4016)]+_0x18bd3f(_0x5e719c._0x4ac9b0,-_0x5e719c._0x4efeec,0x45,-_0x5e719c._0x3a1146)+_0x10b33f[_0x18bd3f(_0x5e719c._0x2b276e,_0x5e719c._0x37c28f,-0x49,0xb5)]+_0x18bd3f('eE%j',0xf2,_0x5e719c._0x3eca73,_0x5e719c._0x9f4075);}if(_0x300b4c[_0x18bd3f('DH&C',0x29a,0x197,0xc6)+_0x18bd3f('uB&U',_0x5e719c._0x49a7a6,_0x5e719c._0x4f868b,_0x5e719c._0x1f4c81)]){if(_0x251112[_0x42eb66(-0x1ad,'Uk%(',-0xf0,-_0x5e719c._0x4bbc98)](_0x251112[_0x18bd3f(_0x5e719c._0x2511b1,-0x42,-_0x5e719c._0x59b8b3,0xa2)],_0x251112[_0x18bd3f(_0x5e719c._0x27ca52,0xb3,_0x5e719c._0xf2bc25,_0x5e719c._0x49cc83)])){const _0x573178=task_repo_1[_0x18bd3f(_0x5e719c._0xaa2bbe,_0x5e719c._0x24fa74,-0x38,-_0x5e719c._0x41547c)+_0x42eb66(-_0x5e719c._0x371681,_0x5e719c._0x1034bc,-_0x5e719c._0x1e5bd2,-_0x5e719c._0x147c71)][_0x18bd3f(_0x5e719c._0x5434ef,_0x5e719c._0x37a271,0x110,_0x5e719c._0x3a5e05)](_0x300b4c['parent_tas'+_0x18bd3f('ZVfl',0x1f2,_0x5e719c._0x4dcad7,_0x5e719c._0x1f0395)]);if(_0x573178&&_0x251112[_0x18bd3f(_0x5e719c._0x159f4f,0x1f7,_0x5e719c._0x51927b,0x14b)](_0x573178['status'],_0x251112[_0x18bd3f('Sjeb',_0x5e719c._0x23a2ad,0x1ae,0x23e)])){if(_0x251112[_0x42eb66(-0x1e7,_0x5e719c._0x557def,-0x24c,-0x1de)]!==_0x251112[_0x42eb66(-0x210,'JXfw',-_0x5e719c._0x484764,-0x1c5)]){const _0xbdb8c4={};return _0xbdb8c4[_0x42eb66(-0x101,')(be',-0xb5,_0x5e719c._0x1256eb)]=![],_0xbdb8c4[_0x18bd3f(_0x5e719c._0x557def,_0x5e719c._0x2b3cb0,_0x5e719c._0x1ca38a,0x9b)]=_0x251112[_0x42eb66(-_0x5e719c._0xc8236c,_0x5e719c._0x2be8d5,-0x279,-0x384)],_0xbdb8c4;}else{const _0xd2cbef={};return _0xd2cbef[_0x42eb66(-_0x5e719c._0x5a6baf,_0x5e719c._0x557def,-0x1a2,-0x288)]=![],_0xd2cbef[_0x18bd3f('0sMJ',_0x5e719c._0xdca504,_0x5e719c._0x2e33cf,_0x5e719c._0x5f52fd)]=_0x251112['JlSbG'],_0xd2cbef;}}}else{const _0x42de16={};return _0x42de16[_0x42eb66(-_0x5e719c._0x5c571e,'WF1O',-0xbe,-0xce)]=![],_0x42de16[_0x42eb66(-0x1fe,'tv9y',-_0x5e719c._0x299dd7,-0x1c6)]=_0x42eb66(-0x170,_0x5e719c._0x25d3d0,-_0x5e719c._0x37e00d,-0x1cf)+_0x18bd3f('jZ)0',-0xc6,-0x4e,_0x5e719c._0x29804d),_0x42de16;}}if(_0x300b4c[_0x42eb66(-0x1c3,_0x5e719c._0x2201a6,-_0x5e719c._0x437b05,-_0x5e719c._0x44502a)+'id']){if(_0x251112[_0x18bd3f('NE0k',0x2b,_0x5e719c._0x5e5acf,-_0x5e719c._0xe3e125)](_0x42eb66(-_0x5e719c._0x289079,_0x5e719c._0x4219f7,-0x10e,_0x5e719c._0x45cd29),_0x251112[_0x42eb66(-_0x5e719c._0x37a271,_0x5e719c._0x4219f7,-0x102,-0xbe)]))return _0x6da7c9[_0x42eb66(-0x172,'9G5N',-_0x5e719c._0x4b02d1,-0x47)+_0x18bd3f('HFbW',_0x5e719c._0x94b99d,-0x3a,-0x3e)]['findByPare'+_0x42eb66(-0x6c,'ZVfl',-0x4b,-_0x5e719c._0x48d8ba)](_0x2abef8);else{const _0x1431e9=task_repo_1[_0x18bd3f('%8gN',_0x5e719c._0x37b2d2,0x58,-_0x5e719c._0x1f989b)+_0x42eb66(-_0x5e719c._0x24f620,_0x5e719c._0xdd2e6d,-_0x5e719c._0x4b6fb6,-0x248)][_0x18bd3f(_0x5e719c._0x50a8e1,0x11f,0x19b,_0x5e719c._0x3dfc43)](_0x300b4c[_0x18bd3f(_0x5e719c._0xde7be4,_0x5e719c._0x20b7dd,_0x5e719c._0x38ce59,_0x5e719c._0x515188)+'id']);if(!_0x1431e9){if(_0x251112[_0x42eb66(-_0x5e719c._0x5826be,_0x5e719c._0x551170,-_0x5e719c._0x1be99a,-0x2ff)](_0x251112[_0x18bd3f(_0x5e719c._0x2bb0ce,0x240,0x130,_0x5e719c._0x1d7a0c)],_0x251112[_0x42eb66(-_0x5e719c._0x19234f,_0x5e719c._0x50b22c,-_0x5e719c._0x1322a8,-0x1ec)])){const _0x2aca3a={};return _0x2aca3a[_0x42eb66(-0x245,'Sjeb',-0x1d9,-0x29c)]=![],_0x2aca3a['message']=_0x251112['RkCfa'],_0x2aca3a;}else{_0x4075bb[_0x42eb66(-0xd6,'enO9',-_0x5e719c._0x14807d,_0x5e719c._0x499cf8)+_0x42eb66(-_0x5e719c._0x3ce113,'0sMJ',-_0x5e719c._0x3bc9e0,-_0x5e719c._0x43323)][_0x18bd3f('tv9y',_0x5e719c._0x4805c0,0x14b,0x9e)+'us'](_0x38fc4a[_0x18bd3f('ng*6',_0x5e719c._0x41cf2b,_0x5e719c._0x16ea4e,0xde)],_0x42eb66(-0x1a0,_0x5e719c._0x4c2fb6,-0x237,-_0x5e719c._0x56b6df)+_0x42eb66(0x80,'PV^q',-0xb2,-0x53));const _0xcc3077={};return _0xcc3077[_0x42eb66(-0x109,_0x5e719c._0x2d8035,-0x191,-_0x5e719c._0x44926b)]=!![],_0xcc3077[_0x42eb66(-0x198,_0x5e719c._0x4eeae7,-0xa0,-0x16c)]=_0x251112[_0x18bd3f('NE0k',_0x5e719c._0x5039da,0x79,_0x5e719c._0x2270fa)],_0xcc3077['next_stage']=_0x2bb36c,_0xcc3077[_0x42eb66(-_0x5e719c._0x4669fd,'&wWs',-_0x5e719c._0x214794,-_0x5e719c._0x5de90)+_0x18bd3f(_0x5e719c._0x462f4d,0x27d,_0x5e719c._0x2cbac3,_0x5e719c._0x2db865)]=![],_0xcc3077;}}if(_0x1431e9[_0x18bd3f('HFbW',_0x5e719c._0x6d8c91,-_0x5e719c._0x14a563,0x6)]!==_0x251112[_0x18bd3f(_0x5e719c._0x46cafd,_0x5e719c._0x27c008,_0x5e719c._0x3a6ded,_0x5e719c._0x272767)]&&_0x1431e9[_0x42eb66(-0xcd,_0x5e719c._0x2780cc,-_0x5e719c._0x55b87d,-_0x5e719c._0x59b664)]!==_0x251112[_0x18bd3f(_0x5e719c._0x37e501,_0x5e719c._0x1b8c6f,-_0x5e719c._0x5c3ffd,0x4a)]){const _0x4cc24b={};return _0x4cc24b[_0x18bd3f(_0x5e719c._0x1b430d,0x13c,_0x5e719c._0x2d79e9,-0x84)]=![],_0x4cc24b['message']=_0x251112[_0x42eb66(_0x5e719c._0x4d261f,_0x5e719c._0x5ab8b4,-_0x5e719c._0x1b8c6f,-0x5c)],_0x4cc24b;}}}const _0x2b4d01=agent_repo_1[_0x18bd3f(_0x5e719c._0x2be8d5,0x209,_0x5e719c._0xb74415,0x8b)+_0x42eb66(-_0x5e719c._0x25a9eb,_0x5e719c._0x1f9565,-_0x5e719c._0x732520,-_0x5e719c._0x1b1a0d)][_0x18bd3f('W66Q',_0x5e719c._0x45fce9,_0x5e719c._0x4c4d2c,0xf3)](_0x300b4c[_0x18bd3f(_0x5e719c._0x3eb383,0xae,_0x5e719c._0x417ab4,-0x80)]);if(!_0x2b4d01||_0x251112[_0x42eb66(-_0x5e719c._0x3e4767,'J2F^',-_0x5e719c._0x1aec2e,_0x5e719c._0x3fcd74)](_0x2b4d01[_0x18bd3f('WF1O',-_0x5e719c._0x56acaf,_0x5e719c._0x24058a,_0x5e719c._0x15e31f)],_0x251112[_0x42eb66(-_0x5e719c._0x43202a,')(be',-_0x5e719c._0x2310f3,-0x1e0)])){const _0xbf7a5a={};return _0xbf7a5a[_0x18bd3f('&^M%',0x1e4,0x159,_0x5e719c._0x44bf0b)]=![],_0xbf7a5a[_0x42eb66(-_0x5e719c._0x41c808,'J2F^',-_0x5e719c._0x279673,-0x238)]=_0x251112[_0x18bd3f(']&Ke',_0x5e719c._0x5b3513,_0x5e719c._0x26049e,0xca)],_0xbf7a5a;}if(_0x2b4d01[_0x42eb66(-_0x5e719c._0x568e4a,_0x5e719c._0x2511b1,-_0x5e719c._0x7a971e,-0x1e8)+_0x42eb66(-_0x5e719c._0xb1ccc3,_0x5e719c._0xa93c19,-_0x5e719c._0x35f5c5,-0xa)]!==_0x300b4c[_0x18bd3f(_0x5e719c._0x307653,0xb8,-_0x5e719c._0x6af09c,0x51)+_0x18bd3f(_0x5e719c._0x4833f6,-0x55,-_0x5e719c._0x18a9ff,-0x117)]){const _0x47c58f={};return _0x47c58f['success']=![],_0x47c58f[_0x18bd3f('ng*6',0x1a1,_0x5e719c._0x494857,_0x5e719c._0x8818e3)]=_0x251112['NZFpT'],_0x47c58f;}let _0x131dac,_0x286b37=-0x8d7*-0x1+0x1512+0x1de9*-0x1;if(_0x300b4c[_0x18bd3f(_0x5e719c._0x2d8035,_0x5e719c._0x81ca10,0x10b,0x202)+'id']){const _0x27ddcc=task_repo_1[_0x18bd3f('27jR',0x176,0x7c,_0x5e719c._0x4f868b)+_0x18bd3f('Sajj',-0x4b,_0x5e719c._0x1b1144,0xa4)][_0x42eb66(-_0x5e719c._0x53ba54,_0x5e719c._0x18299a,-_0x5e719c._0x43ee0b,-0x25e)+_0x18bd3f('HLsK',_0x5e719c._0x42da64,-_0x5e719c._0x1006d3,-0x136)+'x'](_0x300b4c['base_task_'+'id']);_0x131dac=(-0x14*-0x1e8+-0x56*-0x32+-0x36ec,utils_1[_0x18bd3f(_0x5e719c._0x125d15,_0x5e719c._0x44b2f8,-_0x5e719c._0x1cc390,_0x5e719c._0x1d7a0c)+_0x18bd3f(_0x5e719c._0x36a97a,_0x5e719c._0x30b659,0x128,0x40)+_0x42eb66(-_0x5e719c._0x3cbb40,_0x5e719c._0x2b2ddb,-_0x5e719c._0x122cc1,-_0x5e719c._0x2be6ad)])(_0x300b4c[_0x18bd3f('enO9',0x1ac,_0x5e719c._0x234de8,-_0x5e719c._0x45cd29)+'id'],_0x27ddcc),_0x286b37=-0x47*-0x1f+0x47*0x12+-0xd96;}else{if(_0x251112[_0x42eb66(-_0x5e719c._0x44df20,_0x5e719c._0x3593d9,-_0x5e719c._0x29b9b7,-_0x5e719c._0x38e617)](_0x251112[_0x42eb66(-_0x5e719c._0x1a6559,_0x5e719c._0x2bcaa9,-_0x5e719c._0x5f1755,-_0x5e719c._0x446b04)],_0x251112['BzinA']))_0x131dac=(0x23*-0x11d+0x196+0x2561,utils_1[_0x42eb66(-_0x5e719c._0x255756,_0x5e719c._0x343902,-_0x5e719c._0x49ae1f,-0x14b)+_0x18bd3f('[r%&',-_0x5e719c._0x380ce8,-0x15,-0x76)])();else return _0x3c0076[_0x42eb66(-0x2bd,_0x5e719c._0x490156,-0x231,-0x2f1)+_0x42eb66(-_0x5e719c._0x1aec2e,'MZtY',-0x1cf,-0x2e1)][_0x18bd3f(_0x5e719c._0x270d82,_0x5e719c._0x1c7798,-_0x5e719c._0x415196,-_0x5e719c._0x492e85)+'Id'](_0x85551a);}const _0x191090={};_0x191090['id']=_0x131dac,_0x191090[_0x42eb66(-0x170,_0x5e719c._0x207434,-_0x5e719c._0x24731b,-_0x5e719c._0x53cb3b)]=_0x300b4c[_0x42eb66(-_0x5e719c._0x3c6e37,'lI(Z',-_0x5e719c._0x331837,_0x5e719c._0x295fb2)],_0x191090['descriptio'+'n']=_0x300b4c['descriptio'+'n'],_0x191090[_0x42eb66(-_0x5e719c._0x47d2c7,'Y1Su',-0x207,-_0x5e719c._0xc6b814)]=_0x300b4c[_0x42eb66(-_0x5e719c._0x2f5835,_0x5e719c._0xaa2bbe,-_0x5e719c._0x2e93c3,-_0x5e719c._0x5f3f5f)],_0x191090[_0x18bd3f(')(be',0x1f2,_0x5e719c._0xa755a6,0xd6)+_0x42eb66(-0xe8,'27jR',-_0x5e719c._0xc24c43,0x39)]=_0x300b4c[_0x42eb66(-0x209,'[r%&',-0x248,-0x197)+_0x18bd3f(_0x5e719c._0x37e501,0x18,-_0x5e719c._0x493eb7,0xab)],_0x191090[_0x18bd3f(_0x5e719c._0x38d439,0x8a,_0x5e719c._0x120a0f,_0x5e719c._0x1a8671)]=_0x300b4c[_0x18bd3f(_0x5e719c._0x59d843,-_0x5e719c._0x20d733,_0x5e719c._0x5ce6ba,_0x5e719c._0x41c808)],_0x191090[_0x18bd3f('Sjeb',0xa0,_0x5e719c._0x575da5,0x3d)+'k_id']=_0x300b4c[_0x42eb66(-_0x5e719c._0x2c75a2,'W66Q',-0x280,-_0x5e719c._0x5e7fd2)+_0x42eb66(-_0x5e719c._0x94b99d,'L8Hq',-0xbc,-_0x5e719c._0x1e6f2d)],_0x191090[_0x18bd3f(_0x5e719c._0x29dc19,_0x5e719c._0x31bea3,_0x5e719c._0x39de2b,_0x5e719c._0x258a5b)+'id']=_0x300b4c[_0x42eb66(0x92,_0x5e719c._0x1f9565,-0x95,-_0x5e719c._0x369596)+'id'],_0x191090['is_increme'+'nt']=_0x286b37;const _0x346599=task_repo_1[_0x18bd3f('&wWs',_0x5e719c._0x3477cc,0x115,_0x5e719c._0x5b3513)+'tory'][_0x18bd3f('[r%&',0xc,-0x5d,-0x10c)](_0x191090),_0x49cdf1={};return _0x49cdf1[_0x18bd3f('8OoA',0x3d,-0x2f,0xd1)]=!![],_0x49cdf1[_0x42eb66(-0x15f,_0x5e719c._0x13c8c6,-0x1ee,-0x323)]=_0x346599,_0x49cdf1[_0x42eb66(-_0x5e719c._0x598f87,_0x5e719c._0x270d82,-0x141,-_0x5e719c._0x1ff170)]=_0x251112[_0x18bd3f('97bW',0x1c6,_0x5e719c._0x43c9d1,_0x5e719c._0x37fb51)],_0x49cdf1[_0x18bd3f('HLsK',0x11b,_0x5e719c._0x1006d3,-_0x5e719c._0x2893a9)]=_0xfa34ea,_0x49cdf1;}else return{'success':![],'message':_0x18bd3f('JXfw',_0x5e719c._0x2baf45,0xe5,0x117)+(_0x251112[_0x42eb66(-0x9e,_0x5e719c._0x19309c,-0xda,-_0x5e719c._0x142bc8)](_0x3db38f,_0xd78c25)?_0x192cfd[_0x42eb66(-0xb5,'mETN',-_0x5e719c._0x4b1d1e,-_0x5e719c._0x2a99f4)]:_0x308b22(_0x3194b2))};}catch(_0x2e0b7b){return{'success':![],'message':_0x42eb66(-0x121,'J2F^',-_0x5e719c._0x34044e,-_0x5e719c._0x5d1391)+(_0x251112[_0x18bd3f('NE0k',0x91,-_0x5e719c._0x45cd29,-_0x5e719c._0x12d7c5)](_0x2e0b7b,Error)?_0x2e0b7b[_0x42eb66(-_0x5e719c._0x475786,_0x5e719c._0x46089b,-0xa2,-_0x5e719c._0xcdab62)]:_0x251112[_0x18bd3f('8OoA',0x77,0xd6,_0x5e719c._0x318d9b)](String,_0x2e0b7b))};}}[_0x31f197(0x20b,0x19a,0x1eb,'27jR')](_0x49b246){const _0x550905={_0x33c7f7:0x1b2,_0xf8774a:'ng*6',_0x475992:0x394,_0x51898e:'Uk%(',_0x18e30b:0x280,_0x5e883b:0x15b,_0x1c6d4d:0x1a7},_0x40cd80={_0x423f7b:0x11a},_0x570686={_0x493e8d:0x2f,_0x1609fc:0xba};function _0x326fca(_0x4b9adf,_0x4a95e9,_0x5b9901,_0x1ba5e6){return _0x2c014f(_0x1ba5e6,_0x4a95e9-_0x570686._0x493e8d,_0x5b9901-_0x570686._0x1609fc,_0x1ba5e6-0x130);}function _0x28ead7(_0x28a6eb,_0x387470,_0x4cb55c,_0x3e1f70){return _0x2c014f(_0x4cb55c,_0x387470-0x167,_0x387470-0x188,_0x3e1f70-_0x40cd80._0x423f7b);}return task_repo_1[_0x326fca(0x111,_0x550905._0x33c7f7,0xb5,_0x550905._0xf8774a)+_0x326fca(_0x550905._0x475992,0x29b,0x2cf,_0x550905._0x51898e)][_0x28ead7(_0x550905._0x18e30b,_0x550905._0x5e883b,'9M)2',_0x550905._0x1c6d4d)](_0x49b246);}[_0x2c014f(']&Ke',-0x54,0xbc,0x105)](){const _0x2fe4f9={_0x9ff7c5:0x9d,_0x159d05:'%nw%',_0x1ebf83:0xbe,_0x26200a:0x10a,_0x1f6214:0x2d5},_0x51e9d6={_0xee1175:0x0,_0x1273f7:0xbc},_0x3df401={_0x52b191:0x37};function _0x389fe0(_0xa1e304,_0x22bb70,_0x3ccaec,_0x4f2fab){return _0x2c014f(_0x4f2fab,_0x22bb70-0x160,_0x3ccaec- -_0x3df401._0x52b191,_0x4f2fab-0x38);}function _0x24c96e(_0x140463,_0x56d30f,_0x2faa9b,_0x2c397b){return _0x31f197(_0x2c397b-_0x51e9d6._0xee1175,_0x56d30f-0xf5,_0x2faa9b-_0x51e9d6._0x1273f7,_0x2faa9b);}return task_repo_1[_0x389fe0(-0x1f,-0x72,_0x2fe4f9._0x9ff7c5,_0x2fe4f9._0x159d05)+_0x24c96e(0x181,_0x2fe4f9._0x1ebf83,'Y1Su',_0x2fe4f9._0x26200a)][_0x24c96e(0xae,_0x2fe4f9._0x1f6214,'ng*6',0x1ad)]();}[_0x2c014f('7OKN',-0xc2,-0x40,-0xd7)+_0x31f197(0x196,0x13d,0xf4,'mETN')](_0x285d10){const _0x411587={_0x663bac:0x15f,_0x243664:0x1aa,_0xbccec2:'%nw%',_0x434187:'ZVfl',_0x21e35d:0x256,_0x1721b3:0x2af},_0x4d63b6={_0x526619:0x279},_0x18c4cb={_0x5e6cbd:0x147,_0x40530d:0x9f,_0x8cb253:0x71};function _0x32d7db(_0x1af816,_0xaf68e5,_0x46fec0,_0x3b05ca){return _0x2c014f(_0x3b05ca,_0xaf68e5-_0x18c4cb._0x5e6cbd,_0x46fec0-_0x18c4cb._0x40530d,_0x3b05ca-_0x18c4cb._0x8cb253);}function _0x2f38ed(_0x23d42d,_0x1d3be7,_0x35e017,_0x4ac2ba){return _0x31f197(_0x4ac2ba-_0x4d63b6._0x526619,_0x1d3be7-0x13c,_0x35e017-0x15e,_0x23d42d);}return task_repo_1[_0x2f38ed('HFbW',0x1ee,0x3eb,0x2dd)+_0x32d7db(_0x411587._0x663bac,_0x411587._0x243664,0x167,_0x411587._0xbccec2)]['findByDepa'+_0x2f38ed(_0x411587._0x434187,0x257,_0x411587._0x21e35d,_0x411587._0x1721b3)](_0x285d10);}['listByStat'+'us'](_0x43c02e){const _0x281a56={_0x183358:'&wWs',_0x194d7a:0x410,_0x5ab98b:'HLsK'},_0x2042b7={_0x117e29:0x1ec},_0x10223e={_0x4a39e1:0x197,_0x37ea71:0x53f,_0x486462:0x87};function _0x4db4fc(_0x2a4d61,_0x516c31,_0x367922,_0x73a00f){return _0x2c014f(_0x2a4d61,_0x516c31-_0x10223e._0x4a39e1,_0x367922-_0x10223e._0x37ea71,_0x73a00f-_0x10223e._0x486462);}function _0x4bbc8a(_0x18ad2d,_0x34743a,_0x3197b6,_0x3502fb){return _0x2c014f(_0x3197b6,_0x34743a-_0x2042b7._0x117e29,_0x3502fb-0x3ab,_0x3502fb-0x1e2);}return task_repo_1[_0x4db4fc(_0x281a56._0x183358,0x70e,0x6b2,0x7d0)+_0x4bbc8a(0x4dc,_0x281a56._0x194d7a,_0x281a56._0x5ab98b,0x447)][_0x4db4fc('jZ)0',0x519,0x634,0x5b7)+'us'](_0x43c02e);}[_0x2c014f('ng*6',0x18d,0xfc,0x92)+_0x31f197(0x1e9,0x176,0x144,'DH&C')](_0x1b0092){const _0x4d97d8={_0x5d787e:0x5,_0x2ac770:0x12c,_0x33cf78:0x92,_0x31156d:0x106,_0x25b366:0xb5,_0x41744c:0xc6,_0x5e3751:0x1a4},_0x3ebb84={_0x2ec497:0x43,_0x3ef68e:0x15b,_0x33b585:0x142};function _0x510d54(_0x4c46ce,_0x19545c,_0xfd200b,_0x30b42c){return _0x2c014f(_0x4c46ce,_0x19545c-_0x3ebb84._0x2ec497,_0x19545c- -_0x3ebb84._0x3ef68e,_0x30b42c-_0x3ebb84._0x33b585);}function _0x2a28b5(_0x5dfe0f,_0xb228b1,_0x7533e8,_0x23ac44){return _0x2c014f(_0x23ac44,_0xb228b1-0x1ad,_0x5dfe0f-0x381,_0x23ac44-0x110);}return task_repo_1[_0x510d54('3v3c',-0xbe,_0x4d97d8._0x5d787e,-_0x4d97d8._0x2ac770)+_0x510d54('NE0k',_0x4d97d8._0x33cf78,_0x4d97d8._0x2ac770,_0x4d97d8._0x31156d)]['findByMana'+_0x510d54('9M)2',_0x4d97d8._0x25b366,_0x4d97d8._0x41744c,_0x4d97d8._0x5e3751)](_0x1b0092);}[_0x2c014f('Sjeb',0x1bd,0x20b,0x29d)+_0x31f197(0x19d,0xf2,0x17d,'%8gN')](_0x54d1f5){const _0x8ec079={_0x1b6981:0x141,_0x454747:0x14,_0x5d36cc:0xc8,_0x26bb98:'JXfw',_0x4bd5b9:'YGjo',_0x50dbdc:0x1e9,_0x40844a:'HLsK',_0x3912ec:0x113},_0x39f352={_0x35820e:0x203},_0x1e3c5b={_0x46952f:0x11b};function _0x4200ba(_0x50340b,_0x548d8a,_0x4bd4a4,_0x1b0c47){return _0x31f197(_0x50340b-0x46,_0x548d8a-0x3e,_0x4bd4a4-_0x1e3c5b._0x46952f,_0x4bd4a4);}function _0x1621d5(_0x3e557d,_0x36a8e6,_0x4f4c9e,_0x251d02){return _0x2c014f(_0x4f4c9e,_0x36a8e6-0x16f,_0x36a8e6- -_0x39f352._0x35820e,_0x251d02-0x8);}return task_repo_1[_0x4200ba(0x104,0x1ab,'DH&C',_0x8ec079._0x1b6981)+_0x4200ba(_0x8ec079._0x454747,-_0x8ec079._0x5d36cc,_0x8ec079._0x26bb98,-0xeb)][_0x4200ba(0x119,0x126,_0x8ec079._0x4bd5b9,0x62)+_0x4200ba(0x167,_0x8ec079._0x50dbdc,_0x8ec079._0x40844a,_0x8ec079._0x3912ec)](_0x54d1f5);}[_0x31f197(0x1c3,0x10e,0x194,'97bW')+'us'](_0x58957f,_0xede560){const _0x488c23={_0x3e0f10:'6)yY',_0x37dd90:0x84,_0x71bd90:0x21b,_0x8e45c4:0x83,_0x5ce222:0x61,_0x33c84e:0x19,_0x47a3ff:0x10e,_0x4ddffa:0x29,_0x6958d5:0x8,_0x5adfa3:'jPgI',_0x3ff838:0xd5,_0xf39496:'YGjo',_0xc8081d:0x22b,_0x316301:0xbc,_0xba302c:0xd3,_0x84ce3:'Y1Su',_0x3613cb:0x44,_0x95a6ea:0xb7,_0x321925:0x92,_0x31e4e8:'jPgI',_0x2c8afa:0x237,_0x17127b:0x20d,_0x22508a:0xa0,_0x145499:'lI(Z',_0x32120e:0x17b,_0x48d35f:0x128,_0x4e56ef:0x216,_0x1380d4:0x5b,_0x3f1931:0x175,_0xfa295f:0xa7,_0x52e4ef:0x28,_0x404b0e:0xa1,_0x4ae741:0x85,_0x568a43:'7OKN',_0xf202d0:0xa2,_0x30e128:0x33,_0x4980fd:0x46,_0x2ae434:0xbd,_0x10862a:0x18e,_0x4d7ea3:0x211,_0x321164:'PV^q',_0x241820:0x39,_0xb38ba2:'J2F^',_0x5a65d9:0xc9,_0x1c6098:'6)yY',_0x4ee7c8:0x1e3,_0x595c1a:'0sMJ',_0x1e8229:0x1f4,_0x681ff1:0x186,_0x2061dc:'s2Cs',_0xcc296d:0x219,_0x113d94:0xc6,_0x57ace5:0x27f,_0x9a53b:0x1f8,_0x2b13e4:0x16e,_0x51ed71:0xd6,_0x7b3f2b:'Uk%(',_0x16242d:0x119,_0x42463c:0x2b,_0x298d46:0x188,_0xe97757:0x90,_0x540292:'%8gN',_0x49c3c8:0x27,_0x1c4a1e:0x3},_0x2486a0={_0x298a48:0x6,_0x12a19c:0x1c0},_0x231db1={_0x2e27ae:0x1d0,_0x158a2d:0xd4},_0x57d41a={};_0x57d41a['VgStj']=function(_0x71013b,_0x3433a3){return _0x71013b===_0x3433a3;},_0x57d41a[_0x47d6f5(-0x14b,_0x488c23._0x3e0f10,-_0x488c23._0x37dd90,-_0x488c23._0x71bd90)]='UaQGG',_0x57d41a[_0x47d6f5(0x18,'7OKN',_0x488c23._0x8e45c4,_0x488c23._0x5ce222)]=_0x472bf6(_0x488c23._0x33c84e,'Sajj',-_0x488c23._0x47a3ff,-_0x488c23._0x4ddffa)+_0x472bf6(-0x51,'97bW',-0xdb,_0x488c23._0x6958d5),_0x57d41a[_0x47d6f5(0x9a,_0x488c23._0x5adfa3,_0x488c23._0x3ff838,-0x5e)]='Task\x20statu'+'s\x20updated';const _0x29726a=_0x57d41a,_0x434e39=task_repo_1[_0x47d6f5(-0x16d,_0x488c23._0xf39496,-_0x488c23._0xc8081d,-_0x488c23._0x316301)+_0x472bf6(-_0x488c23._0xba302c,_0x488c23._0x84ce3,-0x128,_0x488c23._0x3613cb)][_0x472bf6(-0x68,']&Ke',0x6f,-0xe3)](_0x58957f);if(!_0x434e39){if(_0x29726a[_0x472bf6(-0xbe,_0x488c23._0xf39496,0x22,-0x12b)](_0x29726a[_0x47d6f5(-0x169,'WF1O',-0x81,-0x72)],_0x29726a['lNwjG'])){const _0x3e9e4d={};return _0x3e9e4d[_0x47d6f5(-_0x488c23._0x95a6ea,'enO9',-_0x488c23._0x321925,0x6a)]=![],_0x3e9e4d[_0x47d6f5(_0x488c23._0x3613cb,'N7mD',-0x8b,0xfb)]=_0x29726a[_0x472bf6(-0x219,_0x488c23._0x31e4e8,-_0x488c23._0x2c8afa,-_0x488c23._0x17127b)],_0x3e9e4d;}else return _0x225ff1[_0x472bf6(-_0x488c23._0x22508a,_0x488c23._0x145499,-0x146,-_0x488c23._0x32120e)+_0x47d6f5(-_0x488c23._0x48d35f,'tv9y',-0xad,-_0x488c23._0x4e56ef)][_0x47d6f5(-_0x488c23._0x1380d4,'9M)2',-_0x488c23._0x3f1931,-0x16a)+_0x472bf6(-_0x488c23._0xfa295f,'L8Hq',-_0x488c23._0x6958d5,0x3e)](_0x5cbc05);}function _0x472bf6(_0x3193be,_0x1651a7,_0x5191d9,_0x51c944){return _0x2c014f(_0x1651a7,_0x1651a7-0xf9,_0x3193be- -_0x231db1._0x2e27ae,_0x51c944-_0x231db1._0x158a2d);}function _0x47d6f5(_0x20f74a,_0xd762b0,_0x4314d8,_0x3942e0){return _0x2c014f(_0xd762b0,_0xd762b0-_0x2486a0._0x298a48,_0x20f74a- -0x14d,_0x3942e0-_0x2486a0._0x12a19c);}if(!this[_0x47d6f5(0x98,']&Ke',0x32,0x1bb)+_0x472bf6(-_0x488c23._0x52e4ef,'enO9',-_0x488c23._0x404b0e,0xa6)+_0x472bf6(-_0x488c23._0x4ae741,_0x488c23._0x568a43,0x88,-0x42)](_0x434e39[_0x47d6f5(_0x488c23._0xf202d0,'tv9y',0xf0,-_0x488c23._0x30e128)],_0xede560)){const _0x40f60b={};return _0x40f60b[_0x47d6f5(-_0x488c23._0x4980fd,'jZ)0',-0xd9,_0x488c23._0x2ae434)]=![],_0x40f60b[_0x47d6f5(-_0x488c23._0x10862a,'tv9y',-0xf2,-_0x488c23._0x4d7ea3)]=_0x47d6f5(-0x194,_0x488c23._0x321164,-0x7e,-0x5c)+_0x472bf6(-_0x488c23._0x241820,_0x488c23._0xb38ba2,-0x16e,_0x488c23._0x5a65d9)+_0x47d6f5(-0x99,_0x488c23._0x1c6098,-0x7f,0x68)+'\x20'+_0x434e39[_0x472bf6(-_0x488c23._0x4ee7c8,_0x488c23._0x595c1a,-_0x488c23._0x1e8229,-_0x488c23._0x681ff1)]+_0x472bf6(-0x15b,_0x488c23._0x2061dc,-_0x488c23._0xcc296d,-_0x488c23._0x113d94)+_0xede560,_0x40f60b;}task_repo_1['taskReposi'+_0x472bf6(-0x1bd,'&wWs',-_0x488c23._0x57ace5,-0x90)][_0x472bf6(-_0x488c23._0x9a53b,'eE%j',-_0x488c23._0x2b13e4,-_0x488c23._0x17127b)+'us'](_0x58957f,_0xede560);const _0x1c075b={};return _0x1c075b[_0x47d6f5(_0x488c23._0x51ed71,_0x488c23._0x7b3f2b,_0x488c23._0x16242d,-_0x488c23._0x42463c)]=!![],_0x1c075b[_0x47d6f5(-_0x488c23._0x298d46,_0x488c23._0x7b3f2b,-0x116,-0x99)]=_0x29726a[_0x47d6f5(-_0x488c23._0xe97757,_0x488c23._0x540292,_0x488c23._0x49c3c8,_0x488c23._0x1c4a1e)],_0x1c075b;}[_0x31f197(0x45,0x3e,-0x41,'uB&U')](_0x320484){const _0x533d7e={_0xe74535:')(be',_0x46ee76:0x323,_0x3d6efa:0x4c5,_0x294bdb:'lI(Z',_0x22ba01:0x334,_0x198376:0x3ec,_0x75f70c:0x3dd,_0x33805f:0x563,_0x4e52c0:'PV^q',_0x1b61a2:0x2f3,_0x55a119:0x2c2,_0x92af61:'jZ)0',_0x31bcf1:0x568,_0x16999b:'&wWs',_0x5af895:0x388,_0x3aa377:0x3e8,_0x4c7c29:']&Ke',_0xcad314:0x314,_0x443b64:0x2fb,_0xdc2356:'jPgI',_0x2534a1:0x31e,_0x4df4b1:'HFbW',_0x233c0a:0x399,_0x5e74cd:0x519,_0x5a0068:0x58c,_0x126a4c:0x57a,_0xf250ba:0x2cc,_0x51cab7:0x3e3,_0xafae83:0x3a3,_0x5b2f91:0x388,_0xb12e8b:0x2cb,_0x3a3da8:0x2c0,_0x231c61:0x2cf,_0x4623d4:0x502,_0x398ddd:0x3e9,_0xd929d0:0x462,_0x3e6eed:0x39a,_0x412928:0x32e,_0x389305:'&wWs',_0x3e5f29:'J2F^',_0x348797:0x39b,_0x3cf305:0x2ca,_0x1dcf01:0x420,_0x272ae6:0x36e,_0xa12efb:'9M)2',_0x36e16b:0x57b,_0x29a467:0x45d,_0x8eb8b1:0x40b,_0x323588:'0sMJ',_0x2c8fb5:0x3fe,_0x3cb832:0x5b5,_0x12cd9d:0x4d0,_0x2333e8:0x4f1,_0x775cbb:0x441,_0x221796:0x322,_0x372ac4:'L8Hq',_0x168c42:0x452,_0x50eae4:0x3b9,_0x27f60f:'HLsK',_0x2407fd:0x2bb,_0x4b45f3:0x3b3,_0x5789b0:'NE0k',_0x3ffc60:'qGh^',_0xc1ad1a:0x3a7,_0x3e0e16:'ZVfl',_0x2547a0:0x412,_0x202d36:0x4ae,_0x231ef5:0x568,_0x586a0a:0x4d2,_0x4ab504:0x529,_0x28dcc7:'W66Q',_0x55ade9:0x5e4,_0x46a74c:0x5df,_0x189a7b:0x4ca,_0x4af028:0x49f,_0x31b60d:'YGjo',_0x2b74b8:0x37a,_0x19d727:0x491,_0xffe229:'6)yY',_0x11a500:'Sjeb',_0x550340:0x3d5,_0x4c5a11:0x296,_0x39ad31:'!)Sv',_0x4f3ec9:0x546,_0x5770f5:0x60a},_0x1c6357={_0xe31392:0x13a,_0x38b2d4:0x73},_0x395727={_0x39a6e7:0x3e},_0x59ff9c={};_0x59ff9c[_0x4c6a5e(0x364,_0x533d7e._0xe74535,_0x533d7e._0x46ee76,0x2cb)]=_0x4c6a5e(_0x533d7e._0x3d6efa,_0x533d7e._0x294bdb,0x57e,0x58a)+_0x5bbb4d(_0x533d7e._0x22ba01,0x2f3,'DH&C',0x3a9)+_0x5bbb4d(_0x533d7e._0x198376,0x45a,'qGh^',_0x533d7e._0x75f70c),_0x59ff9c[_0x5bbb4d(_0x533d7e._0x33805f,0x568,_0x533d7e._0x4e52c0,0x450)]=_0x5bbb4d(_0x533d7e._0x1b61a2,0x22b,'0sMJ',_0x533d7e._0x55a119),_0x59ff9c[_0x5bbb4d(0x389,0x3fb,_0x533d7e._0x92af61,0x3b4)]=_0x4c6a5e(0x522,'jPgI',0x488,_0x533d7e._0x31bcf1),_0x59ff9c['lbxIh']=_0x4c6a5e(0x436,_0x533d7e._0x16999b,0x4ca,0x3fb)+_0x4c6a5e(0x47a,'tv9y',_0x533d7e._0x5af895,_0x533d7e._0x3aa377),_0x59ff9c[_0x5bbb4d(0x46d,0x368,_0x533d7e._0x4c7c29,0x3f3)]=function(_0x5e9422,_0x3142b1){return _0x5e9422===_0x3142b1;},_0x59ff9c[_0x5bbb4d(_0x533d7e._0xcad314,_0x533d7e._0x443b64,_0x533d7e._0xdc2356,0x2e0)]=_0x5bbb4d(0x3e2,_0x533d7e._0x2534a1,_0x533d7e._0x4df4b1,_0x533d7e._0x233c0a)+'s',_0x59ff9c[_0x4c6a5e(_0x533d7e._0x5e74cd,'dMps',_0x533d7e._0x5a0068,_0x533d7e._0x126a4c)]=_0x5bbb4d(_0x533d7e._0xf250ba,0x361,'3v3c',0x3f6);function _0x5bbb4d(_0x2df910,_0x48639b,_0x165191,_0x33c659){return _0x2c014f(_0x165191,_0x48639b-_0x395727._0x39a6e7,_0x33c659-0x2db,_0x33c659-0x129);}function _0x4c6a5e(_0x1b06e3,_0x1ee97c,_0x58d483,_0x5241bc){return _0x2c014f(_0x1ee97c,_0x1ee97c-_0x1c6357._0xe31392,_0x1b06e3-0x3a7,_0x5241bc-_0x1c6357._0x38b2d4);}_0x59ff9c[_0x5bbb4d(_0x533d7e._0x51cab7,_0x533d7e._0xafae83,'Sajj',_0x533d7e._0x5b2f91)]=_0x5bbb4d(_0x533d7e._0xb12e8b,_0x533d7e._0x3a3da8,'NE0k',_0x533d7e._0x231c61),_0x59ff9c[_0x4c6a5e(_0x533d7e._0x4623d4,'qGh^',_0x533d7e._0x398ddd,0x5d9)]=_0x4c6a5e(_0x533d7e._0xd929d0,'N7mD',_0x533d7e._0x3e6eed,0x3f8)+'ed';const _0xa99788=_0x59ff9c,_0x9002a1=task_repo_1[_0x5bbb4d(0x2dc,0x2af,'3v3c',0x378)+_0x5bbb4d(_0x533d7e._0x412928,0x233,_0x533d7e._0x389305,0x2ee)][_0x4c6a5e(0x440,'L8Hq',0x509,0x47b)](_0x320484);if(!_0x9002a1){if(_0xa99788[_0x4c6a5e(0x4d8,'eE%j',0x3a1,0x556)]===_0xa99788[_0x4c6a5e(0x452,_0x533d7e._0x3e5f29,0x4dd,_0x533d7e._0x348797)]){const _0x26ce73={};return _0x26ce73[_0x4c6a5e(0x377,'HFbW',0x477,_0x533d7e._0x3cf305)]=![],_0x26ce73[_0x5bbb4d(0x49c,_0x533d7e._0x1dcf01,'NE0k',_0x533d7e._0x272ae6)]=_0xa99788[_0x4c6a5e(0x36d,_0x533d7e._0xa12efb,0x3b1,0x2e9)],_0x26ce73;}else{const _0x490bc3={};return _0x490bc3[_0x4c6a5e(0x546,')(be',_0x533d7e._0x36e16b,_0x533d7e._0x29a467)]=![],_0x490bc3[_0x4c6a5e(_0x533d7e._0x8eb8b1,_0x533d7e._0x323588,0x452,_0x533d7e._0x2c8fb5)]=_0xa99788[_0x5bbb4d(_0x533d7e._0x3cb832,_0x533d7e._0x12cd9d,'eE%j',_0x533d7e._0x2333e8)],_0x490bc3;}}if(_0xa99788['znQJR'](_0x9002a1[_0x5bbb4d(_0x533d7e._0x775cbb,_0x533d7e._0x221796,_0x533d7e._0x372ac4,_0x533d7e._0x168c42)],_0xa99788[_0x4c6a5e(_0x533d7e._0x50eae4,_0x533d7e._0x27f60f,_0x533d7e._0x2407fd,0x286)])){if(_0xa99788['mhovN']===_0xa99788[_0x4c6a5e(0x37d,'NE0k',0x3d5,0x4a7)])return _0x365e84[_0x5bbb4d(0x335,_0x533d7e._0x4b45f3,_0x533d7e._0x5789b0,0x308)+_0x5bbb4d(0x476,0x35b,_0x533d7e._0x3ffc60,_0x533d7e._0xc1ad1a)]['getTasksWi'+_0x5bbb4d(0x446,0x3c6,_0x533d7e._0x3e0e16,_0x533d7e._0x2547a0)+_0x5bbb4d(_0x533d7e._0x202d36,_0x533d7e._0x231ef5,_0x533d7e._0x3e5f29,_0x533d7e._0x586a0a)]();else{const _0x4fbbc7={};return _0x4fbbc7[_0x4c6a5e(_0x533d7e._0x4ab504,_0x533d7e._0x28dcc7,_0x533d7e._0x55ade9,_0x533d7e._0x46a74c)]=![],_0x4fbbc7[_0x4c6a5e(_0x533d7e._0x189a7b,'Sajj',_0x533d7e._0x4af028,0x52a)]=_0x5bbb4d(0x452,0x48d,_0x533d7e._0x31b60d,_0x533d7e._0x2b74b8)+_0x4c6a5e(0x5ae,'ng*6',0x495,0x613)+_0x4c6a5e(_0x533d7e._0x19d727,_0x533d7e._0xffe229,0x416,0x533),_0x4fbbc7;}}task_repo_1['taskReposi'+_0x4c6a5e(0x4a6,_0x533d7e._0x11a500,0x3e1,_0x533d7e._0x550340)][_0x5bbb4d(0x38e,0x267,'L8Hq',_0x533d7e._0x4c5a11)](_0x320484);const _0x5205ce={};return _0x5205ce[_0x5bbb4d(0x209,0x287,_0x533d7e._0x39ad31,_0x533d7e._0x46ee76)]=!![],_0x5205ce[_0x5bbb4d(_0x533d7e._0x4f3ec9,_0x533d7e._0x5770f5,'Y1Su',0x4dc)]=_0xa99788['Ksttr'],_0x5205ce;}[_0x2c014f('Sjeb',0x9b,0x51,-0x69)+_0x2c014f('MZtY',0x19f,0xaf,-0x5c)](){const _0x489bf={_0x78a497:0x63,_0x52781a:0x1f0,_0x23ab21:0x190,_0x53decb:'s2Cs',_0xcc730b:0x2d6,_0x4e07c4:0x21d},_0x4745cc={_0x202c25:0x5e},_0x4eaeda={_0x43a044:0x1a8,_0x4f6056:0xd9};function _0x517079(_0x3e4283,_0x2d2d6c,_0x445cc5,_0x452798){return _0x2c014f(_0x445cc5,_0x2d2d6c-_0x4eaeda._0x43a044,_0x3e4283-0x115,_0x452798-_0x4eaeda._0x4f6056);}function _0xd899a7(_0x4af198,_0x28ddc5,_0x34d9df,_0x2e3a88){return _0x31f197(_0x28ddc5-0x45e,_0x28ddc5-_0x4745cc._0x202c25,_0x34d9df-0x1ce,_0x34d9df);}return task_repo_1['taskReposi'+_0x517079(0x126,0x55,'dMps',_0x489bf._0x78a497)][_0x517079(_0x489bf._0x52781a,_0x489bf._0x23ab21,_0x489bf._0x53decb,0x314)+_0x517079(0x2e2,_0x489bf._0xcc730b,'[r%&',_0x489bf._0x4e07c4)]();}[_0x31f197(0x1b9,0xcf,0x1e7,'!)Sv')+_0x31f197(0x1da,0x1f1,0x30a,'[r%&')](){const _0x26edb8={_0x395bb3:'WF1O',_0x57c8a9:0x256,_0x1f33fb:0x113,_0x2b1bbf:0x1be,_0x546a1d:'J2F^',_0x192ca2:0x1da},_0x1d826b={_0x4c7438:0x93};function _0x285401(_0x124485,_0x42eb33,_0x3f998a,_0x3fd11c){return _0x31f197(_0x42eb33- -0x1f1,_0x42eb33-0x127,_0x3f998a-0x1bc,_0x124485);}function _0x34a671(_0x340ad1,_0x2efc1b,_0x556d55,_0x4afa26){return _0x2c014f(_0x2efc1b,_0x2efc1b-0xa7,_0x4afa26-_0x1d826b._0x4c7438,_0x4afa26-0x1b5);}return task_repo_1[_0x34a671(0xf9,_0x26edb8._0x395bb3,_0x26edb8._0x57c8a9,0x1f9)+_0x34a671(_0x26edb8._0x1f33fb,'[r%&',_0x26edb8._0x2b1bbf,0x1c2)][_0x34a671(0x221,'&^M%',0x33,0x109)+_0x285401(_0x26edb8._0x546a1d,-_0x26edb8._0x192ca2,-0xb2,-0x227)]();}['getTaskAge'+_0x2c014f(']&Ke',0xa5,0x195,0x172)](_0x324f8b){const _0xbe2f28={_0x1f6e53:0x169,_0x51c421:0x153,_0xe7f9d3:0x137,_0x19d992:0x1ce,_0x4c9222:'3v3c',_0x1720ab:0x1e3},_0x376d0a={_0x5a14b1:0x206},_0x48fa90={_0x4eb9c2:0x203};function _0x1ca3f5(_0x4eb715,_0x2fb2e1,_0x4acbf7,_0x1ca62e){return _0x2c014f(_0x4eb715,_0x2fb2e1-0x197,_0x1ca62e- -_0x48fa90._0x4eb9c2,_0x1ca62e-0x173);}function _0x307be6(_0x4f8552,_0x462026,_0x8b4dd7,_0x32c019){return _0x2c014f(_0x32c019,_0x462026-0x1ce,_0x4f8552- -_0x376d0a._0x5a14b1,_0x32c019-0x6e);}return task_repo_1[_0x307be6(-_0xbe2f28._0x1f6e53,-_0xbe2f28._0x51c421,-_0xbe2f28._0xe7f9d3,'3v3c')+_0x307be6(-0x17d,-0x9c,-_0xbe2f28._0x19d992,_0xbe2f28._0x4c9222)][_0x1ca3f5('Y1Su',-_0xbe2f28._0x1720ab,-0x1aa,-0x11a)+'nts'](_0x324f8b);}[_0x31f197(0x139,0x1df,0xc1,'%nw%')+_0x31f197(0x1e0,0x122,0xd2,'enO9')](_0xca18d7){const _0x3c5775={_0x2bfa6b:'7OKN',_0x15e3e1:0x4bd,_0x63ad59:0x27e,_0xa8365d:0x1bd,_0x5cdd83:'mETN',_0x4c7f49:0x55e,_0x338067:0x554,_0x441636:0x5d0,_0x5041a2:'%nw%',_0x41bdfe:0x73a,_0xf4aa32:'27jR',_0x184cc5:0x704,_0x1cb6fa:0x731,_0x44d4a3:'6)yY',_0x1806e1:0x581,_0x2d6514:'!)Sv',_0x1704be:0x592,_0x255ddc:0x5e7,_0x4803d9:0x5a1,_0x1ec6d7:0x5a4,_0x25defa:0x50e,_0x4d0cb5:0x605,_0x1a0cea:0x2b1,_0x4e6269:0x192,_0x3c4d49:0x264,_0x2b0c2d:'JXfw',_0x3bc8e1:'9G5N',_0x517a45:0x4c7,_0x223363:0x311,_0x4145e1:'W66Q',_0x1d47d0:0x71c,_0x104dcd:0x215,_0x5badc5:0x18e,_0x4506e9:0x29f,_0x1acae1:'QnGH',_0x2c3262:0x549,_0x62f9f8:0x374,_0xffaf13:0x25e,_0x3a213d:0x346,_0x57e709:0x654,_0x2140eb:0x226,_0x5ea24a:0x295,_0x4e0ee1:'eE%j',_0x26e3c2:0x535,_0x4ab1c0:0x59d,_0x2b0fa1:0x1b4,_0xd4c6e0:0x136,_0x359edf:0x27b,_0x182e94:0x318,_0x371aee:0x6ce,_0x7583fe:0x59b,_0x436373:'MZtY',_0x463fee:0x4c1,_0x35b1f0:0x530,_0x1fbc92:0x556,_0x449ab6:0x272,_0x378479:0x35b,_0x19ca60:0x2c1,_0x358737:'eE%j',_0x5f2e25:0x249,_0xf0e8f7:'ng*6'},_0x4a5f05={_0x112883:0x1bd,_0x2bb6f1:0x508},_0x3d3d2b={_0x451129:0x1dd,_0x3ca7bd:0x198,_0x5f076e:0xee},_0x1508c2={};_0x1508c2[_0x69067c(_0x3c5775._0x2bfa6b,0x3c2,_0x3c5775._0x15e3e1,0x533)]=function(_0x343581,_0x1c5a21){return _0x343581!==_0x1c5a21;},_0x1508c2[_0x3d1cce(_0x3c5775._0x63ad59,0x15e,_0x3c5775._0xa8365d,'HLsK')]=_0x69067c(_0x3c5775._0x5cdd83,_0x3c5775._0x4c7f49,_0x3c5775._0x338067,_0x3c5775._0x441636);function _0x3d1cce(_0x428c16,_0x5900b9,_0x222795,_0x344a96){return _0x31f197(_0x428c16-_0x3d3d2b._0x451129,_0x5900b9-_0x3d3d2b._0x3ca7bd,_0x222795-_0x3d3d2b._0x5f076e,_0x344a96);}_0x1508c2[_0x69067c(_0x3c5775._0x5041a2,_0x3c5775._0x41bdfe,0x6c5,0x7b0)]=_0x69067c(_0x3c5775._0xf4aa32,0x721,_0x3c5775._0x184cc5,_0x3c5775._0x1cb6fa);const _0x21503b=_0x1508c2,_0x1d39d0=task_repo_1[_0x69067c(_0x3c5775._0x44d4a3,0x577,_0x3c5775._0x1806e1,0x64a)+_0x69067c(_0x3c5775._0x2d6514,0x5d2,_0x3c5775._0x1704be,_0x3c5775._0x255ddc)][_0x69067c('L8Hq',0x5b3,_0x3c5775._0x4803d9,_0x3c5775._0x1ec6d7)](_0xca18d7);function _0x69067c(_0x27c4a3,_0x534f48,_0x49f7cb,_0x14adfb){return _0x2c014f(_0x27c4a3,_0x534f48-_0x4a5f05._0x112883,_0x49f7cb-_0x4a5f05._0x2bb6f1,_0x14adfb-0x1a8);}const _0x508511={};_0x508511[_0x69067c('uB&U',0x63f,_0x3c5775._0x25defa,_0x3c5775._0x4d0cb5)]=[];const _0x215fa9=_0x508511;if(_0x1d39d0&&_0x1d39d0[_0x3d1cce(_0x3c5775._0x1a0cea,_0x3c5775._0x4e6269,_0x3c5775._0x3c4d49,_0x3c5775._0x2b0c2d)+_0x69067c(_0x3c5775._0x3bc8e1,0x702,0x5d3,_0x3c5775._0x517a45)]){if(_0x21503b[_0x3d1cce(0x1e8,0x121,_0x3c5775._0x223363,'&^M%')](_0x21503b[_0x69067c(_0x3c5775._0x4145e1,0x7d4,0x707,_0x3c5775._0x1d47d0)],_0x21503b[_0x3d1cce(_0x3c5775._0x104dcd,_0x3c5775._0x5badc5,_0x3c5775._0x4506e9,'%8gN')]))_0x215fa9['parent']=task_repo_1[_0x69067c(_0x3c5775._0x1acae1,0x620,_0x3c5775._0x2c3262,0x4c0)+_0x3d1cce(_0x3c5775._0x62f9f8,_0x3c5775._0xffaf13,_0x3c5775._0x3a213d,'9M)2')][_0x69067c(')(be',0x74e,_0x3c5775._0x57e709,0x762)](_0x1d39d0['parent_tas'+_0x3d1cce(_0x3c5775._0x2140eb,_0x3c5775._0x5ea24a,0x2b3,_0x3c5775._0x4e0ee1)]);else return _0x33de24[_0x69067c('[r%&',_0x3c5775._0x26e3c2,_0x3c5775._0x4ab1c0,0x4cd)+_0x3d1cce(_0x3c5775._0x2b0fa1,_0x3c5775._0xd4c6e0,_0x3c5775._0x359edf,'7OKN')][_0x3d1cce(0x230,_0x3c5775._0x182e94,0x2f4,_0x3c5775._0xf4aa32)+'us'](_0x3662ca);}return _0x215fa9[_0x69067c('3v3c',0x64f,_0x3c5775._0x371aee,_0x3c5775._0x7583fe)]=task_repo_1[_0x69067c(_0x3c5775._0x436373,_0x3c5775._0x463fee,_0x3c5775._0x35b1f0,_0x3c5775._0x1fbc92)+_0x3d1cce(_0x3c5775._0x449ab6,_0x3c5775._0x378479,_0x3c5775._0x19ca60,_0x3c5775._0x358737)][_0x3d1cce(0x1b1,0x29b,0x119,'tv9y')+_0x3d1cce(_0x3c5775._0x5f2e25,0x1db,0x2a6,_0x3c5775._0xf0e8f7)](_0xca18d7),_0x215fa9;}['getTaskCha'+'in'](_0x32c221){const _0x3b1a94={_0x3d89e7:0x68,_0x505e59:'W66Q',_0x327a86:0xef,_0x1b8860:0x62},_0x3bac56={_0x58d76f:0x2e},_0x2e65af={_0x5f5432:0x225,_0x55c6bb:0x11c};function _0x12d413(_0x16d39d,_0x5d5469,_0x10a501,_0x4051ea){return _0x31f197(_0x4051ea- -_0x2e65af._0x5f5432,_0x5d5469-0x57,_0x10a501-_0x2e65af._0x55c6bb,_0x10a501);}function _0x5efa53(_0x14b493,_0x39b298,_0x4efadc,_0x1f7a9e){return _0x2c014f(_0x4efadc,_0x39b298-0x2d,_0x14b493- -_0x3bac56._0x58d76f,_0x1f7a9e-0x2e);}return task_repo_1[_0x5efa53(0x7a,_0x3b1a94._0x3d89e7,_0x3b1a94._0x505e59,0xfb)+_0x5efa53(0x1da,0x2d1,'W66Q',_0x3b1a94._0x327a86)][_0x5efa53(0xb5,-_0x3b1a94._0x1b8860,'uB&U',0x83)+'in'](_0x32c221);}[_0x2c014f(')(be',0xaa,0x78,-0x76)+_0x2c014f('&^M%',0xd9,0xcd,0x1dd)](_0x3b9f7c){const _0x49edac={_0x1763ef:'Uk%(',_0x1626a8:0x6d1,_0x37f265:'%nw%',_0x3fd412:0x64f,_0x31034c:0x5d4,_0x178c37:0x448,_0x1053e7:0x9c},_0x108707={_0x43d834:0x529},_0x273163={_0x553391:0x194,_0x2799aa:0x15};function _0x36fe58(_0x5c2b91,_0x30a0c6,_0x8ac276,_0x373cc6){return _0x2c014f(_0x8ac276,_0x30a0c6-_0x273163._0x553391,_0x30a0c6-_0x273163._0x2799aa,_0x373cc6-0x86);}function _0x538419(_0x5bf126,_0x33faa1,_0x2f46f6,_0x1ded8c){return _0x31f197(_0x33faa1-_0x108707._0x43d834,_0x33faa1-0xe9,_0x2f46f6-0xb3,_0x5bf126);}return task_repo_1[_0x538419(_0x49edac._0x1763ef,0x624,_0x49edac._0x1626a8,0x6d7)+_0x538419(_0x49edac._0x37f265,0x5fe,_0x49edac._0x3fd412,_0x49edac._0x31034c)][_0x538419('tv9y',0x568,_0x49edac._0x178c37,0x44b)+_0x36fe58(_0x49edac._0x1053e7,0x121,'dMps',0x22a)](_0x3b9f7c);}['isValidSta'+_0x2c014f(']&Ke',-0x51,0xa0,-0xf)+_0x2c014f('Uk%(',0xa0,0x167,0x1d8)](_0x1c4302,_0x31a581){const _0x428d7d={_0x2d9b80:0x323,_0x122876:0x189,_0x1c8573:0xaa,_0x5ee062:'qGh^',_0xe870a5:0x20d,_0x4a4ff3:0x339,_0x1706d3:0x2f4,_0x2f4301:0x300,_0x88f21b:0x98,_0x20614a:'MZtY',_0x56661d:0x31,_0x3937f:0x10a,_0x4e3e5a:0x96,_0x114db1:0x32,_0x2c9ccd:0x3c0,_0x4caf3f:0x3bd,_0x102493:0x2df,_0x1d6e8a:'JXfw',_0x2d3439:0x319,_0xe54e9:0x1e5,_0x5180a8:0x23a,_0x1f007c:0x17,_0x50d370:0x143,_0x4de7b3:0x1c9,_0x120d7a:0x15b,_0x2a6968:0x22a,_0x14990e:0x269,_0x52bc75:0x2ff,_0x34078e:'0sMJ',_0x234a3d:0x3a0,_0x47e2d2:0x365,_0x29fec2:0x280,_0x31950a:']&Ke',_0x1306e0:0x146,_0x2ac27a:0x128,_0x2affd5:0x1a6,_0xd5c5c3:0x6,_0x53a8ce:'!)Sv',_0x5c4961:0x327,_0x3c3d72:'ng*6',_0x2750eb:0x214,_0x12ed42:0x1a9,_0xf5bb72:0x306,_0x2f6692:0x43a,_0x21bdc1:0x343,_0x248142:'DH&C',_0x20de8b:0x62,_0x41203a:'DH&C',_0x2aa69c:0x18d,_0x50661e:0x209,_0x4dca1a:0x115,_0x5ae8d4:'9M)2',_0x10f959:0x97,_0x43fed1:0x13e,_0x3abc35:0x1b8,_0xe3f4ca:'0sMJ',_0x544d72:0x1a7,_0x8b73f3:0x10b,_0xd0146c:'%8gN',_0x4474f1:'%nw%'},_0x23fefa={_0x2104c4:0x1ba},_0x4602c3={_0x22afb4:0x68},_0x30e78a={};_0x30e78a[_0x1854ee(0x34e,0x2e7,0x2f8,'mETN')]=_0x1854ee(_0x428d7d._0x2d9b80,0x382,0x2f1,'ZVfl')+'s',_0x30e78a[_0x1854ee(_0x428d7d._0x122876,_0x428d7d._0x1c8573,0x1ae,_0x428d7d._0x5ee062)]=_0x1854ee(_0x428d7d._0xe870a5,0x2fa,0x1ca,'lI(Z')+_0x1854ee(_0x428d7d._0x4a4ff3,_0x428d7d._0x1706d3,_0x428d7d._0x2f4301,'7OKN'),_0x30e78a[_0xca9e7e(-_0x428d7d._0x88f21b,_0x428d7d._0x20614a,-_0x428d7d._0x56661d,-0xfc)]=_0xca9e7e(-_0x428d7d._0x3937f,'Uk%(',-_0x428d7d._0x4e3e5a,-_0x428d7d._0x114db1)+_0x1854ee(_0x428d7d._0x2c9ccd,_0x428d7d._0x4caf3f,_0x428d7d._0x102493,_0x428d7d._0x1d6e8a),_0x30e78a[_0x1854ee(_0x428d7d._0x2d3439,_0x428d7d._0xe54e9,_0x428d7d._0x5180a8,']&Ke')]='completed',_0x30e78a['enmgB']=_0xca9e7e(-_0x428d7d._0x1f007c,'enO9',-_0x428d7d._0x50d370,-_0x428d7d._0x4de7b3),_0x30e78a[_0xca9e7e(-0x17c,'[r%&',-0x1a9,-_0x428d7d._0x120d7a)]=_0x1854ee(_0x428d7d._0x2a6968,_0x428d7d._0x14990e,_0x428d7d._0x52bc75,'MZtY');const _0xd7531f=_0x30e78a,_0x5abd59={};function _0xca9e7e(_0x49cd50,_0x3e2994,_0x2bc687,_0x58d556){return _0x2c014f(_0x3e2994,_0x3e2994-_0x4602c3._0x22afb4,_0x2bc687- -0x21b,_0x58d556-0x1b);}_0x5abd59[_0xca9e7e(-0x12b,_0x428d7d._0x34078e,-0xb1,-0x89)]=[_0xd7531f[_0x1854ee(_0x428d7d._0x234a3d,_0x428d7d._0x47e2d2,_0x428d7d._0x29fec2,_0x428d7d._0x31950a)]],_0x5abd59[_0xca9e7e(-0x1a7,'Y1Su',-_0x428d7d._0x1306e0,-_0x428d7d._0x2ac27a)+'s']=[_0xd7531f[_0xca9e7e(-_0x428d7d._0x2affd5,'HFbW',-0x104,_0x428d7d._0xd5c5c3)],_0xd7531f[_0x1854ee(0x102,0x96,0x11e,_0x428d7d._0x53a8ce)]];function _0x1854ee(_0x139a61,_0x58f943,_0x2ebaf7,_0x55ff97){return _0x31f197(_0x2ebaf7-0x114,_0x58f943-0x7a,_0x2ebaf7-_0x23fefa._0x2104c4,_0x55ff97);}_0x5abd59[_0xca9e7e(-_0x428d7d._0x5c4961,_0x428d7d._0x3c3d72,-_0x428d7d._0x2750eb,-0x1ad)+_0xca9e7e(-_0x428d7d._0x12ed42,']&Ke',-0x263,-_0x428d7d._0xf5bb72)]=[_0xd7531f[_0x1854ee(_0x428d7d._0x2f6692,0x352,_0x428d7d._0x21bdc1,_0x428d7d._0x248142)]],_0x5abd59[_0x1854ee(-_0x428d7d._0x20de8b,0x64,0xd5,_0x428d7d._0x41203a)+_0xca9e7e(-0x6b,_0x428d7d._0x248142,-_0x428d7d._0x2aa69c,-_0x428d7d._0x50661e)]=[_0xd7531f[_0x1854ee(0x340,0x2c9,0x2ce,'Uk%(')],_0xd7531f[_0xca9e7e(-_0x428d7d._0x4dca1a,'HFbW',-0x2f,-0xac)]],_0x5abd59[_0xca9e7e(-_0x428d7d._0x1c8573,_0x428d7d._0x5ae8d4,-0x15,-0xd4)]=[_0x1854ee(_0x428d7d._0x10f959,_0x428d7d._0x43fed1,_0x428d7d._0x3abc35,'JXfw')+'s'],_0x5abd59[_0x1854ee(0x163,0x1b3,0x29a,_0x428d7d._0xe3f4ca)]=[_0xd7531f[_0xca9e7e(-0xa6,'Yktp',-0x13c,-0xeb)]],_0x5abd59[_0x1854ee(0x118,_0x428d7d._0x544d72,_0x428d7d._0x8b73f3,_0x428d7d._0xd0146c)]=[];const _0x48dabf=_0x5abd59;return _0x48dabf[_0x1c4302]?.[_0xca9e7e(-0x1ea,_0x428d7d._0x4474f1,-0x133,-0x1b5)](_0x31a581)||![];}[_0x2c014f('8OoA',0x24f,0x1d1,0x1f9)+_0x2c014f('W66Q',0x186,0x1d5,0x280)](_0x109cf9){const _0x2ed46e={_0x598997:0x25e,_0x56b7a4:0x2cd,_0x1da849:0x447,_0x82408c:'[r%&',_0xf392f9:0x3b2,_0x160c6a:0x51d,_0x29d404:'6)yY',_0x5194e6:0x276,_0xabefde:'Uk%(',_0x39382f:'&^M%',_0x5136ed:0x2d4,_0x346865:0x328,_0x3fbe6f:0x45d,_0x2a0734:'Sajj',_0x8a04cc:0x437,_0x3e00a3:0x30e,_0x2cab7a:0x2a7,_0x566cbf:0x35f,_0x53de14:'Yktp',_0x3f82e1:0x474,_0x914b62:0x41a,_0x285265:'27jR',_0x5b9830:0x2a9,_0x126a3f:0x209,_0x3f8e3e:'Y1Su',_0x45ed5d:'N7mD',_0x8555e4:0x27d,_0x1844ea:0x134,_0x1cccc5:'PV^q',_0x3ac4ca:0x25d,_0x11e2d1:0x300,_0x481607:0x3a5,_0x155cb7:'L8Hq',_0x43247d:0x332,_0x26f468:0x436,_0x14e0b8:0x346,_0x5c9121:0x277,_0x137d81:0x30b,_0x1ca863:0x372,_0x3174e4:0x2d6,_0x47a058:0x40a,_0x15eb7a:0x461,_0x121025:0x334,_0xa141c3:'HLsK',_0x1731b0:0x4e6,_0x18efc8:'Sjeb',_0x268d73:0x303,_0x355c01:'JXfw',_0x5af2f2:0x35e,_0x96f5af:0x3b7,_0x153b8b:'Uk%(',_0x4395b1:0x27b,_0x41948b:'jPgI',_0x2ff5ea:0x25a,_0x2c4480:0x160,_0x5f14c4:0x158,_0x2752f7:'uB&U',_0x17571e:0x26a,_0x5c2bd5:0x41e,_0x52de7e:'7OKN',_0x10f629:0x380,_0x259cb4:'YGjo',_0x100400:0x3a1,_0x443bbe:0x44a,_0x1669e3:'DH&C',_0x47a49d:0x41b,_0x5375bc:0x308,_0x4c1d01:0x18a,_0x1fc379:'WF1O',_0xd3f56d:0x26e,_0x42736b:'9M)2',_0x4b29de:']&Ke',_0x2eef58:0x1f1,_0x12557d:'&wWs',_0x9cc551:0x148,_0x3c1600:0x3f3,_0x315a3a:0x43b,_0x3690e2:0x2c0},_0x49edea={_0x3cb9ec:0x264,_0x263077:0x16d,_0x2e6936:0xec};function _0x4102dd(_0x261a56,_0x39dd0b,_0x35b705,_0xdf9b38){return _0x31f197(_0xdf9b38-0x1f1,_0x39dd0b-0xa1,_0x35b705-0x164,_0x39dd0b);}const _0x54a082={};_0x54a082[_0x2fc033(_0x2ed46e._0x598997,']&Ke',_0x2ed46e._0x56b7a4,0x1f1)]=_0x2fc033(_0x2ed46e._0x1da849,_0x2ed46e._0x82408c,_0x2ed46e._0xf392f9,0x487);function _0x2fc033(_0x10fecd,_0x5ba6ab,_0xc02f47,_0x4e0114){return _0x31f197(_0xc02f47-_0x49edea._0x3cb9ec,_0x5ba6ab-_0x49edea._0x263077,_0xc02f47-_0x49edea._0x2e6936,_0x5ba6ab);}_0x54a082[_0x4102dd(_0x2ed46e._0x160c6a,_0x2ed46e._0x29d404,0x541,0x41e)]=_0x4102dd(_0x2ed46e._0x5194e6,_0x2ed46e._0xabefde,0x136,0x256)+'not\x20exist',_0x54a082[_0x2fc033(0x264,_0x2ed46e._0x39382f,_0x2ed46e._0x5136ed,_0x2ed46e._0x346865)]=function(_0x556552,_0x4773c8){return _0x556552!==_0x4773c8;},_0x54a082[_0x2fc033(_0x2ed46e._0x3fbe6f,_0x2ed46e._0x2a0734,0x440,_0x2ed46e._0x8a04cc)]=_0x2fc033(_0x2ed46e._0x3e00a3,'uB&U',_0x2ed46e._0x2cab7a,_0x2ed46e._0x566cbf)+'s',_0x54a082[_0x2fc033(0x369,_0x2ed46e._0x53de14,_0x2ed46e._0x3f82e1,_0x2ed46e._0x914b62)]=_0x4102dd(0x1aa,_0x2ed46e._0x285265,_0x2ed46e._0x5b9830,_0x2ed46e._0x126a3f)+_0x4102dd(0x426,_0x2ed46e._0x3f8e3e,0x349,0x376)+'ed';const _0x165299=_0x54a082,_0x5499a6=task_repo_1[_0x4102dd(0x3da,'OCs0',0x3aa,0x3f8)+_0x4102dd(0x1af,_0x2ed46e._0x45ed5d,0x226,_0x2ed46e._0x8555e4)][_0x2fc033(_0x2ed46e._0x1844ea,_0x2ed46e._0x1cccc5,_0x2ed46e._0x3ac4ca,_0x2ed46e._0x11e2d1)](_0x109cf9);if(!_0x5499a6){if(_0x165299[_0x2fc033(_0x2ed46e._0x481607,_0x2ed46e._0x155cb7,_0x2ed46e._0x43247d,0x324)]!==_0x165299[_0x4102dd(_0x2ed46e._0x26f468,'%nw%',0x46f,_0x2ed46e._0x14e0b8)])return _0x3c2186[_0x4102dd(0x30d,'6)yY',0x362,_0x2ed46e._0x5c9121)+_0x2fc033(0x3fa,'mETN',_0x2ed46e._0x137d81,_0x2ed46e._0x1ca863)][_0x2fc033(_0x2ed46e._0x3174e4,'WF1O',0x40d,_0x2ed46e._0x47a058)+'ge'](_0x43afd5);else{const _0x5aa6ec={};return _0x5aa6ec[_0x4102dd(_0x2ed46e._0x15eb7a,'N7mD',_0x2ed46e._0x121025,0x38b)]=![],_0x5aa6ec[_0x2fc033(0x338,_0x2ed46e._0xa141c3,0x412,_0x2ed46e._0x1731b0)]=_0x165299[_0x4102dd(0x2a1,_0x2ed46e._0x18efc8,_0x2ed46e._0x268d73,0x289)],_0x5aa6ec;}}if(_0x165299[_0x2fc033(0x4e0,_0x2ed46e._0x355c01,0x490,0x3a6)](_0x5499a6[_0x2fc033(0x3d7,'enO9',_0x2ed46e._0x5af2f2,_0x2ed46e._0x96f5af)],_0x165299[_0x2fc033(0x2c0,_0x2ed46e._0x153b8b,0x2ab,_0x2ed46e._0x4395b1)])){const _0x372a33={};return _0x372a33[_0x2fc033(0x1c8,_0x2ed46e._0x41948b,_0x2ed46e._0x2ff5ea,_0x2ed46e._0x2c4480)]=![],_0x372a33[_0x4102dd(_0x2ed46e._0x5f14c4,_0x2ed46e._0x2752f7,0x1e4,_0x2ed46e._0x17571e)]=_0x2fc033(_0x2ed46e._0x5c2bd5,_0x2ed46e._0x52de7e,0x40a,0x4b4)+'ate\x20heartb'+_0x4102dd(_0x2ed46e._0x10f629,_0x2ed46e._0x259cb4,0x3da,_0x2ed46e._0x100400)+_0x2fc033(_0x2ed46e._0x443bbe,'Sajj',0x42b,0x318)+_0x2fc033(0x420,_0x2ed46e._0x1669e3,_0x2ed46e._0x47a49d,_0x2ed46e._0x5375bc)+_0x5499a6[_0x2fc033(_0x2ed46e._0x4c1d01,_0x2ed46e._0x1fc379,0x2c1,_0x2ed46e._0xd3f56d)],_0x372a33;}task_repo_1[_0x4102dd(0x4c9,'OCs0',0x350,0x3f8)+_0x2fc033(0x2f4,_0x2ed46e._0x42736b,0x3fb,0x530)][_0x4102dd(0x214,_0x2ed46e._0x4b29de,_0x2ed46e._0x5375bc,0x267)+_0x2fc033(_0x2ed46e._0x2eef58,_0x2ed46e._0x12557d,0x24b,_0x2ed46e._0x9cc551)+'at'](_0x109cf9);const _0x99882d={};return _0x99882d[_0x2fc033(0x348,'W66Q',_0x2ed46e._0x3c1600,_0x2ed46e._0x315a3a)]=!![],_0x99882d[_0x4102dd(0x34a,'s2Cs',0x217,_0x2ed46e._0x3690e2)]=_0x165299[_0x2fc033(0x333,'Uk%(',0x37f,0x2d2)],_0x99882d;}[_0x31f197(0x66,-0x57,0x71,'ng*6')+_0x2c014f('Sjeb',0x2ff,0x1e0,0x2de)](_0x47750f=-0x1af4+-0x23d4+0x3ed2){const _0x1b7010={_0x160e07:0x502,_0x3f3043:0x53e,_0x409057:0x1a2,_0x5b22e7:'9G5N',_0x28a53a:0x1a6,_0x5c9b23:0x52d,_0x144a46:0x537,_0x1f6ad6:0x548,_0x546df6:0x62f},_0x5d97f6={_0xb74df2:0x50e,_0x4769d1:0xb8,_0x44f834:0x38},_0x3f1f33={_0x37ccac:0x1df,_0x4cd2cf:0x1dc};function _0x2fdbbd(_0x28122a,_0x240480,_0x153888,_0x23e96c){return _0x31f197(_0x28122a- -_0x3f1f33._0x37ccac,_0x240480-0x1cd,_0x153888-_0x3f1f33._0x4cd2cf,_0x153888);}function _0x5ee657(_0x3d779b,_0x35d84e,_0x383343,_0x292e95){return _0x31f197(_0x292e95-_0x5d97f6._0xb74df2,_0x35d84e-_0x5d97f6._0x4769d1,_0x383343-_0x5d97f6._0x44f834,_0x35d84e);}return task_repo_1[_0x5ee657(0x648,'PV^q',_0x1b7010._0x160e07,_0x1b7010._0x3f3043)+_0x2fdbbd(-_0x1b7010._0x409057,-0xaa,_0x1b7010._0x5b22e7,-_0x1b7010._0x28a53a)][_0x5ee657(_0x1b7010._0x5c9b23,'Sajj',0x63b,_0x1b7010._0x144a46)+_0x5ee657(_0x1b7010._0x1f6ad6,'W66Q',_0x1b7010._0x546df6,0x63a)](_0x47750f);}[_0x2c014f('lI(Z',0x121,0x6d,0xf8)+_0x2c014f('DH&C',0x104,0xf3,0xb5)+_0x2c014f('Sajj',-0x28,0xf1,0x1e6)](){const _0x508980={_0x14c24a:0x4ae,_0x2ece6c:0x3c4,_0x84c5a:0x3fb,_0x5a2acf:'s2Cs',_0x59d411:0x444,_0x350754:0x454,_0x1f6c85:0x3a9,_0x6f99b1:0x30b,_0x319ac8:0xc7,_0x5ddc5f:'MZtY'},_0x2c65a8={_0x1ca94e:0x9c,_0x5469c3:0x1f0},_0xfe79f6={_0x2c481d:0x1c2};function _0x36a7ef(_0x40b71c,_0x45e1ca,_0x49fd56,_0x2437d0){return _0x31f197(_0x49fd56-0x332,_0x45e1ca-0xa2,_0x49fd56-_0xfe79f6._0x2c481d,_0x40b71c);}function _0x1e7072(_0x3789ec,_0x4d33f3,_0xa85cd2,_0x25beb6){return _0x31f197(_0xa85cd2-_0x2c65a8._0x1ca94e,_0x4d33f3-_0x2c65a8._0x5469c3,_0xa85cd2-0x12a,_0x25beb6);}return task_repo_1[_0x36a7ef('ZVfl',0x57c,_0x508980._0x14c24a,0x5b9)+_0x36a7ef('MZtY',0x3b6,_0x508980._0x2ece6c,_0x508980._0x84c5a)][_0x36a7ef(_0x508980._0x5a2acf,_0x508980._0x59d411,_0x508980._0x350754,0x424)+_0x36a7ef('jPgI',_0x508980._0x1f6c85,_0x508980._0x6f99b1,0x36f)+_0x1e7072(0x60,0x2b,_0x508980._0x319ac8,_0x508980._0x5ddc5f)]();}[_0x31f197(0x1f1,0x27a,0xf0,'ZVfl')+'e'](_0x528e51){const _0x18c85e={_0x590a53:'97bW',_0x4719dc:'jZ)0',_0x2d16fc:0x72b,_0x17394a:0x567,_0x4eee7f:0x641,_0x41694d:0x55c,_0x283861:'qGh^',_0x35e829:0x5f9,_0x2d3af7:0x5e6,_0x14e42d:0x4f4,_0x151bef:0x5bc,_0x4f18f2:0x5aa,_0x4b31c2:0x4a4,_0xb9613a:'9M)2',_0x473a79:0x57b,_0x5cf0d6:0x600,_0x44387e:'0sMJ',_0x1ebfad:0x582,_0x40a226:0x530,_0x1518ce:0x5f9,_0x30ec10:'%8gN',_0x4fdb58:0x4f9,_0x551427:0x6c9,_0x238366:'Sajj',_0xf51010:0x6ba,_0x125525:0x69e,_0x97c219:0x50c,_0x58498f:'eE%j',_0x364c03:0x46b,_0x47ace5:0x547,_0x2b34bf:0x619,_0x4e43d8:'!)Sv',_0x40e38e:'HFbW',_0x56d1bb:'s2Cs',_0x4fdd4d:0x6f5,_0x54db6a:0x634,_0x5bf1d0:0x432,_0x14bdfa:0x48a,_0x8feefa:'MZtY',_0x410f24:0x527,_0x290183:0x5a9,_0x4d7327:'6)yY',_0x2865cb:0x488,_0x33a5b7:0x52f,_0xbaea48:'enO9',_0x4376d7:0x5b2,_0x1c21c3:'N7mD',_0x591b86:0x5fd,_0x5cf073:0x626,_0xef00fc:0x73d,_0x591350:0x6e5,_0x1a45f4:'J2F^',_0x2f1f27:'WF1O',_0x54c2ed:0x586,_0x1d728a:0x542,_0x1499f1:'JXfw',_0x497d8c:0x6e9,_0x3269fc:0x481,_0x3df473:0x6cc,_0x3a5044:0x5da,_0x1b4c4a:']&Ke',_0x1edf36:0x4e4,_0x59fd4e:0x57a,_0x247757:'tv9y',_0x22b15e:0x590,_0x3631d4:0x5f3,_0x136cfa:0x6ca,_0x3bd51a:0x531,_0xbd394:0x62d,_0x4ea3eb:'jPgI',_0x4559e3:0x461,_0x1905e1:'[r%&',_0x5a69a0:0x539,_0x1b3f9d:0x515,_0x1eb690:0x657,_0x5e0f74:0x6f6,_0x297e50:0x6bf,_0x31726c:0x6e4,_0x376cb1:0x51d,_0x5c7dad:0x527,_0xa88d63:0x541,_0x49b422:0x5ff,_0x130ca1:'MZtY',_0x4b722c:0x5ef,_0x482fcd:0x6fb,_0x42ccde:0x730,_0xf940ca:'W66Q',_0x4a3dde:0x5f2,_0x792b82:0x3c2,_0x15d6be:0x48b,_0x4f834f:0x496,_0x1f5cce:0x4f3,_0x451eb9:0x578,_0x19853f:0x47e},_0x4ecdd5={_0x53fa86:0x135,_0x111890:0x443,_0x35b823:0x1b3},_0x354d6a={_0x13edc8:0x513},_0x2c0ee2={'rTAlO':function(_0x5dd598,_0x103b2b){return _0x5dd598!==_0x103b2b;},'rTPvk':'阶段创建成功','yfkAy':function(_0x5c22d5,_0x5d9bc6){return _0x5c22d5 instanceof _0x5d9bc6;},'xDies':function(_0x382d98,_0x154e2c){return _0x382d98(_0x154e2c);}};function _0x5a1c6e(_0x41cbef,_0x730cbd,_0x9fb370,_0x4094e){return _0x2c014f(_0x41cbef,_0x730cbd-0x1e,_0x730cbd-_0x354d6a._0x13edc8,_0x4094e-0xf3);}function _0x8bb5b7(_0x31a30f,_0x1ce59b,_0xdfd456,_0x4b7ad4){return _0x2c014f(_0x4b7ad4,_0x1ce59b-_0x4ecdd5._0x53fa86,_0xdfd456-_0x4ecdd5._0x111890,_0x4b7ad4-_0x4ecdd5._0x35b823);}try{const _0x13f492=task_repo_1[_0x8bb5b7(0x6da,0x6b7,0x640,_0x18c85e._0x590a53)+_0x5a1c6e(_0x18c85e._0x4719dc,_0x18c85e._0x2d16fc,0x83e,0x848)][_0x5a1c6e('mETN',_0x18c85e._0x17394a,_0x18c85e._0x4eee7f,_0x18c85e._0x41694d)](_0x528e51[_0x5a1c6e(_0x18c85e._0x283861,_0x18c85e._0x35e829,_0x18c85e._0x2d3af7,_0x18c85e._0x14e42d)]);if(!_0x13f492){const _0x24893d={};return _0x24893d[_0x8bb5b7(_0x18c85e._0x151bef,_0x18c85e._0x4f18f2,_0x18c85e._0x4b31c2,'97bW')]=![],_0x24893d[_0x8bb5b7(0x408,0x56b,0x4c7,_0x18c85e._0xb9613a)]='任务不存在',_0x24893d;}const _0xa865df=agent_repo_1[_0x5a1c6e('mETN',0x62f,_0x18c85e._0x473a79,_0x18c85e._0x5cf0d6)+_0x5a1c6e(_0x18c85e._0x44387e,_0x18c85e._0x1ebfad,_0x18c85e._0x40a226,_0x18c85e._0x1518ce)][_0x5a1c6e(_0x18c85e._0x30ec10,0x607,0x5c0,_0x18c85e._0x4fdb58)](_0x528e51[_0x8bb5b7(0x547,_0x18c85e._0x551427,0x5f8,_0x18c85e._0x238366)]);if(!_0xa865df||_0x2c0ee2['rTAlO'](_0xa865df[_0x5a1c6e('W66Q',_0x18c85e._0xf51010,_0x18c85e._0x125525,_0x18c85e._0x151bef)],_0x8bb5b7(0x47a,0x575,_0x18c85e._0x97c219,_0x18c85e._0x58498f))){const _0x4a5d04={};return _0x4a5d04[_0x5a1c6e('Yktp',_0x18c85e._0x473a79,0x5bd,_0x18c85e._0x364c03)]=![],_0x4a5d04[_0x8bb5b7(0x669,_0x18c85e._0x47ace5,0x57d,'JXfw')]=_0x8bb5b7(0x53d,0x608,_0x18c85e._0x2b34bf,_0x18c85e._0x4e43d8)+'正确',_0x4a5d04;}if(_0xa865df[_0x5a1c6e(_0x18c85e._0x40e38e,0x704,0x7bd,0x750)+_0x5a1c6e(_0x18c85e._0x56d1bb,0x5c6,0x63f,_0x18c85e._0x4fdd4d)]!==_0x528e51[_0x5a1c6e('27jR',0x701,0x609,_0x18c85e._0x54db6a)+_0x8bb5b7(0x3fd,_0x18c85e._0x5bf1d0,_0x18c85e._0x14bdfa,'JXfw')]){const _0x5c3584={};return _0x5c3584[_0x5a1c6e(_0x18c85e._0x8feefa,_0x18c85e._0x410f24,_0x18c85e._0x290183,0x505)]=![],_0x5c3584[_0x5a1c6e(_0x18c85e._0x4d7327,0x72f,0x71a,0x6fa)]=_0x8bb5b7(0x5a6,_0x18c85e._0x2865cb,_0x18c85e._0x33a5b7,_0x18c85e._0xbaea48)+'业部',_0x5c3584;}const _0x4a9210=(-0x1615+-0x6*-0x56a+-0xa67,utils_1[_0x8bb5b7(0x48f,_0x18c85e._0x4376d7,0x569,_0x18c85e._0x1c21c3)+_0x8bb5b7(0x5df,_0x18c85e._0x591b86,_0x18c85e._0x5cf073,'W66Q')])(_0x528e51[_0x8bb5b7(_0x18c85e._0xef00fc,_0x18c85e._0x591350,0x615,'eE%j')],_0x528e51[_0x8bb5b7(0x585,0x4ce,0x51f,_0x18c85e._0x1a45f4)]),_0x104aa9={};_0x104aa9['id']=_0x4a9210,_0x104aa9[_0x5a1c6e(_0x18c85e._0x2f1f27,0x5bd,0x618,_0x18c85e._0x54c2ed)]=_0x528e51[_0x5a1c6e('WF1O',0x5bd,0x67b,_0x18c85e._0x1d728a)],_0x104aa9[_0x5a1c6e('lI(Z',0x727,_0x18c85e._0x5cf073,0x62d)]=_0x528e51[_0x5a1c6e(_0x18c85e._0x1499f1,0x671,_0x18c85e._0x497d8c,0x604)],_0x104aa9[_0x8bb5b7(0x57b,0x376,_0x18c85e._0x3269fc,'dMps')+_0x5a1c6e('ZVfl',_0x18c85e._0x3df473,0x7d2,_0x18c85e._0x3a5044)]=_0x528e51[_0x5a1c6e(_0x18c85e._0x1b4c4a,_0x18c85e._0x1edf36,_0x18c85e._0x59fd4e,0x61b)+_0x5a1c6e(_0x18c85e._0x247757,_0x18c85e._0x22b15e,0x564,_0x18c85e._0x3631d4)],_0x104aa9[_0x8bb5b7(_0x18c85e._0x136cfa,_0x18c85e._0x3bd51a,0x59b,'Uk%(')]=_0x528e51[_0x8bb5b7(0x6a9,_0x18c85e._0xbd394,0x639,'JXfw')],_0x104aa9[_0x8bb5b7(0x62b,0x5ef,0x513,_0x18c85e._0x4ea3eb)]=_0x528e51[_0x8bb5b7(_0x18c85e._0x4559e3,0x304,0x407,_0x18c85e._0x1905e1)];const _0x167067=task_repo_1[_0x8bb5b7(_0x18c85e._0x5a69a0,0x533,_0x18c85e._0x1b3f9d,'HLsK')+_0x5a1c6e(_0x18c85e._0x4d7327,_0x18c85e._0x1eb690,_0x18c85e._0x5e0f74,_0x18c85e._0x297e50)][_0x8bb5b7(_0x18c85e._0x31726c,_0x18c85e._0x376cb1,0x627,'ZVfl')+'e'](_0x104aa9),_0x550855={};return _0x550855[_0x5a1c6e(_0x18c85e._0x8feefa,_0x18c85e._0x5c7dad,0x40a,_0x18c85e._0xa88d63)]=!![],_0x550855[_0x8bb5b7(_0x18c85e._0x31726c,0x4c7,_0x18c85e._0x49b422,'HFbW')]=_0x167067,_0x550855[_0x5a1c6e(_0x18c85e._0x130ca1,0x4f6,0x53c,_0x18c85e._0x4b722c)]=_0x2c0ee2[_0x5a1c6e('%8gN',_0x18c85e._0x482fcd,_0x18c85e._0x42ccde,0x5d7)],_0x550855;}catch(_0x173913){return{'success':![],'message':_0x5a1c6e(_0x18c85e._0xf940ca,0x634,0x5f8,_0x18c85e._0x4a3dde)+(_0x2c0ee2[_0x8bb5b7(_0x18c85e._0x792b82,_0x18c85e._0x15d6be,_0x18c85e._0x4f834f,'WF1O')](_0x173913,Error)?_0x173913[_0x8bb5b7(0x575,_0x18c85e._0x1f5cce,_0x18c85e._0x451eb9,'OCs0')]:_0x2c0ee2[_0x8bb5b7(_0x18c85e._0x19853f,0x544,0x47e,_0x18c85e._0x247757)](String,_0x173913))};}}[_0x2c014f('qGh^',0x14d,0x8c,-0x68)+_0x31f197(0x21b,0x244,0x260,'s2Cs')](_0x3ad7e1){const _0x9afa61={_0x5850a6:'J2F^',_0x3da515:0x14,_0x5996:0x26d,_0x20dd7e:0x3f2,_0x456900:'uB&U',_0x203d57:0x28d,_0x62bf42:'dMps'},_0x4cb686={_0x56a2c7:0x1bd,_0x9ca880:0x152,_0x44c0df:0x17},_0x47c374={_0x5566aa:0x91};function _0x436beb(_0x22d5b8,_0x189823,_0x2e0dc0,_0x237e96){return _0x31f197(_0x189823- -0xea,_0x189823-0x127,_0x2e0dc0-_0x47c374._0x5566aa,_0x22d5b8);}function _0xd6ecb7(_0x5726f9,_0x3a2558,_0x1e4d48,_0x14945c){return _0x2c014f(_0x3a2558,_0x3a2558-_0x4cb686._0x56a2c7,_0x1e4d48-_0x4cb686._0x9ca880,_0x14945c-_0x4cb686._0x44c0df);}return task_repo_1[_0x436beb(_0x9afa61._0x5850a6,0x127,_0x9afa61._0x3da515,0x147)+_0xd6ecb7(_0x9afa61._0x5996,'jZ)0',0x36a,_0x9afa61._0x20dd7e)][_0x436beb(_0x9afa61._0x456900,0x2c,0xa8,0xb3)+_0xd6ecb7(_0x9afa61._0x203d57,_0x9afa61._0x62bf42,0x346,0x44e)](_0x3ad7e1);}[_0x2c014f('%nw%',0x1e1,0x12e,0x15)+_0x31f197(-0x37,-0x24,-0x109,'qGh^')](_0x52dd48){const _0x11a473={_0x2f4ca8:0x369,_0x75ed2c:0x271,_0x565c2e:'s2Cs',_0x265b83:0xa8,_0x480bd4:0x14d,_0x1cf32f:0xe7},_0x1ae562={_0x2efc3d:0xda,_0x13bc13:0x1df};function _0x19e52f(_0x48ad03,_0x1c21ee,_0x564b88,_0x323d93){return _0x2c014f(_0x48ad03,_0x1c21ee-_0x1ae562._0x2efc3d,_0x1c21ee-_0x1ae562._0x13bc13,_0x323d93-0xb8);}function _0x33c165(_0x301a0a,_0x198608,_0x53aab2,_0x23e29c){return _0x2c014f(_0x301a0a,_0x198608-0xac,_0x198608-0x7,_0x23e29c-0xf5);}return task_repo_1['taskReposi'+_0x19e52f('9M)2',_0x11a473._0x2f4ca8,0x2a0,_0x11a473._0x75ed2c)][_0x33c165(_0x11a473._0x565c2e,_0x11a473._0x265b83,_0x11a473._0x480bd4,_0x11a473._0x1cf32f)+'Id'](_0x52dd48);}[_0x31f197(0xc7,0xea,0x56,'lI(Z')](_0x28d689,_0x136215){const _0x3caa2f={_0x5914c9:0x1ce,_0xd3e84c:0xfc,_0x1a0587:'8OoA',_0x23c21e:0x12,_0x1375ad:'YGjo',_0x3fe49a:0xb,_0x527df6:0x15c,_0x3c1e8f:0xbf,_0x16f61b:0x19d,_0x218860:0x14,_0x53a0ec:'jPgI',_0x260ff8:'97bW',_0xa0421f:0x22,_0x1b1cf1:0xde,_0x3f4037:0x88,_0x185a6a:0xdd,_0x2292d7:'tv9y',_0x22f9f2:0x49,_0x259d2e:0x2,_0x3c5cc0:0x140,_0x2ed290:'Sajj',_0x29caef:0x136,_0x57a690:0x145,_0x89abd4:0x184,_0x3e4f12:'6)yY',_0x5297a6:0x1b1,_0x24857e:'dMps',_0x425244:0x14f,_0x25b69a:0x13,_0x1eb208:'Sjeb',_0x31b57f:0x11c,_0x1c9a31:0x178,_0x2ff9e0:0xfd,_0x380797:0x249,_0x16ed84:')(be',_0x541f66:0x15f,_0x123367:'W66Q',_0xc0c34c:0xd2,_0x1bbd31:0x151,_0x26e508:0xac,_0x171112:0x2f,_0x5c75a2:'27jR',_0x49c945:0x19e,_0x2ab091:0x110,_0x160ca9:'OCs0',_0x127aab:0x8e,_0x9e65f5:0xca,_0xd4d9d3:'QnGH',_0x391d87:'Yktp',_0x3d1c8f:0x1b6,_0x13aaae:'s2Cs',_0x26f5bb:0x21,_0x58aa33:0x135,_0x123cfe:'DH&C',_0x3d4ae5:0x128,_0x3a00ef:0xf6,_0x1374db:0x1cd,_0x2324b5:0x90,_0x3f7359:0x78,_0x78481a:'[r%&',_0x29fbaf:0x8a,_0x11d0b4:'YGjo',_0x47d60f:0x58,_0x3061ee:0x3a,_0x352f52:0x41,_0x55b281:0x1d,_0x3c32c4:0x39,_0x4ea7c7:0x10d,_0xcd9ea1:'W66Q',_0x22c18f:0x9,_0x238601:0x156,_0x58f4a5:'enO9',_0x5cac54:0xf2,_0x2afd76:0x7e,_0x37e8d6:'mETN',_0x1bbdd8:'QnGH',_0x41c06f:0x85,_0x15289f:'lI(Z',_0x1a9704:0x5d,_0x434a3d:'QnGH',_0x30b32d:0x8b,_0x1ce507:'uB&U',_0x3b8c24:0x1b2,_0x19c8cb:'7OKN',_0x5c8497:0x1e5,_0x4e425f:0x24b,_0xa61b4f:0xae,_0x227929:0x7b,_0x1b6468:'HLsK',_0x48cb2b:0x16f,_0x3e1ab4:0x20,_0x24f146:0x6a,_0xc84b40:0x188,_0x3d8d39:0x148,_0x230b50:0xcd,_0x14ca5e:0x27d,_0xfc14b8:'9G5N',_0x3c713e:0x175,_0x252de2:0x1ae,_0xf17c75:0x97,_0xc8042a:0x33,_0x1fdba8:0x62,_0x89f190:'6)yY',_0x46b9f6:0xe9,_0x4765a4:'3v3c',_0x3fa3b3:0x3d,_0x590bd2:0x14e,_0x1b6b4d:0x3f,_0x3f02f3:0xe,_0x154e26:0x50,_0x43b1a3:0x208,_0x4afce5:0x255,_0x23d304:'enO9',_0x11f70d:0x172,_0x261ab8:0x103,_0x1686e8:'6)yY',_0x5e5203:0x1de,_0x1e4e14:0x39,_0x22fcc6:'WF1O',_0x4ca567:0x98,_0x4c554b:0xa,_0x55001e:0x98,_0x4f4f38:'PV^q',_0x1c02cd:0x67,_0x4730ff:0x185,_0x4042c1:0x10,_0x31f5c1:'&^M%',_0x59499e:0xc5,_0x5a3a80:0x9f,_0x3b376a:0xe3,_0x1d9717:0x108,_0x2d5a34:0x1a0,_0x4a612d:0x12b,_0x52c995:0x51,_0x1a68ed:0x69,_0x534785:0xa0,_0x3e7696:0x1c,_0x4124a6:0xb7,_0x5d2b90:0xdf,_0x5436a1:'Uk%(',_0x4dcb2a:0x4e,_0x5f5a5d:0x1fc,_0x582708:0xfb,_0x3a40d9:0x10e,_0x27a836:0xcf,_0x3af975:0x128,_0x1b3942:0x16a,_0x332d2b:0x1b4,_0x3166c8:0xae,_0x452bcb:0x5b,_0xcb6428:0x1f,_0x362375:0xda,_0x61bbc5:0x120,_0xfc71b4:'tv9y',_0xe6c406:0x166,_0xda1520:0x164,_0xad89e4:'s2Cs',_0x2eb1b3:0xd1,_0x273d58:0x1d,_0x4dc64c:'OCs0',_0x15b65d:0x111,_0x1cee89:0xf7,_0x520743:0x201,_0x37e816:'qGh^',_0x1e60de:0x12c,_0x48316a:0x25e,_0x4ad8c5:0x32,_0x564ff3:0x89,_0x32abf7:0x147,_0x18c57c:'Y1Su',_0x3c6208:0xa3},_0x508121={_0x469550:0x37},_0x3d72e2={_0x14faa6:0x1ce};function _0x2fe8bc(_0xf07fc2,_0xc4f531,_0x1d81b9,_0x36329e){return _0x2c014f(_0xc4f531,_0xc4f531-0x1a1,_0x1d81b9- -0x55,_0x36329e-_0x3d72e2._0x14faa6);}function _0x4a5bc0(_0x3ff03f,_0x165acd,_0x3f3085,_0x38a3cf){return _0x2c014f(_0x3f3085,_0x165acd-0x1d3,_0x3ff03f- -0x1a7,_0x38a3cf-_0x508121._0x469550);}const _0x46a6a9={'oIHik':function(_0xdd7abc,_0x421d32){return _0xdd7abc!==_0x421d32;},'YILVu':_0x4a5bc0(-_0x3caa2f._0x5914c9,-_0x3caa2f._0xd3e84c,_0x3caa2f._0x1a0587,-0x28b),'expht':_0x2fe8bc(-_0x3caa2f._0x23c21e,_0x3caa2f._0x1375ad,-0x20,-_0x3caa2f._0x3fe49a)+'正确','Fxkmp':_0x2fe8bc(0x292,'HFbW',_0x3caa2f._0x527df6,0x91),'qyarL':_0x2fe8bc(_0x3caa2f._0x3c1e8f,'6)yY',0x19e,0x1e5),'pvTKb':_0x2fe8bc(-_0x3caa2f._0x16f61b,'NE0k',-0x8a,-0xa),'acGaM':_0x4a5bc0(-0x46,_0x3caa2f._0x218860,_0x3caa2f._0x53a0ec,-0x84),'NiDHs':_0x2fe8bc(0x12b,_0x3caa2f._0x260ff8,_0x3caa2f._0xa0421f,_0x3caa2f._0x1b1cf1)+_0x2fe8bc(_0x3caa2f._0x3f4037,'27jR',0x104,0x1f8)+_0x2fe8bc(_0x3caa2f._0x185a6a,_0x3caa2f._0x2292d7,_0x3caa2f._0x22f9f2,-_0x3caa2f._0x259d2e),'FtESP':_0x2fe8bc(_0x3caa2f._0x3c5cc0,_0x3caa2f._0x2ed290,_0x3caa2f._0x3fe49a,_0x3caa2f._0x29caef)+'s','AfAeq':_0x4a5bc0(0x6b,_0x3caa2f._0x57a690,'HLsK',_0x3caa2f._0x89abd4),'TxgRk':function(_0x40c525,_0x4e4bde){return _0x40c525===_0x4e4bde;},'wWKxn':_0x2fe8bc(0x1de,_0x3caa2f._0x3e4f12,0xba,_0x3caa2f._0x5297a6),'YPCrx':function(_0x146f63,_0x4a91ad){return _0x146f63(_0x4a91ad);}};try{const _0x44561b=task_repo_1[_0x2fe8bc(0x257,_0x3caa2f._0x24857e,_0x3caa2f._0x425244,0x226)+_0x2fe8bc(-0x39,'ng*6',-0x22,_0x3caa2f._0x25b69a)][_0x2fe8bc(0x21d,_0x3caa2f._0x1eb208,0xf4,0x1a1)+'Id'](_0x136215);if(!_0x44561b){if(_0x2fe8bc(0x127,'qGh^',_0x3caa2f._0x31b57f,_0x3caa2f._0x1c9a31)===_0x46a6a9[_0x4a5bc0(-0x126,-_0x3caa2f._0x2ff9e0,'JXfw',-0x1e6)]){const _0x24f4bb={};return _0x24f4bb[_0x2fe8bc(0x132,'9G5N',0xea,0x1c1)]=![],_0x24f4bb[_0x2fe8bc(_0x3caa2f._0x380797,_0x3caa2f._0x16ed84,_0x3caa2f._0x541f66,0x150)]=_0x46a6a9[_0x2fe8bc(0x1dd,_0x3caa2f._0x123367,0x179,_0x3caa2f._0xc0c34c)],_0x24f4bb;}else{const _0x118fa0={};return _0x118fa0[_0x2fe8bc(-_0x3caa2f._0x1bbd31,'3v3c',-0x6a,-0x13f)]=![],_0x118fa0['message']=_0x4a5bc0(-_0x3caa2f._0x26e508,-0x1ab,'9M)2',_0x3caa2f._0x171112)+_0x2fe8bc(-0x56,_0x3caa2f._0x5c75a2,-0x6d,-0x137)+_0x4a5bc0(-_0x3caa2f._0x49c945,-0x1e6,'ZVfl',-_0x3caa2f._0x2ab091)+'\x20'+_0x4e7cee[_0x2fe8bc(0xbf,_0x3caa2f._0x160ca9,0x6,-0x9)]+_0x2fe8bc(0x91,'s2Cs',0x20,_0x3caa2f._0x127aab)+_0x8ba5d6,_0x118fa0;}}if(_0x46a6a9[_0x2fe8bc(_0x3caa2f._0x9e65f5,_0x3caa2f._0xd4d9d3,0x19b,0x29b)](_0x44561b[_0x2fe8bc(0xe4,_0x3caa2f._0x391d87,0x50,-0x71)],_0x46a6a9[_0x4a5bc0(-_0x3caa2f._0x3d1c8f,-0x2be,_0x3caa2f._0x13aaae,-0x24d)])){const _0x30fc52={};return _0x30fc52[_0x4a5bc0(_0x3caa2f._0x26f5bb,0x15,'9M)2',-0x89)]=![],_0x30fc52[_0x4a5bc0(0x1d,_0x3caa2f._0x58aa33,_0x3caa2f._0x123cfe,0x122)]=_0x46a6a9[_0x4a5bc0(-0x5d,-_0x3caa2f._0x3d4ae5,'OCs0',-0xc)],_0x30fc52;}task_repo_1[_0x4a5bc0(-_0x3caa2f._0x3a00ef,-_0x3caa2f._0x1374db,'DH&C',-_0x3caa2f._0x2324b5)+_0x4a5bc0(-_0x3caa2f._0x3f7359,-0x101,_0x3caa2f._0x78481a,-_0x3caa2f._0x29fbaf)][_0x2fe8bc(-0x12e,_0x3caa2f._0x11d0b4,-0x5d,-_0x3caa2f._0x47d60f)+_0x4a5bc0(-_0x3caa2f._0x3061ee,_0x3caa2f._0x352f52,'Uk%(',-_0x3caa2f._0x55b281)](_0x136215,_0x46a6a9['FtESP']);const _0xfb57a3={};_0xfb57a3[_0x4a5bc0(-0x1,0xc5,'W66Q',-0xcc)]=_0x46a6a9[_0x4a5bc0(-0x9c,_0x3caa2f._0x3c32c4,'qGh^',0x95)],_0xfb57a3[_0x2fe8bc(_0x3caa2f._0x4ea7c7,_0x3caa2f._0xcd9ea1,_0x3caa2f._0x22c18f,0x31)+'age_id']=_0x136215,task_repo_1[_0x2fe8bc(_0x3caa2f._0x238601,_0x3caa2f._0x58f4a5,_0x3caa2f._0x5cac54,0x54)+'tory'][_0x4a5bc0(-0x6f,-_0x3caa2f._0x2afd76,_0x3caa2f._0x37e8d6,-0x188)](_0x28d689,_0xfb57a3);const _0x4dce53={};return _0x4dce53[_0x2fe8bc(0x6a,_0x3caa2f._0x1bbdd8,0x63,_0x3caa2f._0x41c06f)]=!![],_0x4dce53[_0x2fe8bc(0x131,_0x3caa2f._0x15289f,0x29,-0x64)]=_0x46a6a9[_0x4a5bc0(0x7a,_0x3caa2f._0x1a9704,_0x3caa2f._0x434a3d,0x30)],_0x4dce53;}catch(_0x4dce0e){if(_0x46a6a9[_0x2fe8bc(-_0x3caa2f._0x30b32d,_0x3caa2f._0x1ce507,0xa2,0xdb)](_0x46a6a9[_0x4a5bc0(-0x167,-_0x3caa2f._0x3b8c24,_0x3caa2f._0x19c8cb,-_0x3caa2f._0x5c8497)],_0x46a6a9[_0x4a5bc0(-0x180,-_0x3caa2f._0x4e425f,_0x3caa2f._0x1ce507,-0xa0)]))return{'success':![],'message':_0x4a5bc0(-_0x3caa2f._0xa61b4f,-_0x3caa2f._0x227929,_0x3caa2f._0x1b6468,0x2f)+(_0x4dce0e instanceof Error?_0x4dce0e[_0x2fe8bc(0x22e,'DH&C',_0x3caa2f._0x48cb2b,0xc1)]:_0x46a6a9[_0x4a5bc0(-_0x3caa2f._0x3e1ab4,-0x81,'Y1Su',_0x3caa2f._0x24f146)](String,_0x4dce0e))};else{const _0x12d10e=_0x3c8208['taskReposi'+'tory'][_0x2fe8bc(0x53,'s2Cs',0x13d,_0x3caa2f._0xc84b40)](_0x30bd19[_0x2fe8bc(_0x3caa2f._0x3d8d39,_0x3caa2f._0x58f4a5,_0x3caa2f._0x230b50,_0x3caa2f._0x29caef)]);if(!_0x12d10e){const _0x6c02dd={};return _0x6c02dd['success']=![],_0x6c02dd[_0x2fe8bc(_0x3caa2f._0x14ca5e,_0x3caa2f._0x3e4f12,0x1c7,0x169)]=_0x2fe8bc(0x97,_0x3caa2f._0xfc14b8,_0x3caa2f._0x3c713e,_0x3caa2f._0x252de2),_0x6c02dd;}const _0x1ad037=_0x35ea97[_0x2fe8bc(-0x7e,'PV^q',-_0x3caa2f._0xf17c75,0x72)+'itory']['findById'](_0x53bd8f[_0x4a5bc0(-_0x3caa2f._0xc8042a,_0x3caa2f._0x1fdba8,_0x3caa2f._0x89f190,-_0x3caa2f._0x46b9f6)]);if(!_0x1ad037||_0x46a6a9[_0x2fe8bc(0x83,_0x3caa2f._0x4765a4,-_0x3caa2f._0x3fa3b3,0xf7)](_0x1ad037[_0x2fe8bc(-_0x3caa2f._0x590bd2,'Yktp',-_0x3caa2f._0x1b6b4d,-_0x3caa2f._0x3f02f3)],_0x46a6a9[_0x4a5bc0(0x63,_0x3caa2f._0x154e26,'enO9',0x0)])){const _0x58ebb4={};return _0x58ebb4[_0x2fe8bc(_0x3caa2f._0x43b1a3,'&wWs',0xe8,0xe7)]=![],_0x58ebb4[_0x2fe8bc(_0x3caa2f._0x4afce5,_0x3caa2f._0x23d304,_0x3caa2f._0x11f70d,_0x3caa2f._0x261ab8)]=_0x46a6a9[_0x2fe8bc(0x4e,_0x3caa2f._0x1686e8,0xe7,_0x3caa2f._0x5e5203)],_0x58ebb4;}if(_0x46a6a9[_0x2fe8bc(_0x3caa2f._0x1e4e14,_0x3caa2f._0x22fcc6,0xf9,_0x3caa2f._0x4ca567)](_0x1ad037[_0x4a5bc0(-_0x3caa2f._0x4c554b,-_0x3caa2f._0x55001e,_0x3caa2f._0x4f4f38,0x34)+_0x2fe8bc(-0x31,'[r%&',-_0x3caa2f._0x1c02cd,0xbb)],_0x351bfc['department'+_0x2fe8bc(-0x28,'enO9',-0x62,-_0x3caa2f._0x4730ff)])){const _0x4fa8cd={};return _0x4fa8cd[_0x4a5bc0(_0x3caa2f._0x4042c1,0xcb,_0x3caa2f._0x31f5c1,_0x3caa2f._0x29fbaf)]=![],_0x4fa8cd['message']=_0x2fe8bc(0x157,_0x3caa2f._0x123cfe,_0x3caa2f._0x59499e,0x5d)+'业部',_0x4fa8cd;}const _0x399241=(-0x2*0xaed+0x1da5*-0x1+0x337f,_0x14ce1d[_0x2fe8bc(_0x3caa2f._0x5a3a80,_0x3caa2f._0x22fcc6,-0x16,-_0x3caa2f._0x1c02cd)+_0x4a5bc0(-_0x3caa2f._0x3b376a,-0x1df,'WF1O',-0x48)])(_0x50c8a8[_0x4a5bc0(-0xd8,-_0x3caa2f._0x46b9f6,'3v3c',-_0x3caa2f._0x1d9717)],_0x107ac5[_0x2fe8bc(_0x3caa2f._0x2d5a34,'PV^q',_0x3caa2f._0x4a612d,_0x3caa2f._0x52c995)]),_0x27c823={};_0x27c823['id']=_0x399241,_0x27c823[_0x4a5bc0(-_0x3caa2f._0x1a68ed,_0x3caa2f._0x534785,'HFbW',_0x3caa2f._0x3e7696)]=_0x176138[_0x4a5bc0(-_0x3caa2f._0x4124a6,-_0x3caa2f._0x5d2b90,_0x3caa2f._0x5436a1,-_0x3caa2f._0x4dcb2a)],_0x27c823[_0x2fe8bc(_0x3caa2f._0x5f5a5d,'97bW',_0x3caa2f._0x582708,_0x3caa2f._0x3a40d9)]=_0x506b26[_0x2fe8bc(_0x3caa2f._0x27a836,'N7mD',0x92,-0x34)],_0x27c823[_0x2fe8bc(0x109,'9M)2',_0x3caa2f._0x3af975,_0x3caa2f._0x1b3942)+_0x4a5bc0(-_0x3caa2f._0x332d2b,-_0x3caa2f._0x3166c8,'enO9',-0x114)]=_0x5d49bd[_0x4a5bc0(-0xbc,0x32,'tv9y',_0x3caa2f._0x452bcb)+_0x4a5bc0(0x66,_0x3caa2f._0xcb6428,'NE0k',_0x3caa2f._0x362375)],_0x27c823[_0x2fe8bc(-_0x3caa2f._0x61bbc5,_0x3caa2f._0xfc71b4,-0x21,-_0x3caa2f._0x2ff9e0)]=_0x22bf34[_0x2fe8bc(0x154,_0x3caa2f._0x31f5c1,_0x3caa2f._0xe6c406,0x21d)],_0x27c823[_0x2fe8bc(-_0x3caa2f._0xda1520,_0x3caa2f._0xad89e4,-0x47,-_0x3caa2f._0x1a9704)]=_0x5c6f9a[_0x4a5bc0(-_0x3caa2f._0x2eb1b3,_0x3caa2f._0x273d58,'NE0k',-0xe8)];const _0x9a5b47=_0x172e01[_0x4a5bc0(0x53,0xa7,_0x3caa2f._0x4dc64c,0x147)+_0x2fe8bc(0x107,'ng*6',-_0x3caa2f._0xa0421f,-_0x3caa2f._0x15b65d)][_0x4a5bc0(-_0x3caa2f._0x1cee89,-_0x3caa2f._0x520743,_0x3caa2f._0x37e816,-_0x3caa2f._0x1e60de)+'e'](_0x27c823),_0x685c8={};return _0x685c8[_0x2fe8bc(_0x3caa2f._0x48316a,'Uk%(',0x1ce,0xb9)]=!![],_0x685c8[_0x2fe8bc(_0x3caa2f._0x4ad8c5,_0x3caa2f._0x23d304,_0x3caa2f._0x564ff3,_0x3caa2f._0x32abf7)]=_0x9a5b47,_0x685c8[_0x2fe8bc(-0x8e,'&^M%',0x32,0xa8)]=_0x46a6a9[_0x4a5bc0(-0x15d,-0x90,_0x3caa2f._0x18c57c,-_0x3caa2f._0x3c6208)],_0x685c8;}}}[_0x2c014f('8OoA',0xe1,0xf8,0x216)+_0x2c014f('N7mD',0x231,0x106,0x194)](_0x165c5e){const _0x59061e={_0x44c7ab:0x359,_0x3c3477:0x37c,_0x5eb059:0x105,_0x47e8cf:'Uk%(',_0x5899c3:0x22,_0x50c1cd:'27jR',_0x1ddb20:0x10a,_0x2e9d35:0x243,_0x342b18:0x25b,_0x2a7bfb:'9G5N',_0xc73ad4:0x1dc,_0x12e063:0x348,_0x24caf4:0x349,_0x325729:0x43f,_0x68ea5b:'MZtY',_0x10d5d9:0x279,_0x1d62cd:0x282,_0x4cd0c1:0x224,_0x5c828f:0x2af,_0x10c585:0x232,_0x4a470c:'HLsK',_0x2436d0:0x16d,_0x2b31c2:0x54,_0x1bb8e5:0x154,_0x46fe8e:0x11f,_0xb3ad2d:0x200,_0x55200b:'J2F^',_0x46b49b:0x1b3,_0x4cfe3d:0x2e8,_0xfc5c5f:'s2Cs',_0x2b5467:0x2da,_0x27cb36:'JXfw',_0x5478fb:0x1da,_0x328907:'%8gN',_0xfbaae8:0xa7,_0x4e858c:0x22d,_0xca0185:'L8Hq',_0x553496:0x3be,_0x3b865e:0x311,_0x3a89bf:0x49a,_0x56164f:'eE%j',_0x3c9339:0x449,_0x5ccc4a:0x162,_0x5b91fa:0x29e,_0x518109:'HFbW',_0x3c18b5:0x23a,_0x2bc1a5:0x413,_0xc75c3c:0x22c,_0xefbe:0x25f,_0x4ffc30:0x292,_0x507bc4:0x3b2,_0x265b88:0x355,_0x4431ab:0x266,_0x46d105:0x26c,_0x549d4d:0x28a,_0x49ce37:0x2ce,_0x563a38:']&Ke',_0x515776:0x184,_0x252baa:'lI(Z',_0x30a172:0x277,_0x212488:0x2e2,_0x1f80df:'mETN',_0x44031f:0x267,_0x3b44a9:0x1e9,_0xccbec5:0x11c,_0xa4f9d8:0x135,_0xd3fc79:'PV^q',_0x4e5c08:0x55,_0x4efae3:0x124,_0x755a59:0x3c5,_0x2fc330:0x3c3,_0x414ea1:'tv9y',_0x35d6b9:0x1b7,_0x2910f9:'0sMJ',_0x339d96:'Sjeb',_0x1f57ce:0x17d,_0x5c5e8f:'7OKN',_0x349dda:0x1b2,_0x56ef3b:0x14,_0x45df8d:0x11b,_0x4c3009:0x260,_0x4bb5c6:'NE0k',_0x1de2c8:0x19a,_0x105994:0x2b1,_0x2fa38b:0x192,_0x19d9f4:'QnGH',_0x3fe670:0x3d2,_0xcd942:'W66Q',_0x2573fe:0x2e7,_0x513f53:0x220,_0x201e2b:'mETN',_0x12ee48:0x138,_0x43cd4e:0x16c,_0x56192c:0x248,_0x422c2e:0x2e9,_0x21c073:0x1eb,_0x39724d:0x39d,_0x4dfde5:0x337,_0x456428:'dMps',_0x5d21db:0x2f7,_0x3dc8fe:0x25d,_0x5500c4:0x1ba,_0x513859:0x172,_0x85584:0x23f,_0x429e0d:0x43e,_0x2c15de:'ng*6',_0x1815d0:0x2c1,_0x4434b3:'Sajj',_0x199eca:0x288,_0x4aee89:0x17a,_0x50527b:0x39f,_0x152eb5:'9M)2',_0x1a73dc:0x292,_0x33fbad:0x1d5,_0x532d09:0x102,_0x4e62de:0x3fd,_0x25bf88:0x300,_0x1d254b:0x33f,_0x27b17b:0x281,_0x454071:0x282,_0x390ab2:0x166,_0x59bf48:'eE%j',_0x5447d6:0x29f,_0x46e709:'qGh^',_0x263ba9:0x3ff,_0x52191c:0x37a,_0x51cfdb:0x38d,_0x2cf8a2:0x230,_0x556323:0x42a,_0xc46e66:0x2c2,_0x18d2cf:0x212,_0x2a526d:0x1d6,_0x818df2:0x12c,_0x15a13d:0x301,_0x3fa33b:'&^M%',_0x25ac35:0x160,_0xaf87f0:'QnGH',_0x27cd6a:0x3ce,_0x3d3c9c:0x156,_0x15cab0:0x178,_0x5c87a4:0x2a0,_0x5e184f:'YGjo',_0x4b3cd2:0x19f,_0x25574c:0x35d,_0xef94f5:0x2be,_0x2fbd9d:'lI(Z',_0x43ce41:0xd8,_0x55bc10:'&wWs',_0x20da49:0x1cb,_0x50b804:0x3b5,_0x240ffb:'0sMJ',_0x225ed7:0x34b,_0x5311da:0x203,_0x99212e:0xb5,_0x321594:0x29b,_0x394f18:0x335,_0x27c3a1:0x2ca,_0x5f41dc:'N7mD',_0x328c16:0x29d,_0x56b3c4:0x2fe,_0x35fb03:0x2e9,_0x3eba3e:'%nw%',_0x5f3c5d:0x150,_0x583ff3:'8OoA',_0x3f89d9:0x22f,_0x4b4a80:0x3a9,_0x36c0a0:0x488,_0x1ca2d6:'W66Q',_0x273655:0x319,_0x5d3244:0x283,_0x6abdd3:'!)Sv',_0x5535ad:0x1e1,_0x412577:0x1a5,_0x51887b:0x180,_0x12480a:0x2f6,_0x5d164e:'3v3c',_0x418a01:0x133,_0x59db2c:0x250,_0x1e10e3:0x3b4,_0x5855ae:0x33d,_0x31d362:0x3c4,_0x410352:0x3c2,_0x562a03:0x482,_0x465cef:0x3db,_0x46325c:0x4e1,_0x11d900:0x4b2},_0x4facd5={_0x125aee:0x13,_0x34037e:0x1cf};function _0x2ee903(_0xecdf62,_0x40de06,_0x213b30,_0x59ccfa){return _0x2c014f(_0x59ccfa,_0x40de06-0x14d,_0xecdf62-0x1f9,_0x59ccfa-0x7a);}const _0x291e71={'hBKEs':_0x2ee903(_0x59061e._0x44c7ab,_0x59061e._0x3c3477,0x265,'Sjeb')+_0x1db500(0x20b,_0x59061e._0x5eb059,_0x59061e._0x47e8cf,0x14f),'GOqYl':_0x1db500(0x12b,-_0x59061e._0x5899c3,_0x59061e._0x50c1cd,_0x59061e._0x1ddb20)+_0x1db500(_0x59061e._0x2e9d35,0x1d5,'!)Sv',0x1c5),'fjQQr':function(_0x4dfa44,_0x156984){return _0x4dfa44!==_0x156984;},'KdvDR':_0x1db500(_0x59061e._0x342b18,0x1ed,_0x59061e._0x2a7bfb,_0x59061e._0xc73ad4),'ogRpx':_0x2ee903(_0x59061e._0x12e063,_0x59061e._0x24caf4,_0x59061e._0x325729,_0x59061e._0x68ea5b),'pFaLC':function(_0x112606,_0x37578c){return _0x112606!==_0x37578c;},'OBsRJ':_0x1db500(_0x59061e._0x10d5d9,0x304,'ZVfl',0x2b8),'ChEVn':function(_0x4ef8ce,_0x5f17ca){return _0x4ef8ce===_0x5f17ca;},'Bbbkd':_0x1db500(0x330,_0x59061e._0x1d62cd,'OCs0',_0x59061e._0x4cd0c1),'kJVNp':_0x1db500(_0x59061e._0x5c828f,_0x59061e._0x10c585,_0x59061e._0x4a470c,0x1b8)+_0x1db500(_0x59061e._0x2436d0,_0x59061e._0x2b31c2,'N7mD',_0x59061e._0x1bb8e5),'dQOIv':_0x1db500(_0x59061e._0x46fe8e,_0x59061e._0xb3ad2d,_0x59061e._0x55200b,0x235)+_0x2ee903(0x1da,_0x59061e._0x46b49b,_0x59061e._0x4cfe3d,_0x59061e._0xfc5c5f),'GFqJN':_0x2ee903(0x408,0x49c,_0x59061e._0x2b5467,_0x59061e._0x27cb36)+_0x2ee903(0x1f0,0xdc,_0x59061e._0x5478fb,_0x59061e._0x328907),'RhoNR':_0x2ee903(0x1d8,0x19b,_0x59061e._0xfbaae8,'jZ)0')+'验收','Btugd':function(_0x28ce63,_0x1ab3be){return _0x28ce63!==_0x1ab3be;},'jYYSp':_0x2ee903(0x210,0x1aa,_0x59061e._0x4e858c,_0x59061e._0xca0185),'igYdK':_0x2ee903(_0x59061e._0x553496,_0x59061e._0x3b865e,_0x59061e._0x3a89bf,_0x59061e._0x56164f),'HRdKl':function(_0x45fdea,_0x16797c){return _0x45fdea instanceof _0x16797c;},'LHpmD':function(_0x2f9e70,_0x2ef7ca){return _0x2f9e70(_0x2ef7ca);}};function _0x1db500(_0x3151b9,_0x4a9998,_0x4f1624,_0x42a021){return _0x2c014f(_0x4f1624,_0x4a9998-_0x4facd5._0x125aee,_0x42a021-0x135,_0x42a021-_0x4facd5._0x34037e);}try{if(_0x291e71[_0x2ee903(0x33e,0x22f,_0x59061e._0x3c9339,'0sMJ')](_0x291e71[_0x1db500(0x26d,0x1a0,_0x59061e._0x55200b,0x1ff)],_0x291e71[_0x1db500(_0x59061e._0x5ccc4a,_0x59061e._0x5b91fa,_0x59061e._0x518109,_0x59061e._0x3c18b5)]))return _0xe7bff4[_0x2ee903(_0x59061e._0x2bc1a5,0x53b,0x3c2,_0x59061e._0xca0185)+_0x2ee903(_0x59061e._0xc75c3c,_0x59061e._0xefbe,0x1e6,'ng*6')][_0x2ee903(_0x59061e._0x4ffc30,_0x59061e._0x507bc4,0x30a,'L8Hq')](_0x5c096a);else{const _0x5a31a8=task_repo_1[_0x2ee903(_0x59061e._0x265b88,0x399,_0x59061e._0x4431ab,']&Ke')+'tory'][_0x2ee903(_0x59061e._0x46d105,_0x59061e._0x549d4d,_0x59061e._0x49ce37,_0x59061e._0x563a38)+'Id'](_0x165c5e[_0x1db500(_0x59061e._0x515776,0x243,_0x59061e._0x252baa,_0x59061e._0x30a172)]);if(!_0x5a31a8){const _0x1d3742={};return _0x1d3742[_0x1db500(0x357,_0x59061e._0x212488,_0x59061e._0x1f80df,_0x59061e._0x44031f)]=![],_0x1d3742[_0x2ee903(_0x59061e._0x3b44a9,_0x59061e._0xccbec5,_0x59061e._0xa4f9d8,_0x59061e._0xd3fc79)]=_0x291e71[_0x1db500(0x1e8,_0x59061e._0x4e5c08,'uB&U',_0x59061e._0x4efae3)],_0x1d3742;}if(_0x291e71[_0x2ee903(_0x59061e._0x755a59,_0x59061e._0x2fc330,0x486,_0x59061e._0x414ea1)](_0x5a31a8[_0x2ee903(0x1e6,_0x59061e._0x35d6b9,0xbf,_0x59061e._0x2910f9)],_0x2ee903(0x3a8,0x28d,0x345,_0x59061e._0x339d96)+'s')){if(_0x291e71[_0x1db500(0x191,_0x59061e._0x1f57ce,_0x59061e._0x5c5e8f,0x150)](_0x291e71[_0x1db500(_0x59061e._0x349dda,_0x59061e._0x56ef3b,'MZtY',_0x59061e._0x45df8d)],_0x291e71[_0x1db500(0x1ba,_0x59061e._0x4c3009,_0x59061e._0x4bb5c6,_0x59061e._0x1de2c8)])){const _0x139a4b={};return _0x139a4b[_0x2ee903(_0x59061e._0x105994,0x25d,_0x59061e._0x2fa38b,_0x59061e._0x19d9f4)]=![],_0x139a4b[_0x1db500(_0x59061e._0x4ffc30,_0x59061e._0x3fe670,_0x59061e._0xcd942,_0x59061e._0x2573fe)]=_0x291e71[_0x1db500(0xa0,_0x59061e._0x513f53,_0x59061e._0x201e2b,_0x59061e._0x12ee48)],_0x139a4b;}else{const _0x37e024={};return _0x37e024['success']=![],_0x37e024[_0x1db500(-0x24,_0x59061e._0x43cd4e,'8OoA',0x102)]=_0x2ee903(_0x59061e._0x56192c,_0x59061e._0x422c2e,_0x59061e._0x21c073,'eE%j')+'完成\x20in_prog'+'ress\x20状态的阶段',_0x37e024;}}task_repo_1[_0x2ee903(_0x59061e._0x39724d,0x336,_0x59061e._0x4dfde5,_0x59061e._0x456428)+_0x1db500(0x256,0x142,'J2F^',0x12f)][_0x1db500(0x2ea,0x371,'3v3c',_0x59061e._0x5d21db)+_0x1db500(_0x59061e._0x3dc8fe,_0x59061e._0x5500c4,'27jR',_0x59061e._0x513859)](_0x165c5e[_0x1db500(_0x59061e._0x85584,0x2b0,'Y1Su',0x2f5)],_0x165c5e[_0x2ee903(0x306,0x288,_0x59061e._0x429e0d,_0x59061e._0x2c15de)+_0x1db500(0x3bf,_0x59061e._0x1815d0,_0x59061e._0x4434b3,_0x59061e._0x199eca)],_0x165c5e[_0x1db500(_0x59061e._0x4aee89,_0x59061e._0x50527b,_0x59061e._0x152eb5,_0x59061e._0x1a73dc)+_0x2ee903(_0x59061e._0x33fbad,0x24e,_0x59061e._0x532d09,_0x59061e._0x2910f9)]);const _0x4d032e=task_repo_1[_0x2ee903(_0x59061e._0x4e62de,_0x59061e._0x25bf88,_0x59061e._0x1d254b,'J2F^')+_0x2ee903(_0x59061e._0x27b17b,_0x59061e._0x454071,_0x59061e._0x390ab2,_0x59061e._0x59bf48)][_0x2ee903(0x2f7,_0x59061e._0x5447d6,0x3ba,_0x59061e._0x46e709)+'ge'](_0x165c5e['task_id']);if(_0x4d032e){if(_0x291e71[_0x2ee903(0x2d6,0x2d1,_0x59061e._0x263ba9,'DH&C')](_0x291e71[_0x2ee903(_0x59061e._0x52191c,0x36c,_0x59061e._0x51cfdb,'J2F^')],_0x291e71[_0x2ee903(_0x59061e._0x2cf8a2,0x243,_0x59061e._0x212488,'Uk%(')])){task_repo_1[_0x1db500(_0x59061e._0x556323,_0x59061e._0xc46e66,_0x59061e._0xca0185,0x34f)+_0x2ee903(0x2f8,0x32d,_0x59061e._0x18d2cf,'Sjeb')][_0x2ee903(_0x59061e._0x2a526d,_0x59061e._0x818df2,_0x59061e._0x15a13d,_0x59061e._0x3fa33b)+'us'](_0x165c5e[_0x1db500(_0x59061e._0x25ac35,0x2ac,'WF1O',0x1df)],_0x291e71[_0x1db500(0x1ed,0x370,_0x59061e._0xaf87f0,0x24b)]);const _0x3e9d7d={};return _0x3e9d7d[_0x1db500(0x370,_0x59061e._0x27cd6a,'ng*6',0x2d3)]=!![],_0x3e9d7d['message']=_0x291e71[_0x1db500(0x16c,0x89,_0x59061e._0x328907,_0x59061e._0x3d3c9c)],_0x3e9d7d[_0x1db500(_0x59061e._0x15cab0,_0x59061e._0x5c87a4,_0x59061e._0x5e184f,_0x59061e._0x4b3cd2)]=_0x4d032e,_0x3e9d7d[_0x2ee903(0x3d2,_0x59061e._0x25574c,_0x59061e._0xef94f5,_0x59061e._0x2fbd9d)+'ted']=![],_0x3e9d7d;}else{const _0x118b22={};return _0x118b22[_0x1db500(0x82,0x9d,'MZtY',0x149)]=![],_0x118b22[_0x1db500(_0x59061e._0x43ce41,0x15c,_0x59061e._0x55bc10,0x1a6)]=_0x291e71[_0x2ee903(_0x59061e._0x20da49,0x1e3,0x25d,'mETN')],_0x118b22;}}else{task_repo_1[_0x1db500(_0x59061e._0x50b804,0x1aa,_0x59061e._0x240ffb,0x2a5)+_0x1db500(0x1ca,0x230,_0x59061e._0x68ea5b,0x1ba)][_0x1db500(_0x59061e._0x225ed7,0x225,'!)Sv',0x219)+'us'](_0x165c5e[_0x2ee903(0x1d7,_0x59061e._0x5311da,_0x59061e._0x99212e,'9G5N')],_0x291e71[_0x1db500(0x430,_0x59061e._0x321594,'tv9y',_0x59061e._0x394f18)]);const _0x17cf4a={};return _0x17cf4a[_0x1db500(_0x59061e._0x27c3a1,0x1bb,_0x59061e._0x5f41dc,0x2c2)]=!![],_0x17cf4a[_0x1db500(_0x59061e._0x328c16,_0x59061e._0x56b3c4,')(be',_0x59061e._0x35fb03)]=_0x291e71[_0x2ee903(0x3d3,0x41f,0x34b,_0x59061e._0x3eba3e)],_0x17cf4a[_0x1db500(_0x59061e._0x5f3c5d,0x2e5,_0x59061e._0x583ff3,_0x59061e._0x3f89d9)+'ted']=!![],_0x17cf4a;}}}catch(_0x1502ec){return _0x291e71[_0x2ee903(_0x59061e._0x4b4a80,0x2ef,_0x59061e._0x36c0a0,_0x59061e._0x1ca2d6)](_0x291e71[_0x1db500(_0x59061e._0x273655,_0x59061e._0x5d3244,_0x59061e._0x6abdd3,0x2b3)],_0x291e71[_0x1db500(_0x59061e._0x5535ad,_0x59061e._0x412577,'lI(Z',_0x59061e._0x51887b)])?{'success':![],'message':_0x1db500(0x26f,_0x59061e._0x12480a,_0x59061e._0x5d164e,_0x59061e._0x105994)+(_0x291e71[_0x1db500(0x317,_0x59061e._0x418a01,'eE%j',0x21a)](_0x1502ec,Error)?_0x1502ec[_0x1db500(_0x59061e._0x59db2c,0x289,'Sjeb',0x1af)]:_0x291e71['LHpmD'](String,_0x1502ec))}:_0x148034['taskReposi'+_0x1db500(_0x59061e._0x1e10e3,_0x59061e._0x212488,_0x59061e._0x1ca2d6,_0x59061e._0x5855ae)][_0x2ee903(_0x59061e._0x31d362,_0x59061e._0x410352,_0x59061e._0x562a03,'jZ)0')+_0x2ee903(_0x59061e._0x465cef,_0x59061e._0x46325c,_0x59061e._0x11d900,'[r%&')](_0x52e6f7);}}[_0x31f197(0x22a,0x238,0xff,'HFbW')+_0x2c014f('eE%j',0x11f,0xf,-0x17)](_0x23d845){const _0xa63a86={_0x1dfcab:'Sjeb',_0x35b841:0x40,_0x1f226b:0x13c,_0x9fe078:0x250,_0x5cc087:'L8Hq',_0x574424:0x336},_0x4ece52={_0x10eb01:0x16c,_0x547f14:0x118,_0x2749b6:0xfc};function _0x48b29e(_0x4e80b3,_0x1bad41,_0x120c9f,_0x270ea2){return _0x31f197(_0x4e80b3-0x290,_0x1bad41-0xb,_0x120c9f-0x33,_0x1bad41);}function _0x4fefa7(_0x2fdf1d,_0x4ba8d1,_0x11ed91,_0x585737){return _0x2c014f(_0x2fdf1d,_0x4ba8d1-_0x4ece52._0x10eb01,_0x4ba8d1- -_0x4ece52._0x547f14,_0x585737-_0x4ece52._0x2749b6);}return task_repo_1[_0x4fefa7(_0xa63a86._0x1dfcab,0x10,_0xa63a86._0x35b841,_0xa63a86._0x1f226b)+_0x48b29e(0x341,'YGjo',0x337,_0xa63a86._0x9fe078)]['getCurrent'+_0x48b29e(0x3c6,_0xa63a86._0x5cc087,0x2eb,_0xa63a86._0x574424)](_0x23d845);}[_0x31f197(0x1ea,0x1fd,0x1ab,'HLsK')+'ge'](_0x5d5970){const _0x4051a9={_0x40a7fb:0x6ab,_0xfb1be4:0x57d,_0x284bfe:0x16f,_0x10feb9:0x52b,_0x8a2fb3:'DH&C'},_0x250db8={_0x191776:0x440,_0x2c66f8:0xa4},_0x20acba={_0x2373af:0x180};function _0x3b36d4(_0x4a927f,_0xf98d15,_0x28c400,_0x2a24da){return _0x31f197(_0x4a927f- -_0x20acba._0x2373af,_0xf98d15-0x6f,_0x28c400-0xfd,_0x28c400);}function _0x2fb3cd(_0x35da68,_0x20b5a9,_0x451afe,_0x5616c5){return _0x31f197(_0x451afe-_0x250db8._0x191776,_0x20b5a9-0x15e,_0x451afe-_0x250db8._0x2c66f8,_0x5616c5);}return task_repo_1[_0x2fb3cd(0x47d,_0x4051a9._0x40a7fb,_0x4051a9._0xfb1be4,'lI(Z')+_0x3b36d4(-_0x4051a9._0x284bfe,-0x242,'PV^q',-0xcf)][_0x2fb3cd(_0x4051a9._0x10feb9,0x4c7,0x5a4,_0x4051a9._0x8a2fb3)+'ge'](_0x5d5970);}[_0x2c014f('lI(Z',0xb8,0xf6,0x14c)+_0x2c014f('NE0k',0x125,0x12b,0x52)](_0x5b5ab7,_0xf84a66){const _0x52d54b={_0x277d35:0x1e,_0x2f17c5:0xb7,_0x1e66d8:0x5f,_0x1d92d8:0x46,_0x5a9f15:0x8},_0x4d2e8b={_0x522b18:0x9f},_0x5cb7fa={_0x40b2f9:0x145,_0x21522d:0xbf};function _0x3fe171(_0x271276,_0x51cb00,_0x7844bd,_0x40afe0){return _0x2c014f(_0x40afe0,_0x51cb00-_0x5cb7fa._0x40b2f9,_0x51cb00- -_0x5cb7fa._0x21522d,_0x40afe0-0x15c);}function _0x16b8f1(_0x27f6e5,_0xadac20,_0x4c5a30,_0x1331fe){return _0x2c014f(_0x1331fe,_0xadac20-_0x4d2e8b._0x522b18,_0x4c5a30- -0x155,_0x1331fe-0xaf);}return task_repo_1[_0x16b8f1(-0xfd,0xc5,_0x52d54b._0x277d35,'&wWs')+'tory'][_0x16b8f1(_0x52d54b._0x2f17c5,-0x75,-_0x52d54b._0x1e66d8,'lI(Z')+_0x16b8f1(_0x52d54b._0x1d92d8,-_0x52d54b._0x5a9f15,0x46,'uB&U')](_0x5b5ab7,_0xf84a66);}}exports[_0x2c014f('JXfw',-0x14c,-0x37,-0xd5)+'e']=TaskService,exports[_0x2c014f('OCs0',-0x40,0x92,0x48)+'e']=new TaskService();
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Task Service
|
|
4
|
+
*
|
|
5
|
+
* v1.1.7 更新:
|
|
6
|
+
* - 移除单任务约束,允许多任务并行
|
|
7
|
+
* - 新增部门约束检查(仅提示,不阻止创建)
|
|
8
|
+
* - 新增多阶段任务支持
|
|
9
|
+
*/
|
|
10
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
|
+
exports.taskService = exports.TaskService = void 0;
|
|
12
|
+
const task_repo_1 = require("../../db/repositories/task.repo");
|
|
13
|
+
const agent_repo_1 = require("../../db/repositories/agent.repo");
|
|
14
|
+
const utils_1 = require("../utils");
|
|
15
|
+
class TaskService {
|
|
16
|
+
/**
|
|
17
|
+
* Create task (v1.1.7 修改)
|
|
18
|
+
*
|
|
19
|
+
* 变更:
|
|
20
|
+
* 1. 移除单任务约束
|
|
21
|
+
* 2. 增加部门约束检查(仅提示,不阻止创建)
|
|
22
|
+
*/
|
|
23
|
+
create(data) {
|
|
24
|
+
try {
|
|
25
|
+
// v1.1.7: 移除单任务约束检查,允许多任务并行
|
|
26
|
+
// 之前:if (taskRepository.hasRunningTask()) { ... }
|
|
27
|
+
// 现在:允许创建,但检查部门状态
|
|
28
|
+
// 检查部门是否忙碌(仅提示,不阻止)
|
|
29
|
+
let warning;
|
|
30
|
+
if (task_repo_1.taskRepository.isDepartmentBusy(data.department_id)) {
|
|
31
|
+
const runningTasks = task_repo_1.taskRepository.getRunningTasksByDepartment(data.department_id);
|
|
32
|
+
warning = `部门 "${data.department_id}" 当前有 ${runningTasks.length} 个运行中的任务`;
|
|
33
|
+
}
|
|
34
|
+
// For rework, check parent task status is rejected
|
|
35
|
+
if (data.parent_task_id) {
|
|
36
|
+
const parentTask = task_repo_1.taskRepository.findById(data.parent_task_id);
|
|
37
|
+
if (parentTask && parentTask.status !== 'rejected') {
|
|
38
|
+
return { success: false, message: '只有被拒绝的任务才能创建返工任务' };
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
// For incremental task, check base task is completed
|
|
42
|
+
if (data.base_task_id) {
|
|
43
|
+
const baseTask = task_repo_1.taskRepository.findById(data.base_task_id);
|
|
44
|
+
if (!baseTask) {
|
|
45
|
+
return { success: false, message: '基础任务不存在' };
|
|
46
|
+
}
|
|
47
|
+
if (baseTask.status !== 'completed' && baseTask.status !== 'finalized') {
|
|
48
|
+
return { success: false, message: '只有已完成或终结的任务才能创建增量任务' };
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
// Validate manager exists
|
|
52
|
+
const manager = agent_repo_1.agentRepository.findById(data.manager_id);
|
|
53
|
+
if (!manager || manager.role !== 'manager') {
|
|
54
|
+
return { success: false, message: '管理者不存在或角色不正确' };
|
|
55
|
+
}
|
|
56
|
+
// Validate manager belongs to department
|
|
57
|
+
if (manager.department_id !== data.department_id) {
|
|
58
|
+
return { success: false, message: '管理者不属于指定的事业部' };
|
|
59
|
+
}
|
|
60
|
+
// Generate task ID
|
|
61
|
+
let taskId;
|
|
62
|
+
let isIncrement = 0;
|
|
63
|
+
if (data.base_task_id) {
|
|
64
|
+
// Increment task: generate increment ID
|
|
65
|
+
const nextIndex = task_repo_1.taskRepository.getNextIncrementIndex(data.base_task_id);
|
|
66
|
+
taskId = (0, utils_1.generateIncrementTaskId)(data.base_task_id, nextIndex);
|
|
67
|
+
isIncrement = 1;
|
|
68
|
+
}
|
|
69
|
+
else {
|
|
70
|
+
// Normal task: generate regular ID
|
|
71
|
+
taskId = (0, utils_1.generateTaskId)();
|
|
72
|
+
}
|
|
73
|
+
const task = task_repo_1.taskRepository.create({
|
|
74
|
+
id: taskId,
|
|
75
|
+
title: data.title,
|
|
76
|
+
description: data.description,
|
|
77
|
+
user_id: data.user_id,
|
|
78
|
+
department_id: data.department_id,
|
|
79
|
+
manager_id: data.manager_id,
|
|
80
|
+
parent_task_id: data.parent_task_id,
|
|
81
|
+
base_task_id: data.base_task_id,
|
|
82
|
+
is_increment: isIncrement
|
|
83
|
+
});
|
|
84
|
+
return {
|
|
85
|
+
success: true,
|
|
86
|
+
task,
|
|
87
|
+
message: '任务创建成功',
|
|
88
|
+
warning
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
catch (error) {
|
|
92
|
+
return {
|
|
93
|
+
success: false,
|
|
94
|
+
message: `任务创建失败: ${error instanceof Error ? error.message : String(error)}`
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Get task by ID
|
|
100
|
+
*/
|
|
101
|
+
getById(id) {
|
|
102
|
+
return task_repo_1.taskRepository.findById(id);
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* List all tasks
|
|
106
|
+
*/
|
|
107
|
+
listAll() {
|
|
108
|
+
return task_repo_1.taskRepository.findAll();
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* List by department
|
|
112
|
+
*/
|
|
113
|
+
listByDepartment(departmentId) {
|
|
114
|
+
return task_repo_1.taskRepository.findByDepartment(departmentId);
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* List by status
|
|
118
|
+
*/
|
|
119
|
+
listByStatus(status) {
|
|
120
|
+
return task_repo_1.taskRepository.findByStatus(status);
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* List by manager
|
|
124
|
+
*/
|
|
125
|
+
listByManager(managerId) {
|
|
126
|
+
return task_repo_1.taskRepository.findByManager(managerId);
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* List by parent task (rework child tasks)
|
|
130
|
+
*/
|
|
131
|
+
listByParentTask(parentTaskId) {
|
|
132
|
+
return task_repo_1.taskRepository.findByParentTask(parentTaskId);
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Update task status
|
|
136
|
+
*/
|
|
137
|
+
updateStatus(id, status) {
|
|
138
|
+
const task = task_repo_1.taskRepository.findById(id);
|
|
139
|
+
if (!task) {
|
|
140
|
+
return { success: false, message: 'Task does not exist' };
|
|
141
|
+
}
|
|
142
|
+
// Validate status transition
|
|
143
|
+
if (!this.isValidStatusTransition(task.status, status)) {
|
|
144
|
+
return { success: false, message: `Invalid status transition from ${task.status} to ${status}` };
|
|
145
|
+
}
|
|
146
|
+
task_repo_1.taskRepository.updateStatus(id, status);
|
|
147
|
+
return { success: true, message: 'Task status updated' };
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Delete task
|
|
151
|
+
*/
|
|
152
|
+
delete(id) {
|
|
153
|
+
const task = task_repo_1.taskRepository.findById(id);
|
|
154
|
+
if (!task) {
|
|
155
|
+
return { success: false, message: 'Task does not exist' };
|
|
156
|
+
}
|
|
157
|
+
// Cannot delete in-progress task
|
|
158
|
+
if (task.status === 'in_progress') {
|
|
159
|
+
return { success: false, message: 'Cannot delete in-progress task' };
|
|
160
|
+
}
|
|
161
|
+
task_repo_1.taskRepository.delete(id);
|
|
162
|
+
return { success: true, message: 'Task deleted' };
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Get current running task
|
|
166
|
+
*/
|
|
167
|
+
getRunningTask() {
|
|
168
|
+
return task_repo_1.taskRepository.getRunningTask();
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* Check if has running task
|
|
172
|
+
*/
|
|
173
|
+
hasRunningTask() {
|
|
174
|
+
return task_repo_1.taskRepository.hasRunningTask();
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* Get all agents involved in task
|
|
178
|
+
*/
|
|
179
|
+
getTaskAgents(taskId) {
|
|
180
|
+
return task_repo_1.taskRepository.getTaskAgents(taskId);
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* Get related tasks (for rework)
|
|
184
|
+
*/
|
|
185
|
+
getRelatedTasks(taskId) {
|
|
186
|
+
const task = task_repo_1.taskRepository.findById(taskId);
|
|
187
|
+
const result = { children: [] };
|
|
188
|
+
if (task && task.parent_task_id) {
|
|
189
|
+
result.parent = task_repo_1.taskRepository.findById(task.parent_task_id);
|
|
190
|
+
}
|
|
191
|
+
result.children = task_repo_1.taskRepository.findByParentTask(taskId);
|
|
192
|
+
return result;
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* Get task chain (from original to increment) (v1.1.3)
|
|
196
|
+
*/
|
|
197
|
+
getTaskChain(taskId) {
|
|
198
|
+
return task_repo_1.taskRepository.getTaskChain(taskId);
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* List increment tasks for a base task (v1.1.3)
|
|
202
|
+
*/
|
|
203
|
+
listIncrementTasks(baseTaskId) {
|
|
204
|
+
return task_repo_1.taskRepository.findIncrementTasks(baseTaskId);
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* Validate status transition (v1.1.7: 新增 stage_completed)
|
|
208
|
+
*/
|
|
209
|
+
isValidStatusTransition(from, to) {
|
|
210
|
+
const validTransitions = {
|
|
211
|
+
'pending': ['in_progress'],
|
|
212
|
+
'in_progress': ['stage_completed', 'pending_acceptance'],
|
|
213
|
+
'stage_completed': ['in_progress'], // 阶段完成,可移交下一阶段
|
|
214
|
+
'pending_acceptance': ['completed', 'rejected'],
|
|
215
|
+
'rejected': ['in_progress'],
|
|
216
|
+
'completed': ['finalized'],
|
|
217
|
+
'finalized': []
|
|
218
|
+
};
|
|
219
|
+
return validTransitions[from]?.includes(to) || false;
|
|
220
|
+
}
|
|
221
|
+
// ============================================
|
|
222
|
+
// Heartbeat Methods (v1.1.1)
|
|
223
|
+
// ============================================
|
|
224
|
+
/**
|
|
225
|
+
* Update task heartbeat (manager activity)
|
|
226
|
+
* Called when manager is actively working on a task
|
|
227
|
+
*/
|
|
228
|
+
updateHeartbeat(taskId) {
|
|
229
|
+
const task = task_repo_1.taskRepository.findById(taskId);
|
|
230
|
+
if (!task) {
|
|
231
|
+
return { success: false, message: 'Task does not exist' };
|
|
232
|
+
}
|
|
233
|
+
// Only update heartbeat for tasks that are in progress
|
|
234
|
+
if (task.status !== 'in_progress') {
|
|
235
|
+
return { success: false, message: `Cannot update heartbeat for task with status: ${task.status}` };
|
|
236
|
+
}
|
|
237
|
+
task_repo_1.taskRepository.updateManagerHeartbeat(taskId);
|
|
238
|
+
return { success: true, message: 'Task heartbeat updated' };
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* Get stalled tasks (manager timeout)
|
|
242
|
+
* Returns tasks where manager hasn't updated heartbeat for a while
|
|
243
|
+
*/
|
|
244
|
+
getStalledTasks(timeoutMinutes = 10) {
|
|
245
|
+
return task_repo_1.taskRepository.findStalledTasks(timeoutMinutes);
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* Get tasks with heartbeat status (for monitoring)
|
|
249
|
+
*/
|
|
250
|
+
getTasksWithHeartbeatStatus() {
|
|
251
|
+
return task_repo_1.taskRepository.getTasksWithHeartbeatStatus();
|
|
252
|
+
}
|
|
253
|
+
// ============================================
|
|
254
|
+
// v1.1.7: Multi-Stage Task Methods
|
|
255
|
+
// ============================================
|
|
256
|
+
/**
|
|
257
|
+
* 创建阶段
|
|
258
|
+
*/
|
|
259
|
+
createStage(data) {
|
|
260
|
+
try {
|
|
261
|
+
// 验证任务存在
|
|
262
|
+
const task = task_repo_1.taskRepository.findById(data.task_id);
|
|
263
|
+
if (!task) {
|
|
264
|
+
return { success: false, message: '任务不存在' };
|
|
265
|
+
}
|
|
266
|
+
// 验证管理者存在且属于该部门
|
|
267
|
+
const manager = agent_repo_1.agentRepository.findById(data.manager_id);
|
|
268
|
+
if (!manager || manager.role !== 'manager') {
|
|
269
|
+
return { success: false, message: '管理者不存在或角色不正确' };
|
|
270
|
+
}
|
|
271
|
+
if (manager.department_id !== data.department_id) {
|
|
272
|
+
return { success: false, message: '管理者不属于指定的事业部' };
|
|
273
|
+
}
|
|
274
|
+
// 生成阶段ID
|
|
275
|
+
const stageId = (0, utils_1.generateStageId)(data.task_id, data.sequence);
|
|
276
|
+
const stage = task_repo_1.taskRepository.createStage({
|
|
277
|
+
id: stageId,
|
|
278
|
+
task_id: data.task_id,
|
|
279
|
+
stage_name: data.stage_name,
|
|
280
|
+
department_id: data.department_id,
|
|
281
|
+
manager_id: data.manager_id,
|
|
282
|
+
sequence: data.sequence
|
|
283
|
+
});
|
|
284
|
+
return { success: true, stage, message: '阶段创建成功' };
|
|
285
|
+
}
|
|
286
|
+
catch (error) {
|
|
287
|
+
return {
|
|
288
|
+
success: false,
|
|
289
|
+
message: `阶段创建失败: ${error instanceof Error ? error.message : String(error)}`
|
|
290
|
+
};
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* 获取任务的所有阶段
|
|
295
|
+
*/
|
|
296
|
+
getTaskStages(taskId) {
|
|
297
|
+
return task_repo_1.taskRepository.getStagesByTask(taskId);
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* 获取阶段详情
|
|
301
|
+
*/
|
|
302
|
+
getStageDetail(stageId) {
|
|
303
|
+
return task_repo_1.taskRepository.getStageById(stageId);
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* 启动阶段
|
|
307
|
+
*/
|
|
308
|
+
startStage(taskId, stageId) {
|
|
309
|
+
try {
|
|
310
|
+
const stage = task_repo_1.taskRepository.getStageById(stageId);
|
|
311
|
+
if (!stage) {
|
|
312
|
+
return { success: false, message: '阶段不存在' };
|
|
313
|
+
}
|
|
314
|
+
if (stage.status !== 'pending') {
|
|
315
|
+
return { success: false, message: '阶段状态不正确,只能启动 pending 状态的阶段' };
|
|
316
|
+
}
|
|
317
|
+
// 更新阶段状态
|
|
318
|
+
task_repo_1.taskRepository.updateStageStatus(stageId, 'in_progress');
|
|
319
|
+
// 更新任务的当前阶段
|
|
320
|
+
task_repo_1.taskRepository.update(taskId, {
|
|
321
|
+
status: 'in_progress',
|
|
322
|
+
current_stage_id: stageId
|
|
323
|
+
});
|
|
324
|
+
return { success: true, message: '阶段已启动' };
|
|
325
|
+
}
|
|
326
|
+
catch (error) {
|
|
327
|
+
return {
|
|
328
|
+
success: false,
|
|
329
|
+
message: `启动阶段失败: ${error instanceof Error ? error.message : String(error)}`
|
|
330
|
+
};
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
/**
|
|
334
|
+
* 完成阶段
|
|
335
|
+
*/
|
|
336
|
+
completeStage(data) {
|
|
337
|
+
try {
|
|
338
|
+
const stage = task_repo_1.taskRepository.getStageById(data.stage_id);
|
|
339
|
+
if (!stage) {
|
|
340
|
+
return { success: false, message: '阶段不存在' };
|
|
341
|
+
}
|
|
342
|
+
if (stage.status !== 'in_progress') {
|
|
343
|
+
return { success: false, message: '阶段状态不正确,只能完成 in_progress 状态的阶段' };
|
|
344
|
+
}
|
|
345
|
+
// 更新阶段状态和成果
|
|
346
|
+
task_repo_1.taskRepository.completeStage(data.stage_id, data.output_summary, data.handover_note);
|
|
347
|
+
// 检查是否有下一阶段
|
|
348
|
+
const nextStage = task_repo_1.taskRepository.getNextStage(data.task_id);
|
|
349
|
+
if (nextStage) {
|
|
350
|
+
// 有下一阶段,更新任务状态为 stage_completed
|
|
351
|
+
task_repo_1.taskRepository.updateStatus(data.task_id, 'stage_completed');
|
|
352
|
+
return {
|
|
353
|
+
success: true,
|
|
354
|
+
message: '阶段完成,有下一阶段待执行',
|
|
355
|
+
next_stage: nextStage,
|
|
356
|
+
all_completed: false
|
|
357
|
+
};
|
|
358
|
+
}
|
|
359
|
+
else {
|
|
360
|
+
// 所有阶段完成,更新任务状态为 pending_acceptance
|
|
361
|
+
task_repo_1.taskRepository.updateStatus(data.task_id, 'pending_acceptance');
|
|
362
|
+
return {
|
|
363
|
+
success: true,
|
|
364
|
+
message: '所有阶段完成,任务待验收',
|
|
365
|
+
all_completed: true
|
|
366
|
+
};
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
catch (error) {
|
|
370
|
+
return {
|
|
371
|
+
success: false,
|
|
372
|
+
message: `完成阶段失败: ${error instanceof Error ? error.message : String(error)}`
|
|
373
|
+
};
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
/**
|
|
377
|
+
* 获取当前执行阶段
|
|
378
|
+
*/
|
|
379
|
+
getCurrentStage(taskId) {
|
|
380
|
+
return task_repo_1.taskRepository.getCurrentStage(taskId);
|
|
381
|
+
}
|
|
382
|
+
/**
|
|
383
|
+
* 获取下一阶段
|
|
384
|
+
*/
|
|
385
|
+
getNextStage(taskId) {
|
|
386
|
+
return task_repo_1.taskRepository.getNextStage(taskId);
|
|
387
|
+
}
|
|
388
|
+
/**
|
|
389
|
+
* 获取上一阶段(用于获取移交信息)
|
|
390
|
+
*/
|
|
391
|
+
getPreviousStage(taskId, currentSequence) {
|
|
392
|
+
return task_repo_1.taskRepository.getPreviousStage(taskId, currentSequence);
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
exports.TaskService = TaskService;
|
|
396
|
+
exports.taskService = new TaskService();
|
|
397
|
+
//# sourceMappingURL=task.service.js.map
|