Commit Graph
322 Commits
Author SHA1 Message Date
liumengyi ccbf7555cc * [unittest] modify unittest for personnelModel::getRiskInvest. 2025-06-10 08:11:48 +08:00
liumengyi a0c90ad368 * [unittest] modify unittest for personnelModel::getIssueInvest. 2025-06-10 08:11:48 +08:00
liumengyi a8c82e8421 + [unittest] add unittest results of personnelModel::getWhitelistAccount. 2025-06-05 13:31:48 +08:00
liumengyi 231f2d4611 + [unittest] add unittest results of personnelModel::getWhitelist. 2025-06-05 13:31:48 +08:00
liumengyi c4dbb6a817 * [unittest] add unittest results of personnelModel::getWhitelist. 2025-06-05 13:31:48 +08:00
liumengyi 6211be3d6b * [unittest] modify unittest of personnelModel::getRiskInvest. 2025-06-05 13:31:48 +08:00
liumengyi 15221d4036 * [unittest] modify unittest of personnelModel::getIssueInvest. 2025-06-05 13:31:48 +08:00
liumengyi 27c6349e53 * [unittest] modify unittest of personnelModel::getInvest. 2025-06-05 13:31:48 +08:00
liumengyi 49a3bb3ede * [unittest] add unittest results for personnelModel::getAccessiblePersonnel. 2025-06-05 13:31:48 +08:00
liumengyi bca75d84d4 + [unittest] add unittest results for personnelModel::deleteProjectWhitelist. 2025-06-05 13:31:48 +08:00
刘刚 a902f63d9e Merge branch ztflow-liumengyi-release/21.7.2#liumengyi of zentao/zentaopms (#9131) 2025-06-05 11:31:09 +08:00
liumengyi e1658969af * [unittest] modify unittest of personnelModel::createMemberLink. 2025-06-05 11:27:29 +08:00
liumengyi 9dd79fe737 * [unittest] add unittest results for personnelModel::canViewProgram. 2025-06-05 11:26:11 +08:00
tianshujie a1062286ed * [unittest] fix unbindwhitelist error. 2025-06-05 10:33:12 +08:00
tianshujie 80b983dc3d * [unittest] add comment for deleteexecutionwhitelist. 2025-06-05 10:33:12 +08:00
liugang 7e06f23efc * [misc] replace mao with dao because the TABLE_USERVIEW isn't saved in cache. 2025-04-01 14:33:19 +08:00
tianshujie 01942b9ef7 * [bug#59446,done,1h] fix product whitelist update error. 2025-01-27 09:52:12 +08:00
liugang 844f89c051 * [refac] replace dao with mao to fetch records from cache. 2024-12-30 09:42:38 +08:00
wangyidong 19d527e2ed * [refac bug #57906] Summary account left only on wait task. 2024-12-19 09:17:18 +08:00
wangyidong 1edc6a640e * [refac bug #57906] Adjust for summary task left. 2024-12-17 16:55:41 +08:00
wangyidong a81269d6fe * [perf story #69207] Adjust style. 2024-12-06 10:25:50 +08:00
wangyidong 73eb97ce27 * [perf story #69207] Adjust style. 2024-12-06 10:25:50 +08:00
tianshujie 2f9dfaeb98 * [feedback#7116,done,1h] fix the problem of shadow products not updating the white list. 2024-09-20 10:23:47 +08:00
tianshujie bd96e85e4a * [ci,0.1h] remove unused code. 2024-07-17 15:00:09 +08:00
liugang a4d2de38f0 * [misc] replace COUNT(*) with COUNT(1) in sql. 2024-06-27 14:07:27 +08:00
tianshujie f71b137bd0 * [bug#51448,done,0.2h] get shadow products. 2024-06-20 13:36:53 +08:00
tianshujie bced2b76b4 Merge remote-tracking branch 'origin/release-20.0' 2024-04-23 17:12:24 +08:00
sunhao 0d9865ebfd * personnel: bug #48258, fix batch form size. 2024-04-23 16:47:53 +08:00
tianshujie dbe8fc3445 * Fix bug #48258. 2024-04-23 16:28:04 +08:00
liyang 354c300c86 * Modify unit test directory structure and data generation method. 2024-04-22 14:25:50 +08:00
dingguodong 926744bf4f - Remove vi.php. 2024-04-17 09:11:48 +08:00
wangyuting 150af53038 * Fix workflow extra batch form bug. 2024-03-27 09:23:13 +08:00
tianshujie 63ac8c1035 * Fix bug #46526. 2024-03-06 14:42:09 +08:00
liumengyi ba730580c0 * Fix bug #45338, set table bordered. 2024-02-19 16:51:12 +08:00
leiyong 94680e9c55 * Fix bug #43346. 2024-02-01 03:02:19 +00:00
wangyidong c07dbd794a * Fix bug #41585. 2024-01-12 15:23:19 +08:00
wangyuting d4faaff7b7 * Fix getprojecttaskinvest unit test bug. 2023-12-28 08:44:55 +08:00
wangyuting 4ece7a0811 * Fix personnel module unit test bug. 2023-12-27 19:35:36 +08:00
wangyidong 3817bfad62 * Fix bug #41776. 2023-12-23 16:43:28 +08:00
wangyuting cf39d5b216 * Refactor userModel::updateUserView and finish unit test script. 2023-12-21 15:06:25 +08:00
wangyidong a6c74a0cb9 * Fix bug #41493. 2023-12-14 16:14:38 +08:00
liumengyi 3377ab4494 * Optimize unit test for personnelModel::isClickable. 2023-12-07 13:16:57 +08:00
liumengyi 11514adb83 * Refactor personnelModel::buildSearchForm, and add its unit test. 2023-12-07 13:14:16 +08:00
liumengyi 2471a131c8 * Refactor personnelModel::createMemberLink, and add its unit test. 2023-12-07 11:29:24 +08:00
liumengyi ad4cc04666 - Remove personnelModel::deleteWhitelist, it's not used anymore. 2023-12-07 11:18:39 +08:00
liumengyi 088c240b9c * Refactor personnelModel::deleteExecutionWhitelist, and modify its unit test. 2023-12-07 10:52:07 +08:00
liumengyi d960e816aa * Refactor personnelModel::deleteProjectWhitelist, and modify its unit test. 2023-12-07 10:13:23 +08:00
liumengyi 4e9dd9a6f8 * Refactor personnelModel::deleteProgramWhitelist, and modify its unit test. 2023-12-07 09:49:26 +08:00
liumengyi 750c72fd9c * Refactor personnelModel::deleteProductWhitelist, and modify its unit test. 2023-12-06 17:24:39 +08:00
liumengyi 8c22d3b8b8 * Optimize code. 2023-12-06 17:24:16 +08:00