2023年10月31日 修复提前30分钟的问题

This commit is contained in:
bai 2023-10-31 10:24:24 +08:00
parent 2466722a94
commit ba526028c5
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public class KcZhihuijiaoshiController extends JeecgController<KcZhihuijiaoshi,
Set<String> nextKcJieciSet = Sets.newHashSet();
kcJieciList.forEach(x -> {
JieciIntTime jieciIntTime = new JieciIntTime();
jieciIntTime.setKsTime(Integer.parseInt(x.getHhks())+30);//提前30分钟
jieciIntTime.setKsTime(Integer.parseInt(x.getHhks())-30);//提前30分钟
jieciIntTime.setJsTime(Integer.parseInt(x.getHhjs()));
if(jieciIntTime.getKsTime() <= nowTimeNum && nowTimeNum <= jieciIntTime.getJsTime()){