时间修改

back_recharge
lvxinran 2021-07-23 15:00:27 +08:00
parent 7e46304575
commit 23075b41ff
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public class CBean2Proto {
it.remove();
}else {
CommonProto.UserTitleInfo.Builder build = CommonProto.UserTitleInfo.newBuilder();
build.setTitleId(next.getKey()).setOverTime(next.getValue().intValue());
build.setTitleId(next.getKey()).setOverTime((int)(next.getValue()/1000));
userTitleLists.add(build.build());
}
}