Commit Graph
684 Commits
Author SHA1 Message Date
liugang a4d2de38f0 * [misc] replace COUNT(*) with COUNT(1) in sql. 2024-06-27 14:07:27 +08:00
tianshujie a8710ffd65 * Fix bug #48626. 2024-04-29 14:12:02 +08:00
王怡栋 c6d37dbecb * Fix bug for refreshStats and rename updateProcess to updateProgress. 2024-04-28 17:30:03 +08:00
tianshujie 63a70421ed * Fix bug #48271. 2024-04-24 09:45:23 +08:00
tianshujie 76635830b3 * Fix bug #43256. 2024-04-08 09:15:55 +08:00
王怡栋 34f69a31c0 * Adjust for refreshStat. 2024-03-27 17:35:49 +08:00
王怡栋 fbd7fdb9bb * Add refresh interval for refreshStat. 2024-03-27 17:25:27 +08:00
liumengyi acfbbfda1b * Fix bug #42480, refresh project stats after man hour changing. 2024-02-01 13:44:35 +08:00
sunguangming 907a71de7e * Fix bug #45637. 2024-01-31 10:28:06 +08:00
sunguangming a833abcf00 * Fix bug #45469. 2024-01-30 09:07:51 +08:00
daitingting 321b8783e2 * Fix bug #44750. 2024-01-23 09:04:14 +00:00
wangyidong 1bb702aa2a * Fix bug #43251. 2024-01-10 14:31:13 +08:00
sunguangming 608de152c8 * Remove useless code. 2024-01-02 09:23:10 +08:00
sunguangming 35bb1ac050 * Refactor program kanban. 2024-01-02 09:22:08 +08:00
tianshujie 5a6a461d43 * Fix variable type of program::model. 2023-12-25 08:59:26 +08:00
wangyuting cf39d5b216 * Refactor userModel::updateUserView and finish unit test script. 2023-12-21 15:06:25 +08:00
caoyanyi 8e17266f28 * Update commit link info. 2023-12-06 13:42:44 +08:00
caoyanyi a33ad4ad71 * Update copyright year. 2023-12-05 13:32:52 +08:00
tanghucheng 3d94eac50a Merge branch 'Merge184' into c07e4a71eb 2023-11-30 21:21:55 -05:00
tianshujie f7aa893704 * Refactor program::refreshStats method. 2023-11-27 16:30:28 +08:00
hufangzhou 8fede00b0f * Merge 18.8 program module. 2023-11-23 14:31:00 +08:00
tanghucheng c76efe3019 Merge remote-tracking branch 'origin/master' into Merge184 2023-11-22 19:50:16 -05:00
tianshujie 622574f44e * Fix bug #40843/ 2023-11-22 15:13:06 +08:00
tanghucheng d20ef33df8 Merge remote-tracking branch 'origin/master' into Merge184 2023-11-21 19:43:29 -05:00
朱金勇 050e2e0861 * Performance for stats. 2023-11-21 03:14:50 +00:00
tanghucheng ce91849c29 * Merge module program. 2023-11-16 01:42:04 -05:00
songchenxuan 4c9c2ff043 * Merge commit ac1288edf9. 2023-11-10 14:00:16 +08:00
songchenxuan fca93e493a * Merge commit 48ecc5eace, fix bug #32947. 2023-11-08 10:51:44 +08:00
tanghucheng 31bdbf0248 * Merge #b3304265c7ef9faed601b6f69fc219882d01fb18,Query products for ipd. 2023-11-02 21:32:19 -04:00
liumengyi ad090459a4 + Move code from 18.x, add productModel::refreshStats, programModel::refreshStats. 2023-10-24 09:50:54 +08:00
wangyidong a92ce2d42a * Revert code and add sort link. 2023-10-20 16:33:47 +08:00
wangyidong 9195e507ee * merge for bug #39682. 2023-10-20 16:03:22 +08:00
tianshujie 46fe695432 * Compatible with method argument type. 2023-10-13 14:06:58 +08:00
朱金勇 d34d07b9bd * hasUnfinishedChildren return bool. 2023-10-13 05:56:13 +00:00
朱金勇 47158daf1e * Cast type of task left to float. 2023-10-09 05:46:16 +00:00
tianshujie 87fb584363 * Modify the permissions of a function. 2023-09-20 09:18:59 +08:00
tianshujie faf3ac1388 * Move the function getBaseDataList from tao into the model. 2023-09-20 09:13:01 +08:00
wangyidong 2978885ca6 * Add unit for fixlinkedproduct. 2023-09-18 15:23:33 +08:00
caoyanyi 3f311e0aac + Add comment and return type for program create. 2023-09-18 14:02:00 +08:00
dingguodong a9499e4d38 * Add type hint and skipped fields before updating. 2023-09-18 13:09:33 +08:00
wangyidong b4f61911f4 * Rewrite progam edit. 2023-09-18 10:53:45 +08:00
dingguodong ca16109980 * Remove needless code. 2023-09-18 10:22:28 +08:00
tianshujie e2917b0da3 * Refactor buildActions mathod and case. 2023-09-18 10:12:50 +08:00
dingguodong bbff626874 * Refactor this function. 2023-09-16 09:27:08 +08:00
caoyanyi 01490e885e * Adjust program list page actions. 2023-09-15 13:41:44 +08:00
caoyanyi 54240c94cc * Adjust program list actions get. 2023-09-15 13:16:39 +08:00
caoyanyi b5dad979a5 - Delete unused method. 2023-09-15 11:13:50 +08:00
caoyanyi b5e41d5a5a * Adjust comment and params type. 2023-09-15 11:09:25 +08:00
caoyanyi 1b1c0b987c + Add comment. 2023-09-15 10:31:31 +08:00
caoyanyi 5f2f8a8a2c * Adjust method params type. 2023-09-15 10:27:53 +08:00