[Fix-8394][Server]fix when the data is supplemented business time still date+1 (#8511) (#8512)

Co-authored-by: wangbowen <i@wangbowen.cn>
This commit is contained in:
caishunfeng 2022-02-24 10:56:46 +08:00 committed by GitHub
parent 6d0e367f69
commit 3a73c50c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ public class BusinessTimeUtils {
if (runTime == null) {
return result;
}
break;
case START_PROCESS:
case START_CURRENT_TASK_PROCESS:
case RECOVER_TOLERANCE_FAULT_PROCESS: