修复BUG T_T

This commit is contained in:
彭宇琦 2020-05-08 14:47:49 +08:00
parent f07b4dfa53
commit f3d1643de8
1 changed files with 2 additions and 2 deletions

View File

@ -403,9 +403,9 @@ public class Time {
*/
public long addOldTime(String regex) {
//TODO 此处逻辑需要修改
addTime(regex);
long time = addTime(regex);
initTime();
return getTime();
return time;
}
/**